Package com.nomagic.magicdraw.uaf
Class UAF.ResponsibleForStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ResponsibleForStereotype
- 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 StringEnd date of an ActualResponsibleResource being ResponsibleFor and ActualProject or ActualResponsibility.static final StringRelates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.static final StringCaptures the kind of role (Manager or ResponsibleOwner) responsible for the ActualProject or ActualResponsibility.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 StringStart date of an ActualResponsibleResource being ResponsibleFor and ActualProject or ActualResponsibility.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) voidaddMeasurementSet(Element element, Element value) voidaddSourcePropertyPath(Element element, Element value) voidaddTargetPropertyPath(Element element, Element value) protected voidclear()voidclearActualMeasurementSet(Element element) voidclearConformsTo(Element element) voidclearEndDate(Element element) voidclearMeasurementSet(Element element) voidclearResponsibleRoleKind(Element element) voidclearSourceContext(Element element) voidclearSourcePropertyPath(Element element) voidclearStartDate(Element element) voidclearTargetContext(Element element) voidclearTargetPropertyPath(Element element) voidgetActualMeasurementSet(Element element) getConformsTo(Element element) getEndDate(Element element) getMeasurementSet(Element element) getResponsibleRoleKind(Element element) getSourceContext(Element element) getSourcePropertyPath(Element element) getStartDate(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) 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) voidsetEndDate(Element element, Element value) voidsetMeasurementSet(Element element, Collection<? extends Element> value) voidsetResponsibleRoleKind(Element element, UAF.ResponsibleRoleKindEnum value) voidsetSourceContext(Element element, Element value) voidsetSourcePropertyPath(Element element, Collection<? extends Element> value) voidsetStartDate(Element element, 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:
-
ENDDATE
End date of an ActualResponsibleResource being ResponsibleFor and ActualProject or ActualResponsibility.- See Also:
-
RESPONSIBLEROLEKIND
Captures the kind of role (Manager or ResponsibleOwner) responsible for the ActualProject or ActualResponsibility.- See Also:
-
STARTDATE
Start date of an ActualResponsibleResource being ResponsibleFor and ActualProject or ActualResponsibility.- 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
-
ResponsibleForStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getEndDateProperty
-
getResponsibleRoleKindProperty
-
getStartDateProperty
-
getActualMeasurementSetProperty
-
getMeasurementSetProperty
-
getURIProperty
-
getConformsToProperty
-
getSourceContextProperty
-
getSourcePropertyPathProperty
-
getTargetContextProperty
-
getTargetPropertyPathProperty
-
setEndDate
-
clearEndDate
-
getEndDate
-
setResponsibleRoleKind
public void setResponsibleRoleKind(Element element, @CheckForNull UAF.ResponsibleRoleKindEnum value) -
clearResponsibleRoleKind
-
getResponsibleRoleKind
-
setStartDate
-
clearStartDate
-
getStartDate
-
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
-