Package com.nomagic.magicdraw.simulation
Class SimulationProfile.NestedUIConfigStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.simulation.SimulationProfile.NestedUIConfigStereotype
- Enclosing class:
- SimulationProfile
public static class SimulationProfile.NestedUIConfigStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSpecify which existing UI configuration will be used and displayed as the UI of the system part, which is represented by the property specified in the feature tag.static final StringSpecify which property (part) of the context will be represented.static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclear()voidclearConfig(Element element) voidclearFeature(Element element) getFeature(Element element) Returns stereotype for this wrapper.booleanChecks if stereotype of this wrapper is applied to given element.static booleanisInstance(Element element) voidvoidsetFeature(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONFIG
Specify which existing UI configuration will be used and displayed as the UI of the system part, which is represented by the property specified in the feature tag.- See Also:
-
FEATURE
Specify which property (part) of the context will be represented.- See Also:
-
-
Constructor Details
-
NestedUIConfigStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getConfigProperty
-
getFeatureProperty
-
setConfig
-
clearConfig
-
getConfig
-
setFeature
-
clearFeature
-
getFeature
-
clear
protected void clear() -
is
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-