Package com.nomagic.magicdraw.uaf
Class UAF.FieldedCapabilityStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.FieldedCapabilityStereotype
- Enclosing class:
- UAF
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates the ActualResource to the ActualStates of an environment or location describing its situationstatic final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringEnd time for all "actual" elements.static final StringRelates an ActualResource to the ActualProjectMilestones.static final StringStart time for all "actual" elements.static final Stringstatic final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActualCondition(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddMilestone(Element element, Element value) voidclearActualCondition(Element element) voidclearConformsTo(Element element) voidclearEndDate(Element element) voidclearMilestone(Element element) voidclearStartDate(Element element) voidgetActualCondition(Element element) getConformsTo(Element element) getEndDate(Element element) getMilestone(Element element) getStartDate(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveActualCondition(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveMilestone(Element element, Element value) voidsetActualCondition(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetEndDate(Element element, Element value) voidsetMilestone(Element element, Collection<? extends Element> value) voidsetStartDate(Element element, Element value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- 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:
-
URI
Captures Unique identifier for the element.- See Also:
-
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
-
ENDDATE
End time for all "actual" elements.- See Also:
-
STARTDATE
Start time for all "actual" elements.- See Also:
-
-
Constructor Details
-
FieldedCapabilityStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getActualConditionProperty
-
getMilestoneProperty
-
getURIProperty
-
getConformsToProperty
-
getEndDateProperty
-
getStartDateProperty
-
setActualCondition
-
clearActualCondition
-
addActualCondition
-
removeActualCondition
-
getActualCondition
-
setMilestone
-
clearMilestone
-
addMilestone
-
removeMilestone
-
getMilestone
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setEndDate
-
clearEndDate
-
getEndDate
-
setStartDate
-
clearStartDate
-
getStartDate
-
is
-
isInstance
-