|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.operator.ports.ProcessingStep
public class ProcessingStep
This class holds information about a processing step for an IOObject. Currently the name of the operator and port is remembered.
Constructor Summary | |
---|---|
ProcessingStep(Operator operator,
OutputPort port)
This constructor builds a ProcessingStep from the current operator and the used outputport of the respective IOObject. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getOperatorName()
This returns the name of the operator, which processed the respective IOObject. |
java.lang.String |
getPortName()
This return the name of the output port, which was used to return the respective IOObject. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessingStep(Operator operator, OutputPort port)
Method Detail |
---|
public java.lang.String getOperatorName()
public java.lang.String getPortName()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |