Class AlignmentItemPorts
java.lang.Object
de.xima.fc.common.workflow.bpmn.AlignmentItemPorts
POJO for the in port, out port and port direction of an
IWorkflowBpmnAlignmentItem.- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()inPort()static AlignmentItemPortsof(Double inPort, Double outPort, ECardinalDirection2D portDirection) Creates a newAlignmentItemPortsobject with the given in port, out port and port direction.outPort()
-
Method Details
-
equals
-
hashCode
-
inPort
-
outPort
-
portDirection
-
of
public static AlignmentItemPorts of(Double inPort, Double outPort, ECardinalDirection2D portDirection) Creates a newAlignmentItemPortsobject with the given in port, out port and port direction. Returns null if both the in and out port is null.
-