Package com.nomagic.magicdraw.uaf
Class UAF.MapsToCapabilityStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.MapsToCapabilityStereotype
- Enclosing class:
- UAF
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relates the MeasurableElement to the ActualMeasurementSet that provides its ActualMeasurements.static final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
Relates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.static final String
Gives the context for sourcePropertyPath to begin from.static final String
A series of properties that identifies the source of the directed relationship in the context of the block specified by the sourceContext property.static final String
static final String
Gives the context for targetPropertyPath to begin from.static final String
A series of properties that identifies the target of the directed relationship in the context of the block specified by the targetContext property.static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActualMeasurementSet
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addMeasurementSet
(Element element, Element value) void
addSourcePropertyPath
(Element element, Element value) void
addTargetPropertyPath
(Element element, Element value) protected void
clear()
void
clearActualMeasurementSet
(Element element) void
clearConformsTo
(Element element) void
clearMeasurementSet
(Element element) void
clearSourceContext
(Element element) void
clearSourcePropertyPath
(Element element) void
clearTargetContext
(Element element) void
clearTargetPropertyPath
(Element element) void
getActualMeasurementSet
(Element element) getConformsTo
(Element element) getMeasurementSet
(Element element) getSourceContext
(Element element) getSourcePropertyPath
(Element element) Returns stereotype for this wrapper.getTargetContext
(Element element) getTargetPropertyPath
(Element element) boolean
static boolean
isInstance
(Element element) void
removeActualMeasurementSet
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeMeasurementSet
(Element element, Element value) void
removeSourcePropertyPath
(Element element, Element value) void
removeTargetPropertyPath
(Element element, Element value) void
setActualMeasurementSet
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setMeasurementSet
(Element element, Collection<? extends Element> value) void
setSourceContext
(Element element, Element value) void
setSourcePropertyPath
(Element element, Collection<? extends Element> value) void
setTargetContext
(Element element, Element value) void
setTargetPropertyPath
(Element element, Collection<? extends Element> value) void
Methods 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:
-
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
-
MapsToCapabilityStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getActualMeasurementSetProperty
-
getMeasurementSetProperty
-
getURIProperty
-
getConformsToProperty
-
getSourceContextProperty
-
getSourcePropertyPathProperty
-
getTargetContextProperty
-
getTargetPropertyPathProperty
-
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
-