Package com.nomagic.updm.utils
Class UPDMProfile.ResponsibilityStereotype
- java.lang.Object
-
- com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
-
- com.nomagic.updm.utils.UPDMProfile.ResponsibilityStereotype
-
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.ResponsibilityStereotype extends ProfileImplementation.StereotypeWrapper
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringACTSUPONOperationalActivities that this ActivitySubject is acting upon.static java.lang.StringACTUALPROPERTYSETThe actual measurements to which the element must conform.static java.lang.StringAFFECTEDFUNCTIONSThe Functions affected by the ResourceInteractionItem.static java.lang.StringAPPLIESTOstatic java.lang.StringCONFORMSTOStandard that this UPDM element is conforming to.static java.lang.StringENDBOUNDARYTYPEEnd time of boundary.static java.lang.StringMILESTONEA Linked milestone.static java.lang.StringPHYSICALLOCATIONstatic java.lang.StringPROPERTYSETTypes of measurements corresponding to the actual measurements.static java.lang.StringREQUIREDENVIRONMENTstatic java.lang.StringSTARTBOUNDARYTYPEStart time of a boundary.static java.lang.StringSTEREOTYPE_NAMEstatic java.lang.StringURIUnique identifier for the element.
-
Constructor Summary
Constructors Modifier Constructor Description protectedResponsibilityStereotype(UPDMProfile profile)
-
Method Summary
-
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
-
-
-
Field Detail
-
STEREOTYPE_NAME
public static final java.lang.String STEREOTYPE_NAME
- See Also:
- Constant Field Values
-
URI
public static final java.lang.String URI
Unique identifier for the element.- See Also:
- Constant Field Values
-
ACTUALPROPERTYSET
public static final java.lang.String ACTUALPROPERTYSET
The actual measurements to which the element must conform.- See Also:
- Constant Field Values
-
CONFORMSTO
public static final java.lang.String CONFORMSTO
Standard that this UPDM element is conforming to.- See Also:
- Constant Field Values
-
ENDBOUNDARYTYPE
public static final java.lang.String ENDBOUNDARYTYPE
End time of boundary.- See Also:
- Constant Field Values
-
PROPERTYSET
public static final java.lang.String PROPERTYSET
Types of measurements corresponding to the actual measurements.- See Also:
- Constant Field Values
-
STARTBOUNDARYTYPE
public static final java.lang.String STARTBOUNDARYTYPE
Start time of a boundary.- See Also:
- Constant Field Values
-
MILESTONE
public static final java.lang.String MILESTONE
A Linked milestone.- See Also:
- Constant Field Values
-
AFFECTEDFUNCTIONS
public static final java.lang.String AFFECTEDFUNCTIONS
The Functions affected by the ResourceInteractionItem.- See Also:
- Constant Field Values
-
PHYSICALLOCATION
public static final java.lang.String PHYSICALLOCATION
- See Also:
- Constant Field Values
-
REQUIREDENVIRONMENT
public static final java.lang.String REQUIREDENVIRONMENT
- See Also:
- Constant Field Values
-
APPLIESTO
public static final java.lang.String APPLIESTO
- See Also:
- Constant Field Values
-
ACTSUPON
public static final java.lang.String ACTSUPON
OperationalActivities that this ActivitySubject is acting upon.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ResponsibilityStereotype
protected ResponsibilityStereotype(UPDMProfile profile)
-
-
Method Detail
-
getStereotype
public Stereotype getStereotype()
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getURIProperty
@CheckForNull public Property getURIProperty()
-
getActualPropertySetProperty
@CheckForNull public Property getActualPropertySetProperty()
-
getConformsToProperty
@CheckForNull public Property getConformsToProperty()
-
getEndBoundaryTypeProperty
@CheckForNull public Property getEndBoundaryTypeProperty()
-
getPropertySetProperty
@CheckForNull public Property getPropertySetProperty()
-
getStartBoundaryTypeProperty
@CheckForNull public Property getStartBoundaryTypeProperty()
-
getMilestoneProperty
@CheckForNull public Property getMilestoneProperty()
-
getAffectedFunctionsProperty
@CheckForNull public Property getAffectedFunctionsProperty()
-
getPhysicalLocationProperty
@CheckForNull public Property getPhysicalLocationProperty()
-
getRequiredEnvironmentProperty
@CheckForNull public Property getRequiredEnvironmentProperty()
-
getAppliesToProperty
@CheckForNull public Property getAppliesToProperty()
-
getActsUponProperty
@CheckForNull public Property getActsUponProperty()
-
setURI
public void setURI(Element element, @CheckForNull java.lang.String value)
-
clearURI
public void clearURI(Element element)
-
getURI
@CheckForNull public java.lang.String getURI(Element element)
-
setActualPropertySet
public void setActualPropertySet(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearActualPropertySet
public void clearActualPropertySet(Element element)
-
setConformsTo
public void setConformsTo(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearConformsTo
public void clearConformsTo(Element element)
-
clearEndBoundaryType
public void clearEndBoundaryType(Element element)
-
setPropertySet
public void setPropertySet(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearPropertySet
public void clearPropertySet(Element element)
-
setStartBoundaryType
public void setStartBoundaryType(Element element, @CheckForNull Element value)
-
clearStartBoundaryType
public void clearStartBoundaryType(Element element)
-
setMilestone
public void setMilestone(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearMilestone
public void clearMilestone(Element element)
-
setAffectedFunctions
public void setAffectedFunctions(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearAffectedFunctions
public void clearAffectedFunctions(Element element)
-
clearPhysicalLocation
public void clearPhysicalLocation(Element element)
-
setRequiredEnvironment
public void setRequiredEnvironment(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearRequiredEnvironment
public void clearRequiredEnvironment(Element element)
-
setAppliesTo
public void setAppliesTo(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearAppliesTo
public void clearAppliesTo(Element element)
-
setActsUpon
public void setActsUpon(Element element, @CheckForNull java.util.Collection<? extends Element> value)
-
clearActsUpon
public void clearActsUpon(Element element)
-
is
public boolean is(@CheckForNull Element element)
-
isInstance
public static boolean isInstance(@CheckForNull Element element)
-
-