Class ViewportStepParameters
-
- All Implemented Interfaces:
public class ViewportStepParameters extends RuntimeStepParameters
-
-
Constructor Summary
Constructors Constructor Description ViewportStepParameters(QName stepType, String stepName, Location location, Map<String, RuntimePort> inputManifold, Map<String, RuntimePort> outputManifold, Map<QName, RuntimeOption> optionManifold)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.xmlcalabash.runtime.parameters.RuntimeStepParameters
getInputs, getOptions, getOutputs
-
Methods inherited from class com.xmlcalabash.runtime.parameters.StepParameters
getLocation, getStepName, getStepType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ViewportStepParameters
ViewportStepParameters(QName stepType, String stepName, Location location, Map<String, RuntimePort> inputManifold, Map<String, RuntimePort> outputManifold, Map<QName, RuntimeOption> optionManifold)
-
-
-
-