Package com.nomagic.magicdraw.simulation
Class SimulationProfile.InvocationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.simulation.SimulationProfile.InvocationStereotype
- Enclosing class:
- SimulationProfile
public static class SimulationProfile.InvocationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidclear()voidclearElement(Element element) voidclearResult(Element element) voidclearSynchronous(Element element) voidclearTarget(Element element) voidclearTimestamp(Element element) voidclearValues(Element element) getElement(Element element) Returns stereotype for this wrapper.getTimestamp(Element element) booleanChecks if stereotype of this wrapper is applied to given element.static booleanisInstance(Element element) isSynchronous(Element element) voidremoveValues(Element element, Element value) voidsetElement(Element element, Element value) voidvoidsetSynchronous(Element element, Boolean value) voidvoidsetTimestamp(Element element, String value) voidsetValues(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, getElement, getTagByName, isDerivedStereotype, isSameOrDerivedStereotype, toBoolean, toDouble, toInteger, toString, 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
-
InvocationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-
clear
protected void clear() -
is
Description copied from class:ProfileImplementation.StereotypeWrapperChecks if stereotype of this wrapper is applied to given element.- Specified by:
isin classProfileImplementation.StereotypeWrapper- Parameters:
element- element- Returns:
- true if stereotype of this wrapper is applied to given element
-
isInstance
-