Package com.nomagic.updm.utils
Class UPDMProfile.StandardOperationalActivityStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.StandardOperationalActivityStereotype
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.StandardOperationalActivityStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThe actual measurements to which the element must conform.static final StringStandard that this UPDM element is conforming to.static final StringEnd time of boundary.static final StringTypes of measurements corresponding to the actual measurements.static final Stringstatic final StringStart time of a boundary.static final Stringstatic final StringObject acting upon this OperationalActivity.static final StringUnique identifier for the element. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActivityPerformableUnderCondition(Element element, Element value) voidaddActualPropertySet(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddPropertySet(Element element, Element value) voidaddRealizedBy(Element element, Element value) voidaddSubject(Element element, Element value) voidvoidclearActualPropertySet(Element element) voidclearConformsTo(Element element) voidclearEndBoundaryType(Element element) voidclearPropertySet(Element element) voidclearRealizedBy(Element element) voidclearStartBoundaryType(Element element) voidclearSubject(Element element) voidgetActualPropertySet(Element element) getConformsTo(Element element) getEndBoundaryType(Element element) getPropertySet(Element element) getRealizedBy(Element element) getStartBoundaryType(Element element) Returns stereotype for this wrapper.getSubject(Element element) booleanstatic booleanisInstance(Element element) voidremoveActivityPerformableUnderCondition(Element element, Element value) voidremoveActualPropertySet(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremovePropertySet(Element element, Element value) voidremoveRealizedBy(Element element, Element value) voidremoveSubject(Element element, Element value) voidsetActivityPerformableUnderCondition(Element element, Collection<? extends Element> value) voidsetActualPropertySet(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetEndBoundaryType(Element element, Element value) voidsetPropertySet(Element element, Collection<? extends Element> value) voidsetRealizedBy(Element element, Collection<? extends Element> value) voidsetStartBoundaryType(Element element, Element value) voidsetSubject(Element element, Collection<? extends Element> value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
REALIZEDBY
- See Also:
-
SUBJECT
Object acting upon this OperationalActivity.- See Also:
-
ACTIVITYPERFORMABLEUNDERCONDITION
- See Also:
-
URI
Unique identifier for the element.- See Also:
-
ACTUALPROPERTYSET
The actual measurements to which the element must conform.- See Also:
-
CONFORMSTO
Standard that this UPDM element is conforming to.- See Also:
-
ENDBOUNDARYTYPE
End time of boundary.- See Also:
-
PROPERTYSET
Types of measurements corresponding to the actual measurements.- See Also:
-
STARTBOUNDARYTYPE
Start time of a boundary.- See Also:
-
-
Constructor Details
-
StandardOperationalActivityStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getRealizedByProperty
-
getSubjectProperty
-
getActivityPerformableUnderConditionProperty
-
getURIProperty
-
getActualPropertySetProperty
-
getConformsToProperty
-
getEndBoundaryTypeProperty
-
getPropertySetProperty
-
getStartBoundaryTypeProperty
-
setRealizedBy
-
clearRealizedBy
-
addRealizedBy
-
removeRealizedBy
-
getRealizedBy
-
setSubject
-
clearSubject
-
addSubject
-
removeSubject
-
getSubject
-
setActivityPerformableUnderCondition
public void setActivityPerformableUnderCondition(Element element, @CheckForNull Collection<? extends Element> value) -
clearActivityPerformableUnderCondition
-
addActivityPerformableUnderCondition
-
removeActivityPerformableUnderCondition
-
getActivityPerformableUnderCondition
-
setURI
-
clearURI
-
getURI
-
setActualPropertySet
public void setActualPropertySet(Element element, @CheckForNull Collection<? extends Element> value) -
clearActualPropertySet
-
addActualPropertySet
-
removeActualPropertySet
-
getActualPropertySet
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setEndBoundaryType
-
clearEndBoundaryType
-
getEndBoundaryType
-
setPropertySet
-
clearPropertySet
-
addPropertySet
-
removePropertySet
-
getPropertySet
-
setStartBoundaryType
-
clearStartBoundaryType
-
getStartBoundaryType
-
is
-
isInstance
-