public class ProcessStepSuperBeanImpl extends NameableSuperBeanImpl implements ProcessStepSuperBean
Constructor and Description |
---|
ProcessStepSuperBeanImpl(ProcessStepBean processStep,
java.util.List<InputOutputSuperBean> inputs,
java.util.List<InputOutputSuperBean> outputs,
ComputationBean computation,
java.util.List<TransitionBean> transitions,
java.util.List<ProcessStepSuperBean> processSteps) |
Modifier and Type | Method and Description |
---|---|
ProcessStepBean |
getBuiltFrom()
Returns the bean that was used to build this superBean
|
java.util.Set<MaintainableBean> |
getCompositeBeans()
Returns a set of beans that were 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
equals, getId, getUrn, hashCode, toString
getAnnotationByTitle, getAnnotationByType, getAnnotationByUrl, getAnnotations, hasAnnotations
getDescription, getDescription, getDescriptions, getName, getName, getNames
getId, getUrn
getAnnotationByTitle, getAnnotationByType, getAnnotationByUrl, getAnnotations, hasAnnotations
public ProcessStepSuperBeanImpl(ProcessStepBean processStep, java.util.List<InputOutputSuperBean> inputs, java.util.List<InputOutputSuperBean> outputs, ComputationBean computation, java.util.List<TransitionBean> transitions, java.util.List<ProcessStepSuperBean> processSteps)
public ProcessStepBean getBuiltFrom()
SuperBean
getBuiltFrom
in interface SuperBean
getBuiltFrom
in interface ProcessStepSuperBean
getBuiltFrom
in class SuperBeanImpl
public java.util.List<InputOutputSuperBean> getInput()
getInput
in interface ProcessStepSuperBean
public java.util.List<InputOutputSuperBean> getOutput()
getOutput
in interface ProcessStepSuperBean
public ComputationBean getComputation()
getComputation
in interface ProcessStepSuperBean
public java.util.List<TransitionBean> getTransitions()
getTransitions
in interface ProcessStepSuperBean
public java.util.List<ProcessStepSuperBean> getProcessSteps()
getProcessSteps
in interface ProcessStepSuperBean
public java.util.Set<MaintainableBean> getCompositeBeans()
SuperBean
getCompositeBeans
in interface SuperBean
getCompositeBeans
in class SuperBeanImpl