com.rapidminer.operator.ports
Class ProcessingStep

java.lang.Object
  extended by com.rapidminer.operator.ports.ProcessingStep

public class ProcessingStep
extends java.lang.Object

This class holds information about a processing step for an IOObject. Currently the name of the operator and port is remembered.

Author:
Sebastian Land

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

ProcessingStep

public ProcessingStep(Operator operator,
                      OutputPort port)
This constructor builds a ProcessingStep from the current operator and the used outputport of the respective IOObject.

Method Detail

getOperatorName

public java.lang.String getOperatorName()
This returns the name of the operator, which processed the respective IOObject.


getPortName

public java.lang.String getPortName()
This return the name of the output port, which was used to return the respective IOObject.


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2009 by Rapid-I