Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPLaneSet
Packages that use BPLaneSet
Package
Description
Package for Business Process Model and Notation (BPMN).
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 BPLaneSetModifier and TypeMethodDescriptionstatic 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.BPLane.getLaneSet()The owning lane set of the lane.BPLane.getTopLaneSet()Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPLaneSetModifier and TypeMethodDescriptionBPFlowElement.getLaneSetAssigned()BPFlowElement.getLaneSetAssigned(MMStereotype stereotype) The method calls getLaneSetAssigned and filters its return values according to the given stereotype value.BPFlowElement.getLaneSetAssignedTransitiveUp()The lane sets being assigned directly and indirectly to the flow element via its lanes or the 'upper' lane sets and lanes.BPFlowElement.getLaneSetAssignedTransitiveUp(MMStereotype stereotype) The method calls getLaneSetAssignedTransitiveUp and filters its return values according to the given stereotype value.BPProcess.getOwnedLaneSet(K_CONTROL_OPTION... behaviourFlags) Methods in de.mid.innovator.srv2api.icw2bp with parameters of type BPLaneSetModifier and TypeMethodDescriptionBPFlowElement.getLaneAssignedInLaneSet(BPLaneSet refObj) For a given lane set the lane is returned which contains the flow element - if there is such a lane.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 BPLaneSetModifier and TypeMethodDescriptionBPDiaProcessViewNode.getLaneSet()The top lane set displayed in the process view node.BPDiaProcessViewNode.getLaneSetDisplayed()The LaneSet to be displayed.Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPLaneSetModifier and TypeMethodDescriptionvoidBPDiaProcessViewNode.setLaneSet(BPLaneSet value) Set the value of Foreign Key LaneSet.