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 Modifier and Type Field Description static java.lang.StringELEMENTstatic java.lang.StringRESULTstatic java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringSYNCHRONOUSstatic java.lang.StringTARGETstatic java.lang.StringTIMESTAMPstatic java.lang.StringVALUES 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedInvocationStereotype(SimulationProfile profile) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValues(Element element, Element value)protected voidclear()voidclearElement(Element element)voidclearResult(Element element)voidclearSynchronous(Element element)voidclearTarget(Element element)voidclearTimestamp(Element element)voidclearValues(Element element)ElementgetElement(Element element)PropertygetElementProperty()ElementgetResult(Element element)PropertygetResultProperty()StereotypegetStereotype()Returns stereotype for this wrapper.PropertygetSynchronousProperty()java.lang.StringgetTarget(Element element)PropertygetTargetProperty()java.lang.StringgetTimestamp(Element element)PropertygetTimestampProperty()java.util.List<Element>getValues(Element element)PropertygetValuesProperty()booleanis(Element element)static booleanisInstance(Element element)java.lang.BooleanisSynchronous(Element element)voidremoveValues(Element element, Element value)voidsetElement(Element element, Element value)voidsetResult(Element element, Element value)voidsetSynchronous(Element element, java.lang.Boolean value)voidsetTarget(Element element, java.lang.String value)voidsetTimestamp(Element element, java.lang.String value)voidsetValues(Element element, java.util.Collection<? extends Element> 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
 
 
- 
RESULT
public static final java.lang.String RESULT
- See Also:
 - Constant Field Values
 
 
- 
SYNCHRONOUS
public static final java.lang.String SYNCHRONOUS
- See Also:
 - Constant Field Values
 
 
- 
TARGET
public static final java.lang.String TARGET
- See Also:
 - Constant Field Values
 
 
- 
VALUES
public static final java.lang.String VALUES
- 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
- 
InvocationStereotype
protected InvocationStereotype(SimulationProfile profile)
 
 - 
 
- 
Method Detail
- 
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 
- 
getResultProperty
@CheckForNull public Property getResultProperty()
 
- 
getSynchronousProperty
@CheckForNull public Property getSynchronousProperty()
 
- 
getTargetProperty
@CheckForNull public Property getTargetProperty()
 
- 
getValuesProperty
@CheckForNull public Property getValuesProperty()
 
- 
getElementProperty
@CheckForNull public Property getElementProperty()
 
- 
getTimestampProperty
@CheckForNull public Property getTimestampProperty()
 
- 
clearResult
public void clearResult(Element element)
 
- 
setSynchronous
public void setSynchronous(Element element, @CheckForNull java.lang.Boolean value)
 
- 
clearSynchronous
public void clearSynchronous(Element element)
 
- 
isSynchronous
@CheckForNull public java.lang.Boolean isSynchronous(Element element)
 
- 
setTarget
public void setTarget(Element element, @CheckForNull java.lang.String value)
 
- 
clearTarget
public void clearTarget(Element element)
 
- 
getTarget
@CheckForNull public java.lang.String getTarget(Element element)
 
- 
setValues
public void setValues(Element element, @CheckForNull java.util.Collection<? extends Element> value)
 
- 
clearValues
public void clearValues(Element element)
 
- 
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)
 
- 
clear
protected void clear()
 
- 
is
public boolean is(@CheckForNull Element element) 
- 
isInstance
public static boolean isInstance(@CheckForNull Element element) 
 - 
 
 -