Package com.nomagic.magicdraw.uaf
Class UAF.DesiresStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.DesiresStereotype
- 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 StringRelates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.static final Stringstatic final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActualMeasurementSet(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddMeasurementSet(Element element, Element value) voidclearActualMeasurementSet(Element element) voidclearConformsTo(Element element) voidclearMeasurementSet(Element element) voidgetActualMeasurementSet(Element element) getConformsTo(Element element) getMeasurementSet(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveActualMeasurementSet(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveMeasurementSet(Element element, Element value) voidsetActualMeasurementSet(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetMeasurementSet(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:
-
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:
-
-
Constructor Details
-
DesiresStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getActualMeasurementSetProperty
-
getMeasurementSetProperty
-
getURIProperty
-
getConformsToProperty
-
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
-
is
-
isInstance
-