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 BPDia
BPPath. getBestDiagramToStartAnimation()
The best diagram to start the animation.BPDia
BPPathContextAble. getDefinitionDiagram()
The definition diagram which contains either the master view node or a completely maintained view node.BPDia
BPPathContextAble. 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 BPDia
ARG_BPDiaMasterDiaWithView. ohDia
New Master DiagramMethods in de.mid.innovator.srv2api.icw2bpdia that return BPDia Modifier and Type Method Description static BPDia
BPDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new BPMN Diagram with template and container.static BPDia
BPDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new BPMN Diagram with stereotype and container.static BPDia
BPDiaHelper. createDefinition(SrvContext srvCtx, BPPathContextAble elementToDefine, ADClientAble diaCurrent, K_ORIENTATION orientation, boolean dontAddDefinition, boolean dontMoveMaster)
Creates a new definition diagram for the process or collaboration.BPDia
BPDiaViewNode. getDiagramOfView()
BPDia
BPDiaArtifactNode. getOwningDia()
TheBPDia
of theBPDiaArtifactNode
.BPDia
BPDiaGroupAssignment. getOwningDia()
The diagram of the group assignment edge.BPDia
BPDiaItemNode. getOwningDia()
TheBPDia
of the element.BPDia
BPDiaMappingAssoc. getOwningDia()
TheBPDia
of theBPDiaMappingAssoc
.BPDia
BPDiaMessageFlow. getOwningDia()
Owning diagram of the message flow edge.BPDia
BPDiaStructureEdge. getOwningDia()
TheBPDia
owning the structure edge.BPDia
BPDiaSupportEdge. getOwningDia()
TheBPDia
owning the support edge.BPDia
BPDiaTermEdge. getOwningDia()
BPDia
BPDiaTermNode. getOwningDia()
BPDia
BPDiaTextNode. getOwningDia()
TheBPDia
of theBPDiaTextNode
.BPDia
BPDiaViewNode. getOwningDia()
TheBPDia
of the element.BPDia
BPDiaViewContentEdge. getOwningDiagram()
TheBPDia
owning 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
.
-