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 BPLaneSetBPLaneSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Lane Set with template and container.static BPLaneSetBPLaneSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Lane Set with stereotype and container.BPLaneSetBPLane. getLaneSet()The owning lane set of the lane.BPLaneSetBPLane. 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 BPLaneBPFlowElement. getLaneAssignedInLaneSet(BPLaneSet refObj)For a given lane set the lane is returned which contains the flow element - if there is such a lane.BPLaneBPFlowElement. 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 BPLaneSetBPDiaProcessViewNode. getLaneSet()The top lane set displayed in the process view node.BPLaneSetBPDiaProcessViewNode. getLaneSetDisplayed()The LaneSet to be displayed.Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPLaneSet Modifier and Type Method Description voidBPDiaProcessViewNode. setLaneSet(BPLaneSet value)Set the value of Foreign Key LaneSet.
-