Package com.nomagic.magicdraw.simulation
Class SimulationProfile.RuntimeValueStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.simulation.SimulationProfile.RuntimeValueStereotype
- Enclosing class:
- SimulationProfile
public static class SimulationProfile.RuntimeValueStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
clear()
void
clearElement
(Element element) void
clearTimestamp
(Element element) void
clearValue
(Element element) getElement
(Element element) Returns stereotype for this wrapper.getTimestamp
(Element element) boolean
static boolean
isInstance
(Element element) void
removeValue
(Element element, String value) void
setElement
(Element element, Element value) void
setTimestamp
(Element element, String value) void
setValue
(Element element, Collection<String> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
VALUE
- See Also:
-
ELEMENT
- See Also:
-
TIMESTAMP
- See Also:
-
-
Constructor Details
-
RuntimeValueStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getValueProperty
-
getElementProperty
-
getTimestampProperty
-
setValue
-
clearValue
-
addValue
-
removeValue
-
getValue
-
setElement
-
clearElement
-
getElement
-
setTimestamp
-
clearTimestamp
-
getTimestamp
-
clear
protected void clear() -
is
-
isInstance
-