Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDia
-
Packages that use BPDia 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.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships.de.mid.innovator.srv2api.icw2model 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 BPDia Modifier and Type Method Description BPDiaBPPath. getBestDiagramToStartAnimation()The best diagram to start the animation.BPDiaBPPathContextAble. getDefinitionDiagram()The definition diagram which contains either the master view node or a completely maintained view node.BPDiaBPPathContextAble. getDiagramOfStandardView()Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPDia Modifier and Type Method Description java.util.List<BPDia>BPPath. getDiagramToStartAnimation(K_CONTROL_OPTION... behaviourFlags)All diagrams suitable to start the animation.java.util.List<BPDia>BPPath. getDiagramToStartAnimation(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDiagramToStartAnimation and filters its return values according to the given stereotype value.java.util.List<BPDia>BPCollaboration. getDiagramWithViewCompletelyMaintained(K_CONTROL_OPTION... behaviourFlags)java.util.List<BPDia>BPCollaboration. getDiagramWithViewCompletelyMaintained(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)The method calls getDiagramWithViewCompletelyMaintained and filters its return values according to the given stereotype value.java.util.List<BPDia>BPProcess. getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags) -
Uses of BPDia in de.mid.innovator.srv2api.icw2bpdia
Fields in de.mid.innovator.srv2api.icw2bpdia declared as BPDia Modifier and Type Field Description BPDiaARG_BPDiaMasterDiaWithView. ohDiaNew Master DiagramMethods in de.mid.innovator.srv2api.icw2bpdia that return BPDia Modifier and Type Method Description static 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.BPDiaBPDiaViewNode. getDiagramOfView()BPDiaBPDiaArtifactNode. getOwningDia()TheBPDiaof theBPDiaArtifactNode.BPDiaBPDiaGroupAssignment. getOwningDia()The diagram of the group assignment edge.BPDiaBPDiaItemNode. getOwningDia()TheBPDiaof the element.BPDiaBPDiaMappingAssoc. getOwningDia()TheBPDiaof theBPDiaMappingAssoc.BPDiaBPDiaMessageFlow. getOwningDia()Owning diagram of the message flow edge.BPDiaBPDiaStructureEdge. getOwningDia()TheBPDiaowning the structure edge.BPDiaBPDiaSupportEdge. getOwningDia()TheBPDiaowning the support edge.BPDiaBPDiaTermEdge. getOwningDia()BPDiaBPDiaTermNode. getOwningDia()BPDiaBPDiaTextNode. getOwningDia()TheBPDiaof theBPDiaTextNode.BPDiaBPDiaViewNode. getOwningDia()TheBPDiaof the element.BPDiaBPDiaViewContentEdge. getOwningDiagram()TheBPDiaowning the view content edge.Constructors in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPDia Constructor Description ARG_BPDiaMasterDiaWithView(BPDia ohDia, BPDiaViewNode ohView) -
Uses of BPDia in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type BPDia Modifier and Type Method Description java.util.List<BPDia>CLComponent. 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 BPDia Modifier and Type Method Description java.util.List<BPDia>MEPackage. getOwnedBPDia(K_CONTROL_OPTION... behaviourFlags)All business process diagrams of theMEPackage.
-