Uses of Interface
de.mid.innovator.srv2api.icw2pres.PRDiaWhiteboard
-
Packages that use PRDiaWhiteboard Package Description de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of PRDiaWhiteboard in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return types with arguments of type PRDiaWhiteboard Modifier and Type Method Description java.util.List<PRDiaWhiteboard>
MEHierarchyAble. getOwnedDiaWhiteboard(K_CONTROL_OPTION... behaviourFlags)
All whiteboards owned by this hierarchical element. -
Uses of PRDiaWhiteboard in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return PRDiaWhiteboard Modifier and Type Method Description static PRDiaWhiteboard
PRDiaWhiteboardHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Whiteboard Diagram with template and container.static PRDiaWhiteboard
PRDiaWhiteboardHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Whiteboard Diagram with stereotype and container.PRDiaWhiteboard
PRDiaWhiteboardEdge. getOwningDiaWhiteboard()
The whiteboard owning this edge.PRDiaWhiteboard
PRDiaWhiteboardNode. getOwningDiaWhiteboard()
The whiteboard owning this node.
-