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