Uses of Class
de.xima.fc.common.geometry.Positioned
-
Packages that use Positioned Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn de.xima.fc.workflow.converter.bpmn -
-
Uses of Positioned in de.xima.fc.common.workflow.bpmn
Methods in de.xima.fc.common.workflow.bpmn with parameters of type Positioned Modifier and Type Method Description <Value,Children extends IWorkflowBpmnAlignmentItem<?,?>>
IWorkflowBpmnAlignmentItem<Value,Children>WorkflowBpmnAlignmentItemBuilder. build(Value value, Positioned<? extends Children,Point2DDouble>... children)
Builds an alignment item with the current settings and the given value and children.<Value,First extends IWorkflowBpmnAlignmentItem<?,?>,Second extends IWorkflowBpmnAlignmentItem<?,?>>
IWorkflowBpmnTwoChildAlignmentItem<Value,First,Second>WorkflowBpmnAlignmentItemBuilder. build(Value value, Positioned<? extends First,Point2DDouble> firstChild, Positioned<? extends Second,Point2DDouble> secondChild)
Builds an alignment item with the current settings and the given value and children.<Children extends IWorkflowBpmnAlignmentItem<?,?>>
IWorkflowBpmnAlignmentItem<String,Children>WorkflowBpmnAlignmentItemBuilder. buildWithIdValue(String idValue, Positioned<? extends Children,Point2DDouble>... children)
Builds an alignment item with the current settings and the given ID value and children.<First extends IWorkflowBpmnAlignmentItem<?,?>,Second extends IWorkflowBpmnAlignmentItem<?,?>>
IWorkflowBpmnTwoChildAlignmentItem<String,First,Second>WorkflowBpmnAlignmentItemBuilder. buildWithIdValue(String idValue, Positioned<? extends First,Point2DDouble> firstChild, Positioned<? extends Second,Point2DDouble> secondChild)
Builds an alignment item with the current settings and the given value and children.Method parameters in de.xima.fc.common.workflow.bpmn with type arguments of type Positioned Modifier and Type Method Description <Value,Children extends IWorkflowBpmnAlignmentItem<?,?>>
IWorkflowBpmnAlignmentItem<Value,Children>WorkflowBpmnAlignmentItemBuilder. build(Value value, List<Positioned<? extends Children,Point2DDouble>> children)
Builds an alignment item with the current settings and the given value and children.<Children extends IWorkflowBpmnAlignmentItem<?,?>>
IWorkflowBpmnAlignmentItem<String,Children>WorkflowBpmnAlignmentItemBuilder. buildWithIdValue(String idValue, List<Positioned<? extends Children,Point2DDouble>> children)
Builds an alignment item with the current settings and the given ID value and children. -
Uses of Positioned in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return Positioned Modifier and Type Method Description Positioned<? extends First,Point2DDouble>
IWorkflowBpmnTwoChildAlignmentItem. first()
Gets the first alignment item.Positioned<IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble>
IFlattenedAlignmentItemMap. get(Object value)
Gets the alignment item for the given value.Positioned<? extends Second,Point2DDouble>
IWorkflowBpmnTwoChildAlignmentItem. second()
Gets the second alignment item.Methods in de.xima.fc.interfaces.workflow.bpmn that return types with arguments of type Positioned Modifier and Type Method Description default List<Positioned<? extends IStructuredBpmnModelPart,Point2DDouble>>
IStructuredBpmnModelPart. childAlignmentItems()
List<Positioned<? extends Children,Point2DDouble>>
IWorkflowBpmnAlignmentItem. childAlignmentItems()
The children of this alignment item, together with their position.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type Positioned Modifier and Type Method Description IWorkflowBpmnFlowEdgeBuilder
IWorkflowBpmnFlowEdgeBuilder. name(Positioned<? extends IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>,Point2DDouble> name)
Sets the name (label) of the sequence flow.Method parameters in de.xima.fc.interfaces.workflow.bpmn with type arguments of type Positioned Modifier and Type Method Description AlignmentItemPorts
IWorkflowBpmnAlignAroundPortSelector. selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble>> positionedItems, EPrimaryIntercardinalDirection2D direction)
Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItem
representing the two aligned items, when the second item is aligned in a primary intercardinal direction relative to the first item.AlignmentItemPorts
IWorkflowBpmnAlignAtAxisPortSelector. selectPort(List<? extends Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble>> positionedItems, ECardinalDirection2D direction)
Selects the in and out ports to use for the builtIWorkflowBpmnAlignmentItem
representing the aligned children. -
Uses of Positioned in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return Positioned Modifier and Type Method Description static Positioned<IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble>
FindPositionVisitor. resolvePositionOfItemByValue(IWorkflowBpmnAlignmentItem<?,?> item, Object value)
static <T> Positioned<IWorkflowBpmnAlignmentItem<T,?>,Point2DDouble>
FindPositionVisitor. resolvePositionOfItemByValue(IWorkflowBpmnAlignmentItem<?,?> item, Object value, Class<T> type)
Methods in de.xima.fc.workflow.converter.bpmn with parameters of type Positioned Modifier and Type Method Description TreeVisit.ETreeVisitResult
FindPositionVisitor. enter(Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble> positioned)
protected boolean
FindPositionVisitor. exit(Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble> positioned)
protected boolean
FindPositionVisitor. visit(Positioned<? extends IWorkflowBpmnAlignmentItem<?,?>,Point2DDouble> positioned)
-