Uses of Interface
de.mid.innovator.srv2api.icw2meta.MM2Classification
-
Packages that use MM2Classification Package Description de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model.de.mid.innovator.srv2api.icw2meta Meta model and administration information.de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MM2Classification in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem with parameters of type MM2Classification Modifier and Type Method Description ELContainerAble
ELContainerAble. getRedirectedModelContainer(MM2Classification refObj)
The container which a new element specified by meta classification is redirected to or this container, if no redirection is found. -
Uses of MM2Classification in de.mid.innovator.srv2api.icw2meta
Subinterfaces of MM2Classification in de.mid.innovator.srv2api.icw2meta Modifier and Type Interface Description interface
MM2Association
interface
MM2Class
interface
MMStereotype
A stereotype defines how an existing metaclass may be extended and enables the use of platform-specific or domain-specific terminology or notation in place of, or in addition to, the ones used for the extended metaclass.Fields in de.mid.innovator.srv2api.icw2meta declared as MM2Classification Modifier and Type Field Description MM2Classification
ARG_MM2TypedElementCreate. ohMM2Classification
Meta class or stereotypeMM2Classification
ARG_MMStereotypeTSOptionCreate. ohMM2Classification
Meta class or stereotypeMM2Classification
ARG_MMTextCreate. ohMM2Classification
Meta class or stereotypeFields in de.mid.innovator.srv2api.icw2meta with type parameters of type MM2Classification Modifier and Type Field Description java.util.List<MM2Classification>
ARG_MMAssignClassification. seqOh
list of meta classifications, which are assignedjava.util.List<MM2Classification>
ARG_ModifyTypedElementValidListDlgInit. seqSel
sequence of selected meta classificationsjava.util.List<MM2Classification>
ARG_ModifyTypedElementValueList. seqSel
sequence of selected meta classificationsMethods in de.mid.innovator.srv2api.icw2meta with type parameters of type MM2Classification Modifier and Type Method Description <T extends MM2Classification>
java.util.List<T>MMEngineeringSequence. getClassification(java.lang.Class<T> returnType)
The classification of this engineering classification.<T extends MM2Classification>
java.util.List<T>MMVerify. getClassificationWithVerifyMsg(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends MM2Classification>
java.util.List<T>MM2TypedElement. getInvisibleClassification(java.lang.Class<T> returnType)
All meta classifications which are not using this typed element.<T extends MM2Classification>
java.util.List<T>MM2TypedElement. getNotToLocalizeClassification(java.lang.Class<T> returnType)
All classifications where thisMM2TypedElement
should not be localized.<T extends MM2Classification>
java.util.List<T>MM2Classification. getStereotypeHierarchyWithClass(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
The meta class of this classification.Methods in de.mid.innovator.srv2api.icw2meta that return MM2Classification Modifier and Type Method Description MM2Classification
MM2ClassificationConstraint. getClassification()
All meta classifications restricted by this classification constraint.MM2Classification
MMLabel. getClassification()
The classification of this label.MM2Classification
MMText. getClassification()
Classification of the text.MM2Classification
MMVerifyClassification. getClassification()
All verify classifications of this classification.MM2Classification
MMMenu. getClientClassification()
The classification of the client which contains this menu.MM2Classification
MM2ClassificationConstraint. getInverseClassification()
All inverse meta classifications restricted by this classification constraint.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MM2Classification Modifier and Type Method Description static MMLabel
MMLabelHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Extents the basic function 'EntCreateOclCmd' for the elementMMLabel
by setting/modifying further attributes or elements.static MMStereotypeProperty
MMStereotypePropertyHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Creates a new stereotype property.static MMStereotypeTSOption
MMStereotypeTSOptionHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
Creates a newMMStereotypeTSOption
.static MMText
MMTextHelper. create(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, java.lang.String name, java.lang.String preset, boolean useInDocumentation, boolean isFlowDocument)
Creates a new text definition.static MMStereotypeTSOption
MMStereotypeTSOptionHelper. createWithTypeSystem(SrvContext srvCtx, MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType, MMTypeSystem ohTypeSystem, java.lang.String strName)
Creates a newMMStereotypeTSOption
withMMTypeSystem
.void
MMLabel. setClassification(MM2Classification value)
Set the value of Foreign Key Classification.void
MMText. setClassification(MM2Classification value)
Set the value of Foreign Key Classification.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MM2Classification Modifier and Type Method Description java.util.List<MM2ClassificationConstraint>
MM2Classification. assignClassification(MMProfile ohProfile, MM2Attribute ohAttr, java.util.List<? extends MM2Classification> seqOh)
Assigns a list of meta classifications to a meta classification to restrict the valid values of the specified meta attribute.static ARG_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTranslatableValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available typed elements which may be translated.static ARG_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTSOptionValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available type sytem options.static ARG_ModifyTypedElementValidListDlgInitOut
MM2ClassificationHelper. getModifyTypedElementValidListDlgInit(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, MMProfile ohProfile)
Fills the modify dialog with available typed elements.void
MMSyncedStereotype. modifySyncedPropertyList(java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of synced properties for thisMMSyncedStereotype
.static void
MM2ClassificationHelper. modifyTranslatableValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of valid typed elements which may be translated for a list of meta classifications.static void
MM2ClassificationHelper. modifyTSOptionValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of valid type system options for a list of meta classifications.static void
MM2ClassificationHelper. modifyTypedElementValueList(SrvContext srvCtx, java.util.List<? extends MM2Classification> seqSel, java.util.List<? extends MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
Modify the list of valid typed elements for a list of meta classifications.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MM2Classification Constructor Description ARG_MM2TypedElementCreate(MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType)
ARG_MMStereotypeTSOptionCreate(MMProfile ohProfile, MM2Classification ohMM2Classification, K_TYPE kType, MMTypeSystem ohTypeSystem, java.lang.String strName)
ARG_MMTextCreate(MMProfile ohProfile, MM2Classification ohMM2Classification, java.lang.String name, java.lang.String preset, boolean useInDocumentation, boolean isFlowDocument)
Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type MM2Classification Constructor Description ARG_MMAssignClassification(MMProfile ohProfile, MM2Attribute ohAttr, java.util.List<MM2Classification> seqOh)
ARG_ModifyTypedElementValidListDlgInit(java.util.List<MM2Classification> seqSel, MMProfile ohProfile)
ARG_ModifyTypedElementValueList(java.util.List<MM2Classification> seqSel, java.util.List<MM2TypedElement> seqElem, java.util.List<K_MULTIBOOL> seqMBool, MMProfile ohProfile, boolean useRedefined)
-
Uses of MM2Classification in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return MM2Classification Modifier and Type Method Description MM2Classification
MECreateRedirect. getNewPackageClassification()
The classification for new packages of this create redirection.MM2Classification
MECreateRedirect. getRedirectedElementClassification()
The redirected classification of this create redirection.Methods in de.mid.innovator.srv2api.icw2model with parameters of type MM2Classification Modifier and Type Method Description java.util.List<MMText>
MEModel. getDocumentAreaTextOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
java.util.List<MMText>
MEModel. getFlowDocumentTextOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
All flow document texts with classification and argument pattern within valid profiles of this model.java.util.List<MMLabel>
MEModel. getLabelOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
java.util.List<MMText>
MEModel. getTextOfClassification(MM2Classification refObj, java.lang.String pattern, K_CONTROL_OPTION... behaviourFlags)
void
MECreateRedirect. setNewPackageClassification(MM2Classification value)
Set the value of Foreign Key NewPackageClassification.void
MECreateRedirect. setRedirectedElementClassification(MM2Classification value)
Set the value of Foreign Key RedirectedElementClassification.
-