Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPLaneSet
-
Packages that use BPLaneSet Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package. -
-
Uses of BPLaneSet in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPLaneSet Modifier and Type Method Description static BPLaneSet
BPLaneSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Lane Set with template and container.static BPLaneSet
BPLaneSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Lane Set with stereotype and container.BPLaneSet
BPLane. getLaneSet()
The owning lane set of the lane.BPLaneSet
BPLane. getTopLaneSet()
Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPLaneSet Modifier and Type Method Description java.util.List<BPLaneSet>
BPFlowElement. getLaneSetAssigned(K_CONTROL_OPTION... behaviourFlags)
java.util.List<BPLaneSet>
BPFlowElement. getLaneSetAssigned(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getLaneSetAssigned and filters its return values according to the given stereotype value.java.util.List<BPLaneSet>
BPFlowElement. getLaneSetAssignedTransitiveUp(K_CONTROL_OPTION... behaviourFlags)
The lane sets being assigned directly and indirectly to the flow element via its lanes or the "upper" lane sets and lanes.java.util.List<BPLaneSet>
BPFlowElement. getLaneSetAssignedTransitiveUp(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getLaneSetAssignedTransitiveUp and filters its return values according to the given stereotype value.java.util.List<BPLaneSet>
BPProcess. getOwnedLaneSet(K_CONTROL_OPTION... behaviourFlags)
Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPLaneSet Modifier and Type Method Description BPLane
BPFlowElement. getLaneAssignedInLaneSet(BPLaneSet refObj)
For a given lane set the lane is returned which contains the flow element - if there is such a lane.BPLane
BPFlowElement. getLaneAssignedInTopLaneSet(BPLaneSet refObj)
For a given top lane set the lane is returned which contains the flow element - if there is such a lane. -
Uses of BPLaneSet in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia that return BPLaneSet Modifier and Type Method Description BPLaneSet
BPDiaProcessViewNode. getLaneSet()
The top lane set displayed in the process view node.BPLaneSet
BPDiaProcessViewNode. getLaneSetDisplayed()
The LaneSet to be displayed.Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPLaneSet Modifier and Type Method Description void
BPDiaProcessViewNode. setLaneSet(BPLaneSet value)
Set the value of Foreign Key LaneSet.
-