public abstract class FlowNode extends FlowElement
Modifier and Type | Field and Description |
---|---|
protected boolean |
asynchronous |
protected Object |
behavior |
protected List<SequenceFlow> |
incomingFlows |
protected boolean |
notExclusive |
protected List<SequenceFlow> |
outgoingFlows |
protected SubProcess |
subProcess |
documentation, executionListeners, name
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
FlowNode() |
Modifier and Type | Method and Description |
---|---|
Object |
getBehavior() |
List<SequenceFlow> |
getIncomingFlows() |
List<SequenceFlow> |
getOutgoingFlows() |
SubProcess |
getSubProcess() |
boolean |
isAsynchronous() |
boolean |
isExclusive() |
boolean |
isNotExclusive() |
void |
setAsynchronous(boolean asynchronous) |
void |
setBehavior(Object behavior) |
void |
setExclusive(boolean exclusive) |
void |
setIncomingFlows(List<SequenceFlow> incomingFlows) |
void |
setNotExclusive(boolean notExclusive) |
void |
setOutgoingFlows(List<SequenceFlow> outgoingFlows) |
void |
setSubProcess(SubProcess subProcess) |
void |
setValues(FlowNode otherNode) |
clone, getDocumentation, getExecutionListeners, getName, setDocumentation, setExecutionListeners, setName, setValues
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
protected SubProcess subProcess
protected boolean asynchronous
protected boolean notExclusive
protected List<SequenceFlow> incomingFlows
protected List<SequenceFlow> outgoingFlows
protected Object behavior
public boolean isAsynchronous()
public void setAsynchronous(boolean asynchronous)
public boolean isExclusive()
public void setExclusive(boolean exclusive)
public boolean isNotExclusive()
public void setNotExclusive(boolean notExclusive)
public Object getBehavior()
public void setBehavior(Object behavior)
public SubProcess getSubProcess()
public void setSubProcess(SubProcess subProcess)
public List<SequenceFlow> getIncomingFlows()
public void setIncomingFlows(List<SequenceFlow> incomingFlows)
public List<SequenceFlow> getOutgoingFlows()
public void setOutgoingFlows(List<SequenceFlow> outgoingFlows)
public void setValues(FlowNode otherNode)
Copyright © 2015 Alfresco. All rights reserved.