com.rapidminer.io.process.rules
Class ExcelCellAddressParseRule

java.lang.Object
  extended by com.rapidminer.io.process.rules.AbstractParseRule
      extended by com.rapidminer.io.process.rules.AbstractConditionedParseRule
          extended by com.rapidminer.io.process.rules.ExcelCellAddressParseRule
All Implemented Interfaces:
ParseRule

public class ExcelCellAddressParseRule
extends AbstractConditionedParseRule

A simple parse rule that will transform two given parameters into one excel range stored into a third operator.

Author:
Sebastian Land

Field Summary
 
Fields inherited from class com.rapidminer.io.process.rules.AbstractParseRule
appliesBefore, appliesSince, operatorTypeName
 
Constructor Summary
ExcelCellAddressParseRule(java.lang.String operatorTypeName, org.w3c.dom.Element element)
           
 
Method Summary
protected  java.lang.String conditionedApply(Operator operator, java.lang.String operatorTypeName, XMLImporter importer)
           
 
Methods inherited from class com.rapidminer.io.process.rules.AbstractConditionedParseRule
apply, parseCondition
 
Methods inherited from class com.rapidminer.io.process.rules.AbstractParseRule
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelCellAddressParseRule

public ExcelCellAddressParseRule(java.lang.String operatorTypeName,
                                 org.w3c.dom.Element element)
                          throws XMLException
Throws:
XMLException
Method Detail

conditionedApply

protected java.lang.String conditionedApply(Operator operator,
                                            java.lang.String operatorTypeName,
                                            XMLImporter importer)
Specified by:
conditionedApply in class AbstractConditionedParseRule


Copyright © 2001-2009 by Rapid-I