Package com.nomagic.magicdraw.uaf
Class UAF.ActualResponsibleResourceStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ActualResponsibleResourceStereotype
- Enclosing class:
- UAF
public static class UAF.ActualResponsibleResourceStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relates the ActualResource to the ActualStates of an environment or location describing its situationstatic final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
End time for all "actual" elements.static final String
Relates an ActualResource to the ActualProjectMilestones.static final String
Relates a Stakeholder to a Concern.static final String
Start time for all "actual" elements.static final String
static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActualCondition
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addMilestone
(Element element, Element value) void
addStakeholderConcern
(Element element, Element value) void
clearActualCondition
(Element element) void
clearConformsTo
(Element element) void
clearEndDate
(Element element) void
clearMilestone
(Element element) void
clearStakeholderConcern
(Element element) void
clearStartDate
(Element element) void
getActualCondition
(Element element) getConformsTo
(Element element) getEndDate
(Element element) getMilestone
(Element element) getStakeholderConcern
(Element element) getStartDate
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeActualCondition
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeMilestone
(Element element, Element value) void
removeStakeholderConcern
(Element element, Element value) void
setActualCondition
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setEndDate
(Element element, Element value) void
setMilestone
(Element element, Collection<? extends Element> value) void
setStakeholderConcern
(Element element, Collection<? extends Element> value) void
setStartDate
(Element element, Element value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
STAKEHOLDERCONCERN
Relates a Stakeholder to a Concern.- 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:
-
ACTUALCONDITION
Relates the ActualResource to the ActualStates of an environment or location describing its situation- See Also:
-
MILESTONE
Relates an ActualResource to the ActualProjectMilestones. It is used to describe aspects of the lifecycle of an ActualResource.- See Also:
-
ENDDATE
End time for all "actual" elements.- See Also:
-
STARTDATE
Start time for all "actual" elements.- See Also:
-
-
Constructor Details
-
ActualResponsibleResourceStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getStakeholderConcernProperty
-
getURIProperty
-
getConformsToProperty
-
getActualConditionProperty
-
getMilestoneProperty
-
getEndDateProperty
-
getStartDateProperty
-
setStakeholderConcern
public void setStakeholderConcern(Element element, @CheckForNull Collection<? extends Element> value) -
clearStakeholderConcern
-
addStakeholderConcern
-
removeStakeholderConcern
-
getStakeholderConcern
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setActualCondition
-
clearActualCondition
-
addActualCondition
-
removeActualCondition
-
getActualCondition
-
setMilestone
-
clearMilestone
-
addMilestone
-
removeMilestone
-
getMilestone
-
setEndDate
-
clearEndDate
-
getEndDate
-
setStartDate
-
clearStartDate
-
getStartDate
-
is
-
isInstance
-