Package com.nomagic.magicdraw.simulation
Class SimulationProfile.ActiveImageStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.simulation.SimulationProfile.ActiveImageStereotype
- Enclosing class:
- SimulationProfile
public static class SimulationProfile.ActiveImageStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearActiveElement
(Element element) void
clearOnClick
(Element element) getActiveElement
(Element element) getOnClick
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setActiveElement
(Element element, Element value) void
setOnClick
(Element element, Element value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ACTIVEELEMENT
- See Also:
-
ONCLICK
- See Also:
-
-
Constructor Details
-
ActiveImageStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getActiveElementProperty
-
getOnClickProperty
-
setActiveElement
-
clearActiveElement
-
getActiveElement
-
setOnClick
-
clearOnClick
-
getOnClick
-
clear
protected void clear() -
is
-
isInstance
-