Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDia
Packages that use BPDia
Package
Description
Package for Business Process Model and Notation (BPMN).
BPMN Diagrams and graphical representations for elements of the icw2bp package.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
This packagage contains elements representing the logical model.
-
Uses of BPDia in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPDiaModifier and TypeMethodDescriptionBPPath.getBestDiagramToStartAnimation()The best diagram to start the animation.BPPathContextAble.getDefinitionDiagram()The definition diagram which contains either the master view node or a completely maintained view node.BPPathContextAble.getDiagramOfStandardView()Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPDiaModifier and TypeMethodDescriptionBPPath.getDiagramToStartAnimation()All diagrams suitable to start the animation.BPPath.getDiagramToStartAnimation(MMStereotype stereotype) The method calls getDiagramToStartAnimation and filters its return values according to the given stereotype value.BPCollaboration.getDiagramWithViewCompletelyMaintained()BPCollaboration.getDiagramWithViewCompletelyMaintained(MMStereotype stereotype) The method calls getDiagramWithViewCompletelyMaintained and filters its return values according to the given stereotype value.BPProcess.getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags) -
Uses of BPDia in de.mid.innovator.srv2api.icw2bpdia
Fields in de.mid.innovator.srv2api.icw2bpdia declared as BPDiaMethods in de.mid.innovator.srv2api.icw2bpdia that return BPDiaModifier and TypeMethodDescriptionstatic BPDiaBPDiaHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new BPMN Diagram with template and container.static BPDiaBPDiaHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new BPMN Diagram with stereotype and container.static BPDiaBPDiaHelper.createDefinition(SrvContext srvCtx, BPPathContextAble elementToDefine, ADClientAble diaCurrent, K_ORIENTATION orientation, boolean dontAddDefinition, boolean dontMoveMaster) Creates a new definition diagram for the process or collaboration.BPDiaViewNode.getDiagramOfView()BPDiaArtifactNode.getOwningDia()TheBPDiaof theBPDiaArtifactNode.BPDiaItemNode.getOwningDia()TheBPDiaof the element.BPDiaMessageFlow.getOwningDia()Owning diagram of the message flow edge.BPDiaSupportEdge.getOwningDia()TheBPDiaowning the support edge.BPDiaViewNode.getOwningDia()TheBPDiaof the element.Constructors in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPDia -
Uses of BPDia in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type BPDiaModifier and TypeMethodDescriptionCLComponent.getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags) All bpmn diagrams owned by this component. -
Uses of BPDia in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type BPDiaModifier and TypeMethodDescriptionMEPackage.getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags) All business process diagrams of theMEPackage.