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
Modifier and TypeFieldDescriptionstatic final String
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.static final String
Specify which property (part) of the context will be represented.static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearConfig
(Element element) void
clearFeature
(Element element) getFeature
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
void
setFeature
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, 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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getConfigProperty
-
getFeatureProperty
-
setConfig
-
clearConfig
-
getConfig
-
setFeature
-
clearFeature
-
getFeature
-
clear
protected void clear() -
is
-
isInstance
-