Uses of Interface
de.mid.innovator.srv2api.icw2brdia.BRDia
-
Packages that use BRDia Package Description de.mid.innovator.srv2api.icw2brdia Diagrams and graphical representations for elements of the icw2br package.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of BRDia in de.mid.innovator.srv2api.icw2brdia
Methods in de.mid.innovator.srv2api.icw2brdia that return BRDia Modifier and Type Method Description static BRDia
BRDiaHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Business Resource Diagram with template and container.static BRDia
BRDiaHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Business Resource Diagram with stereotype and container.BRDia
BRDiaResourceEdge. getOwningDia()
The business resource diagram owning theBRDiaResourceEdge
.BRDia
BRDiaResourceNode. getOwningDia()
The business resource diagram owning theBRDiaResourceNode
.BRDia
BRDiaTextNode. getOwningDia()
The business resource diagram owning theBRDiaTextNode
. -
Uses of BRDia in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type BRDia Modifier and Type Method Description java.util.List<BRDia>
MEPackage. getOwnedBRDiagram(K_CONTROL_OPTION... behaviourFlags)
The business resource diagrams in thisMEPackage
.
-