Package com.nomagic.magicdraw.simulation
Class SimulationProfile.ActivationStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.magicdraw.simulation.SimulationProfile.ActivationStereotype
-
- Enclosing class:
- SimulationProfile
public static class SimulationProfile.ActivationStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT
static java.lang.String
STEREOTYPE_NAME
static java.lang.String
TIMESTAMP
-
Constructor Summary
Constructors Modifier Constructor Description protected
ActivationStereotype(SimulationProfile profile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearElement(Element element)
void
clearTimestamp(Element element)
Element
getElement(Element element)
Property
getElementProperty()
Stereotype
getStereotype()
Returns stereotype for this wrapper.java.lang.String
getTimestamp(Element element)
Property
getTimestampProperty()
boolean
is(Element element)
static boolean
isInstance(Element element)
void
setElement(Element element, Element value)
void
setTimestamp(Element element, java.lang.String value)
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final java.lang.String TIMESTAMP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ActivationStereotype
protected ActivationStereotype(SimulationProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getElementProperty
@CheckForNull public Property getElementProperty()
-
getTimestampProperty
@CheckForNull public Property getTimestampProperty()
-
clearElement
public void clearElement(Element element)
-
setTimestamp
public void setTimestamp(Element element, @CheckForNull java.lang.String value)
-
clearTimestamp
public void clearTimestamp(Element element)
-
getTimestamp
@CheckForNull public java.lang.String getTimestamp(Element element)
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-