Package com.xmlcalabash.runtime.model
Class AtomicCompoundStepModel
-
- All Implemented Interfaces:
public final class AtomicCompoundStepModel extends AtomicStepModel
-
-
Field Summary
Fields Modifier and Type Field Description private final CompoundStepModel
impl
private final QName
stepType
private final XProcStepConfiguration
stepConfig
private final String
id
private final Location
location
private final String
name
private final QName
type
private final Map<String, RuntimePort>
inputs
private final Map<String, RuntimePort>
outputs
private final Map<QName, RuntimeOption>
options
private final XProcRuntime
runtime
-
Constructor Summary
Constructors Constructor Description AtomicCompoundStepModel(XProcRuntime runtime, SubpipelineModel model)
-
Method Summary
Modifier and Type Method Description final CompoundStepModel
getImpl()
final QName
getStepType()
String
toString()
-
Methods inherited from class com.xmlcalabash.runtime.model.StepModel
getId, getInputs, getLocation, getName, getOptions, getOutputs, getRuntime, getStepConfig, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AtomicCompoundStepModel
AtomicCompoundStepModel(XProcRuntime runtime, SubpipelineModel model)
-
-
Method Detail
-
getImpl
final CompoundStepModel getImpl()
-
getStepType
final QName getStepType()
-
-
-
-