public class ControlFlowElement extends Object implements Serializable
| Constructor and Description |
|---|
ControlFlowElement()
Default constructor
|
ControlFlowElement(ControlFlowElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ElementHeader |
getControlFlowHeader()
Return the element header associated with the relationship.
|
ControlFlowProperties |
getControlFlowProperties()
Return details of the relationship
|
ElementHeader |
getCurrentStep()
Return the element header associated with end 1 of the relationship.
|
ElementHeader |
getNextStep()
Return the element header associated with end 2 of the relationship.
|
int |
hashCode()
Return hash code for this object
|
void |
setControlFlowHeader(ElementHeader controlFlowHeader)
Set up the element header associated with the relationship.
|
void |
setControlFlowProperties(ControlFlowProperties controlFlowProperties)
Set up relationship properties
|
void |
setCurrentStep(ElementHeader currentStep)
Set up the element header associated with end 1 of the relationship.
|
void |
setNextStep(ElementHeader nextStep)
Set up the element header associated with end 2 of the relationship.
|
String |
toString()
JSON-style toString
|
public ControlFlowElement()
public ControlFlowElement(ControlFlowElement template)
template - object to copypublic ElementHeader getControlFlowHeader()
public void setControlFlowHeader(ElementHeader controlFlowHeader)
controlFlowHeader - element header objectpublic ControlFlowProperties getControlFlowProperties()
public void setControlFlowProperties(ControlFlowProperties controlFlowProperties)
controlFlowProperties - relationship propertiespublic ElementHeader getCurrentStep()
public void setCurrentStep(ElementHeader currentStep)
currentStep - element header objectpublic ElementHeader getNextStep()
public void setNextStep(ElementHeader nextStep)
nextStep - element header objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.