Package com.nomagic.magicdraw.simulation
Class SimulationProfile.ExecutionSessionStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.simulation.SimulationProfile.ExecutionSessionStereotype
- Enclosing class:
 - SimulationProfile
 
public static class SimulationProfile.ExecutionSessionStereotype
extends ProfileImplementation.StereotypeWrapper
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclearElement(Element element) voidclearTimestamp(Element element) getElement(Element element) Returns stereotype for this wrapper.getTimestamp(Element element) booleanstatic booleanisInstance(Element element) voidsetElement(Element element, Element value) voidsetTimestamp(Element element, String value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
ELEMENT
- See Also:
 
 - 
TIMESTAMP
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ExecutionSessionStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getElementProperty
 - 
getTimestampProperty
 - 
setElement
 - 
clearElement
 - 
getElement
 - 
setTimestamp
 - 
clearTimestamp
 - 
getTimestamp
 - 
is
 - 
isInstance
 
 -