Package com.nomagic.magicdraw.simulation
Class SimulationProfile.SignalInstanceStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.simulation.SimulationProfile.SignalInstanceStereotype
- Enclosing class:
- SimulationProfile
public static class SimulationProfile.SignalInstanceStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clearElement
(Element element) void
clearResult
(Element element) void
clearSynchronous
(Element element) void
clearTarget
(Element element) void
clearTimestamp
(Element element) void
clearValues
(Element element) getElement
(Element element) Returns stereotype for this wrapper.getTimestamp
(Element element) boolean
static boolean
isInstance
(Element element) isSynchronous
(Element element) void
removeValues
(Element element, Element value) void
setElement
(Element element, Element value) void
void
setSynchronous
(Element element, Boolean value) void
void
setTimestamp
(Element element, String value) void
setValues
(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:
-
RESULT
- See Also:
-
SYNCHRONOUS
- See Also:
-
TARGET
- See Also:
-
VALUES
- See Also:
-
ELEMENT
- See Also:
-
TIMESTAMP
- See Also:
-
-
Constructor Details
-
SignalInstanceStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getResultProperty
-
getSynchronousProperty
-
getTargetProperty
-
getValuesProperty
-
getElementProperty
-
getTimestampProperty
-
setResult
-
clearResult
-
getResult
-
setSynchronous
-
clearSynchronous
-
isSynchronous
-
setTarget
-
clearTarget
-
getTarget
-
setValues
-
clearValues
-
addValues
-
removeValues
-
getValues
-
setElement
-
clearElement
-
getElement
-
setTimestamp
-
clearTimestamp
-
getTimestamp
-
is
-
isInstance
-