public abstract class ReusableSubprocess<E extends ReusableSubprocessTaskExecutionSet> extends BaseReusableSubprocess<E> implements DataIOModel
| Modifier and Type | Field and Description |
|---|---|
protected DataIOSet |
dataIOSet |
categorybackgroundSet, dimensionsSet, fontSet, general, labels, simulationSet| Constructor and Description |
|---|
ReusableSubprocess(BPMNGeneralSet general,
DataIOSet dataIOSet,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet,
SimulationSet simulationSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
DataIOSet |
getDataIOSet() |
abstract E |
getExecutionSet() |
int |
hashCode() |
boolean |
hasInputVars() |
boolean |
hasOutputVars() |
protected void |
initLabels() |
boolean |
isSingleInputVar() |
boolean |
isSingleOutputVar() |
void |
setDataIOSet(DataIOSet dataIOSet) |
abstract void |
setExecutionSet(E executionSet) |
getBackgroundSet, getCategory, getDimensionsSet, getFontSet, getGeneral, getLabels, getSimulationSet, setBackgroundSet, setDimensionsSet, setFontSet, setGeneral, setSimulationSetprotected DataIOSet dataIOSet
public ReusableSubprocess(BPMNGeneralSet general, DataIOSet dataIOSet, BackgroundSet backgroundSet, FontSet fontSet, RectangleDimensionsSet dimensionsSet, SimulationSet simulationSet)
protected void initLabels()
initLabels in class BaseSubprocesspublic boolean hasInputVars()
hasInputVars in interface DataIOModelpublic boolean isSingleInputVar()
isSingleInputVar in interface DataIOModelpublic boolean hasOutputVars()
hasOutputVars in interface DataIOModelpublic boolean isSingleOutputVar()
isSingleOutputVar in interface DataIOModelpublic DataIOSet getDataIOSet()
getDataIOSet in class BaseReusableSubprocess<E extends ReusableSubprocessTaskExecutionSet>public void setDataIOSet(DataIOSet dataIOSet)
setDataIOSet in class BaseReusableSubprocess<E extends ReusableSubprocessTaskExecutionSet>public abstract E getExecutionSet()
getExecutionSet in class BaseReusableSubprocess<E extends ReusableSubprocessTaskExecutionSet>public abstract void setExecutionSet(E executionSet)
setExecutionSet in class BaseReusableSubprocess<E extends ReusableSubprocessTaskExecutionSet>public int hashCode()
hashCode in class BaseSubprocesspublic boolean equals(Object o)
equals in class BaseSubprocessCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.