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
FieldsModifier and TypeFieldDescriptionstatic final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringCondition under which the Effect can be achieved.static final StringEnd time for all "actual" elements.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 TypeMethodDescriptionvoidaddConformsTo(Element element, Element value) voidaddEnablingCondition(Element element, Element value) voidclearConformsTo(Element element) voidclearEnablingCondition(Element element) voidclearEndDate(Element element) voidclearStartDate(Element element) voidgetConformsTo(Element element) getEnablingCondition(Element element) getEndDate(Element element) getStartDate(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveConformsTo(Element element, Element value) voidremoveEnablingCondition(Element element, Element value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetEnablingCondition(Element element, Collection<? extends Element> value) voidsetEndDate(Element element, 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:
-
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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-