Package com.nomagic.magicdraw.uaf
Class UAF.ExhibitsStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ExhibitsStereotype
- Enclosing class:
- UAF
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates the MeasurableElement to the ActualMeasurementSet that provides its ActualMeasurements.static final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringDefines the environmental conditions constraining the way that a Capability is exhibited.static final StringRelates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.static final StringGives the context for sourcePropertyPath to begin from.static final StringA series of properties that identifies the source of the directed relationship in the context of the block specified by the sourceContext property.static final Stringstatic final StringGives the context for targetPropertyPath to begin from.static final StringA series of properties that identifies the target of the directed relationship in the context of the block specified by the targetContext property.static final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActualMeasurementSet(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddEnvironmentalConditions(Element element, Element value) voidaddMeasurementSet(Element element, Element value) voidaddSourcePropertyPath(Element element, Element value) voidaddTargetPropertyPath(Element element, Element value) protected voidclear()voidclearActualMeasurementSet(Element element) voidclearConformsTo(Element element) voidclearEnvironmentalConditions(Element element) voidclearMeasurementSet(Element element) voidclearSourceContext(Element element) voidclearSourcePropertyPath(Element element) voidclearTargetContext(Element element) voidclearTargetPropertyPath(Element element) voidgetActualMeasurementSet(Element element) getConformsTo(Element element) getEnvironmentalConditions(Element element) getMeasurementSet(Element element) getSourceContext(Element element) getSourcePropertyPath(Element element) Returns stereotype for this wrapper.getTargetContext(Element element) getTargetPropertyPath(Element element) booleanstatic booleanisInstance(Element element) voidremoveActualMeasurementSet(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveEnvironmentalConditions(Element element, Element value) voidremoveMeasurementSet(Element element, Element value) voidremoveSourcePropertyPath(Element element, Element value) voidremoveTargetPropertyPath(Element element, Element value) voidsetActualMeasurementSet(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetEnvironmentalConditions(Element element, Collection<? extends Element> value) voidsetMeasurementSet(Element element, Collection<? extends Element> value) voidsetSourceContext(Element element, Element value) voidsetSourcePropertyPath(Element element, Collection<? extends Element> value) voidsetTargetContext(Element element, Element value) voidsetTargetPropertyPath(Element element, Collection<? extends Element> value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
ENVIRONMENTALCONDITIONS
Defines the environmental conditions constraining the way that a Capability is exhibited.- See Also:
-
ACTUALMEASUREMENTSET
Relates the MeasurableElement to the ActualMeasurementSet that provides its ActualMeasurements.- See Also:
-
MEASUREMENTSET
Relates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.- See Also:
-
URI
Captures Unique identifier for the element.- See Also:
-
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
-
SOURCECONTEXT
Gives the context for sourcePropertyPath to begin from.- See Also:
-
SOURCEPROPERTYPATH
A series of properties that identifies the source of the directed relationship in the context of the block specified by the sourceContext property.- See Also:
-
TARGETCONTEXT
Gives the context for targetPropertyPath to begin from.- See Also:
-
TARGETPROPERTYPATH
A series of properties that identifies the target of the directed relationship in the context of the block specified by the targetContext property.- See Also:
-
-
Constructor Details
-
ExhibitsStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getEnvironmentalConditionsProperty
-
getActualMeasurementSetProperty
-
getMeasurementSetProperty
-
getURIProperty
-
getConformsToProperty
-
getSourceContextProperty
-
getSourcePropertyPathProperty
-
getTargetContextProperty
-
getTargetPropertyPathProperty
-
setEnvironmentalConditions
public void setEnvironmentalConditions(Element element, @CheckForNull Collection<? extends Element> value) -
clearEnvironmentalConditions
-
addEnvironmentalConditions
-
removeEnvironmentalConditions
-
getEnvironmentalConditions
-
setActualMeasurementSet
public void setActualMeasurementSet(Element element, @CheckForNull Collection<? extends Element> value) -
clearActualMeasurementSet
-
addActualMeasurementSet
-
removeActualMeasurementSet
-
getActualMeasurementSet
-
setMeasurementSet
-
clearMeasurementSet
-
addMeasurementSet
-
removeMeasurementSet
-
getMeasurementSet
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setSourceContext
-
clearSourceContext
-
getSourceContext
-
setSourcePropertyPath
public void setSourcePropertyPath(Element element, @CheckForNull Collection<? extends Element> value) -
clearSourcePropertyPath
-
addSourcePropertyPath
-
removeSourcePropertyPath
-
getSourcePropertyPath
-
setTargetContext
-
clearTargetContext
-
getTargetContext
-
setTargetPropertyPath
public void setTargetPropertyPath(Element element, @CheckForNull Collection<? extends Element> value) -
clearTargetPropertyPath
-
addTargetPropertyPath
-
removeTargetPropertyPath
-
getTargetPropertyPath
-
clear
protected void clear() -
is
-
isInstance
-