Uses of Interface
de.mid.innovator.srv2api.icw2model.MEHierarchyAble
-
Packages that use MEHierarchyAble Package Description de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).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.icw2db The DB package (specialization of the IM package) describes the concepts needed for modeling a relational database.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEHierarchyAble in de.mid.innovator.srv2api.icw2bp
Fields in de.mid.innovator.srv2api.icw2bp declared as MEHierarchyAble Modifier and Type Field Description MEHierarchyAble
ARG_BPItemDefinitionCreateForStructureElement. ownerItemDefinition
As an option the owner of a new item definition can be specified.MEHierarchyAble
ARG_BPItemDefinitionCreateForStructureElement. ownerStructureDefinition
As an option the owner of a new structure definition can be specified.Methods in de.mid.innovator.srv2api.icw2bp with parameters of type MEHierarchyAble Modifier and Type Method Description static BPItemDefinition
BPItemDefinitionHelper. determineItemDefinitionForStructureElement(SrvContext srvCtx, ADClientAble partOfStructure, ADClientAble elemForProfileAndOwner, MMStereotype stereoItemDefinition, MEHierarchyAble ownerItemDefinition, MMStereotype stereoStructureDefinition, MEHierarchyAble ownerStructureDefinition)
For the structure parts passed as the argument action is taken to derive a structure and to create or determine an item definition linked to the structure.Constructors in de.mid.innovator.srv2api.icw2bp with parameters of type MEHierarchyAble Constructor Description ARG_BPItemDefinitionCreateForStructureElement(ADClientAble partOfStructure, ADClientAble elemForProfileAndOwner, MMStereotype stereoItemDefinition, MEHierarchyAble ownerItemDefinition, MMStereotype stereoStructureDefinition, MEHierarchyAble ownerStructureDefinition)
-
Uses of MEHierarchyAble in de.mid.innovator.srv2api.icw2class
Subinterfaces of MEHierarchyAble in de.mid.innovator.srv2api.icw2class Modifier and Type Interface Description interface
CLComponent
A component represents a modular part of a system that encapsulates its contents and whose manifestation is replaceable within its environment.Fields in de.mid.innovator.srv2api.icw2class declared as MEHierarchyAble Modifier and Type Field Description MEHierarchyAble
ARG_CreateByWorkingDirectoryOclCmd. root
root packageMethods in de.mid.innovator.srv2api.icw2class with parameters of type MEHierarchyAble Modifier and Type Method Description static java.util.List<CLArtifact>
CLArtifactHelper. createByWorkingDirectory(SrvContext srvCtx, MEHierarchyAble root, java.util.List<ARG_ExtensionStereotypeMap> seqExtStereoMap, java.util.List<java.lang.String> seqFile)
Creates artifacts if they do not already exist.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type MEHierarchyAble Constructor Description ARG_CreateByWorkingDirectoryOclCmd(MEHierarchyAble root, java.util.List<ARG_ExtensionStereotypeMap> seqExtStereoMap, java.util.List<java.lang.String> seqFile)
-
Uses of MEHierarchyAble in de.mid.innovator.srv2api.icw2db
Subinterfaces of MEHierarchyAble in de.mid.innovator.srv2api.icw2db Modifier and Type Interface Description interface
DBPackage
ADBPackage
is both aMEPackage
for organizing elements in a tree and aDBSQLObject
for modeling privileges or relationships to other SQL objects. -
Uses of MEHierarchyAble in de.mid.innovator.srv2api.icw2model
Subinterfaces of MEHierarchyAble in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MEConfigurationManagement
Configuration management package.interface
MEMappingConfigurationPackage
Abstract mapping configuration package.interface
MEMappingConfigurationPackageForward
Mapping configuration package forward direction.interface
MEMappingConfigurationPackageReverse
Mapping configuration package reverse direction.interface
MEMappingPackageContent
Package used for content below MappingPackageType.interface
MEMappingPackageType
Abstract mapping package type defines the mapping type.interface
MEMappingPackageTypeForward
Implementing mapping type with direction FORWARD.interface
MEMappingPackageTypeReverse
Implementing mapping type with direction REVERSE.interface
MEModel
A model captures a view of a physical system.interface
MEPackage
A package is a namespace for its members and may contain other packages.interface
MEStubPackage
Abstract Stub Package.interface
MEStubPackageBase
Stub package base package collecting all stub packages within a system model.interface
MEStubPackageExternalModel
Stub package for external models.interface
MEStubPackageInnovator
Stub package for Innovator modelsinterface
MESystemModel
interface
MESystemModelManagement
System model management package containing MEConfigurationManagement and MEStubPackageBase packages.
-