Class ControlFlowElement
java.lang.Object
org.odpi.openmetadata.accessservices.assetmanager.metadataelements.ControlFlowElement
- All Implemented Interfaces:
Serializable
ControlFlowElement contains the properties and header for a control flow relationship retrieved from the metadata repository.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorControlFlowElement
(ControlFlowElement template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the element header associated with the relationship.Return details of the relationshipReturn the element header associated with end 1 of the relationship.Return the element header associated with end 2 of the relationship.int
hashCode()
Return hash code for this objectvoid
setControlFlowHeader
(ElementHeader controlFlowHeader) Set up the element header associated with the relationship.void
setControlFlowProperties
(ControlFlowProperties controlFlowProperties) Set up relationship propertiesvoid
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.toString()
JSON-style toString
-
Constructor Details
-
ControlFlowElement
public ControlFlowElement()Default constructor -
ControlFlowElement
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getControlFlowHeader
Return the element header associated with the relationship.- Returns:
- element header object
-
setControlFlowHeader
Set up the element header associated with the relationship.- Parameters:
controlFlowHeader
- element header object
-
getControlFlowProperties
Return details of the relationship- Returns:
- relationship properties
-
setControlFlowProperties
Set up relationship properties- Parameters:
controlFlowProperties
- relationship properties
-
getCurrentStep
Return the element header associated with end 1 of the relationship.- Returns:
- element header object
-
setCurrentStep
Set up the element header associated with end 1 of the relationship.- Parameters:
currentStep
- element header object
-
getNextStep
Return the element header associated with end 2 of the relationship.- Returns:
- element header object
-
setNextStep
Set up the element header associated with end 2 of the relationship.- Parameters:
nextStep
- element header object
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-