Package com.nomagic.magicdraw.uaf
Class UAF.ActualOutcomeStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ActualOutcomeStereotype
- Enclosing class:
- UAF
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
Condition under which the Effect can be achieved.static final String
End time for all "actual" elements.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
addConformsTo
(Element element, Element value) void
addEnablingCondition
(Element element, Element value) void
clearConformsTo
(Element element) void
clearEnablingCondition
(Element element) void
clearEndDate
(Element element) void
clearStartDate
(Element element) void
getConformsTo
(Element element) getEnablingCondition
(Element element) getEndDate
(Element element) getStartDate
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeConformsTo
(Element element, Element value) void
removeEnablingCondition
(Element element, Element value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setEnablingCondition
(Element element, Collection<? extends Element> value) void
setEndDate
(Element element, 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:
-
ENABLINGCONDITION
Condition under which the Effect can be achieved.- See Also:
-
ENDDATE
End time for all "actual" elements.- See Also:
-
STARTDATE
Start time for all "actual" elements.- 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:
-
-
Constructor Details
-
ActualOutcomeStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getEnablingConditionProperty
-
getEndDateProperty
-
getStartDateProperty
-
getURIProperty
-
getConformsToProperty
-
setEnablingCondition
public void setEnablingCondition(Element element, @CheckForNull Collection<? extends Element> value) -
clearEnablingCondition
-
addEnablingCondition
-
removeEnablingCondition
-
getEnablingCondition
-
setEndDate
-
clearEndDate
-
getEndDate
-
setStartDate
-
clearStartDate
-
getStartDate
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
is
-
isInstance
-