Uses of Interface
de.mid.innovator.srv2api.icw2cldia.CLDiaHierStructDefinitionNode
-
Packages that use CLDiaHierStructDefinitionNode Package Description de.mid.innovator.srv2api.icw2cldia Diagrams and graphical representations for elements of the icw2class package.de.mid.innovator.srv2api.icw2dbdia Database Diagrams and representations of tables and foreign keys, as well as views and from clauses.de.mid.innovator.srv2api.icw2erdia Entity Relationship Diagrams and representations of entities and relationships, as well as conceptual views and from clauses. -
-
Uses of CLDiaHierStructDefinitionNode in de.mid.innovator.srv2api.icw2cldia
Methods in de.mid.innovator.srv2api.icw2cldia that return types with arguments of type CLDiaHierStructDefinitionNode Modifier and Type Method Description java.util.List<CLDiaHierStructDefinitionNode>
CLClassDia. getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)
All structure definition nodes owned by this class diagram.java.util.List<CLDiaHierStructDefinitionNode>
CLStructureDefinitionDia. getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)
All structure definition nodes owned by this structure definition diagram. -
Uses of CLDiaHierStructDefinitionNode in de.mid.innovator.srv2api.icw2dbdia
Methods in de.mid.innovator.srv2api.icw2dbdia that return types with arguments of type CLDiaHierStructDefinitionNode Modifier and Type Method Description java.util.List<CLDiaHierStructDefinitionNode>
DBDia. getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)
All structure definition nodes owned by this database diagram. -
Uses of CLDiaHierStructDefinitionNode in de.mid.innovator.srv2api.icw2erdia
Methods in de.mid.innovator.srv2api.icw2erdia that return types with arguments of type CLDiaHierStructDefinitionNode Modifier and Type Method Description java.util.List<CLDiaHierStructDefinitionNode>
ERDiaAll. getOwnedHierStructDefinitionNode(K_CONTROL_OPTION... behaviourFlags)
All structure definition nodes owned by thisERDiaAll
.
-