Package com.nomagic.magicdraw.uaf
Class UAF.ActualOrganizationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ActualOrganizationStereotype
- Enclosing class:
- UAF
public static class UAF.ActualOrganizationStereotype
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
Standards that were ratified by this ActualOrganization.static final String
Service office code or symbolstatic final String
String providing a simplified means of identifying an ActualOrganization, i.e.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
addRatifiedStandards
(Element element, Element value) void
addStakeholderConcern
(Element element, Element value) protected void
clear()
void
clearActualCondition
(Element element) void
clearConformsTo
(Element element) void
clearEndDate
(Element element) void
clearMilestone
(Element element) void
clearRatifiedStandards
(Element element) void
clearServiceType
(Element element) void
clearShortName
(Element element) void
clearStakeholderConcern
(Element element) void
clearStartDate
(Element element) void
getActualCondition
(Element element) getConformsTo
(Element element) getEndDate
(Element element) getMilestone
(Element element) getRatifiedStandards
(Element element) getServiceType
(Element element) getShortName
(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
removeRatifiedStandards
(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
setRatifiedStandards
(Element element, Collection<? extends Element> value) void
setServiceType
(Element element, String value) void
setShortName
(Element element, String 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:
-
RATIFIEDSTANDARDS
Standards that were ratified by this ActualOrganization.- See Also:
-
SERVICETYPE
Service office code or symbol- See Also:
-
SHORTNAME
String providing a simplified means of identifying an ActualOrganization, i.e. SoftWareGroup could use SWG as the shortName.- 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
-
ActualOrganizationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getRatifiedStandardsProperty
-
getServiceTypeProperty
-
getShortNameProperty
-
getStakeholderConcernProperty
-
getURIProperty
-
getConformsToProperty
-
getActualConditionProperty
-
getMilestoneProperty
-
getEndDateProperty
-
getStartDateProperty
-
setRatifiedStandards
public void setRatifiedStandards(Element element, @CheckForNull Collection<? extends Element> value) -
clearRatifiedStandards
-
addRatifiedStandards
-
removeRatifiedStandards
-
getRatifiedStandards
-
setServiceType
-
clearServiceType
-
getServiceType
-
setShortName
-
clearShortName
-
getShortName
-
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
-
clear
protected void clear() -
is
-
isInstance
-