Package com.nomagic.magicdraw.simulation
Class SimulationProfile.SelectPropertiesConfigStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.simulation.SimulationProfile.SelectPropertiesConfigStereotype
- Enclosing class:
- SimulationProfile
public static class SimulationProfile.SelectPropertiesConfigStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNestedPropertyPaths(Element element, String value) voidprotected voidclear()voidclearNestedPropertyPaths(Element element) voidclearRepresents(Element element) voidclearValue(Element element) getNestedPropertyPaths(Element element) getRepresents(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveNestedPropertyPaths(Element element, String value) voidremoveValue(Element element, Element value) voidsetNestedPropertyPaths(Element element, Collection<String> value) voidsetRepresents(Element element, Element value) voidsetValue(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
NESTEDPROPERTYPATHS
Specify nested property paths- See Also:
-
REPRESENTS
Specify the classifier represented by the configuration.- See Also:
-
VALUE
Structural feature which value should be represented for the configuration.- See Also:
-
-
Constructor Details
-
SelectPropertiesConfigStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getNestedPropertyPathsProperty
-
getRepresentsProperty
-
getValueProperty
-
setNestedPropertyPaths
-
clearNestedPropertyPaths
-
addNestedPropertyPaths
-
removeNestedPropertyPaths
-
getNestedPropertyPaths
-
setRepresents
-
clearRepresents
-
getRepresents
-
setValue
-
clearValue
-
addValue
-
removeValue
-
getValue
-
clear
protected void clear() -
is
-
isInstance
-