public interface ProcessStepSuperBean extends NameableSuperBean
Modifier and Type | Method and Description |
---|---|
ProcessStepBean |
getBuiltFrom()
Returns the bean that was used to build this superBean
|
ComputationBean |
getComputation() |
java.util.List<InputOutputSuperBean> |
getInput() |
java.util.List<InputOutputSuperBean> |
getOutput() |
java.util.List<ProcessStepSuperBean> |
getProcessSteps() |
java.util.List<TransitionBean> |
getTransitions() |
getDescription, getDescription, getDescriptions, getName, getName, getNames
getId, getUrn
getAnnotationByTitle, getAnnotationByType, getAnnotationByUrl, getAnnotations, hasAnnotations
getCompositeBeans
ProcessStepBean getBuiltFrom()
SuperBean
getBuiltFrom
in interface SuperBean
java.util.List<InputOutputSuperBean> getInput()
java.util.List<InputOutputSuperBean> getOutput()
ComputationBean getComputation()
java.util.List<TransitionBean> getTransitions()
java.util.List<ProcessStepSuperBean> getProcessSteps()