com.xmlcalabash.model
Class Environment
java.lang.Object
com.xmlcalabash.model.Environment
public class Environment
- extends java.lang.Object
- Author:
- ndw
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Environment
public Environment(Step pipeline)
- Creates a new instance of Environment
Environment
public Environment(Environment env)
getParent
public Environment getParent()
setPipeline
protected void setPipeline(Pipeline pipe)
addStep
public void addStep(Step step)
setDefaultReadablePort
public void setDefaultReadablePort(Port port)
getDefaultReadablePort
public Port getDefaultReadablePort()
countVisibleSteps
public int countVisibleSteps(java.lang.String stepName)
visibleStep
public Step visibleStep(java.lang.String stepName)
readablePort
public Output readablePort(java.lang.String stepName,
java.lang.String portName)