Class EmptyStepParameters
-
- All Implemented Interfaces:
public final class EmptyStepParameters extends RuntimeStepParameters
-
-
Constructor Summary
Constructors Constructor Description EmptyStepParameters(String stepName, Location location, Map<String, RuntimePort> inputs, Map<String, RuntimePort> outputs, Map<QName, RuntimeOption> options)
-
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
-
EmptyStepParameters
EmptyStepParameters(String stepName, Location location, Map<String, RuntimePort> inputs, Map<String, RuntimePort> outputs, Map<QName, RuntimeOption> options)
-
-
-
-