org.galagosearch.tupleflow.execution
Class InputStep

java.lang.Object
  extended by org.galagosearch.tupleflow.execution.Step
      extended by org.galagosearch.tupleflow.execution.InputStep
All Implemented Interfaces:
java.io.Serializable

public class InputStep
extends Step

Represents an input step in a TupleFlow stage.

Author:
trevor
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.galagosearch.tupleflow.execution.Step
location
 
Constructor Summary
InputStep(FileLocation location, java.lang.String id)
           
InputStep(java.lang.String id)
           
 
Method Summary
 java.lang.String getId()
           
 
Methods inherited from class org.galagosearch.tupleflow.execution.Step
getClassName, getLocation, getParameters, isStepClassAvailable, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InputStep

public InputStep(java.lang.String id)

InputStep

public InputStep(FileLocation location,
                 java.lang.String id)
Method Detail

getId

public java.lang.String getId()


Copyright © 2009. All Rights Reserved.