Uses of Interface
de.mid.innovator.srv2api.icw2bsdia.BSDia
-
Packages that use BSDia Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bsdia Diagrams and graphical representations for elements of the icw2bs 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 BSDia in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BSDia Modifier and Type Method Description java.util.List<BSDia>
BPItemDefinition. getBSDia(K_CONTROL_OPTION... behaviourFlags)
All business object state diagrams with a representation of theBPItemDefinition
. -
Uses of BSDia in de.mid.innovator.srv2api.icw2bsdia
Methods in de.mid.innovator.srv2api.icw2bsdia that return BSDia Modifier and Type Method Description static BSDia
BSDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Object State Diagram with template and container.static BSDia
BSDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Object State Diagram with stereotype and container.BSDia
BSDiaStateMachineNode. getOwningDiagram()
The diagram owning this state machine node. -
Uses of BSDia in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type BSDia Modifier and Type Method Description java.util.List<BSDia>
CLComponent. getOwnedStateDiagram(K_CONTROL_OPTION... behaviourFlags)
All state diagrams owned by this component. -
Uses of BSDia in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type BSDia Modifier and Type Method Description java.util.List<BSDia>
MEPackage. getOwnedStateDiagram(K_CONTROL_OPTION... behaviourFlags)
All state diagrams owned by this package.
-