Package com.nomagic.updm.utils
Class UPDMProfile.DeployedMilestoneStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.DeployedMilestoneStereotype
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.DeployedMilestoneStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe actual measurements to which the element must conform.static final StringStandard that this UPDM element is conforming to.static final StringDefines time for this ProjectMilestone.static final StringDescription of the ActualProjectMilestone.static final StringEnd time of boundary.static final StringTypes of measurements corresponding to the actual measurements.static final StringAffected resource.static final StringStart time of a boundary.static final Stringstatic final StringUnique identifier for the element.static final StringActualOrganizationalResources using CapabilityConfiguration deployed at this Milestone. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActualPropertySet(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddPropertySet(Element element, Element value) voidaddResource(Element element, Element value) voidprotected voidclear()voidclearActualPropertySet(Element element) voidclearConformsTo(Element element) voidvoidclearDescription(Element element) voidclearEndBoundaryType(Element element) voidclearPropertySet(Element element) voidclearResource(Element element) voidclearStartBoundaryType(Element element) voidvoidclearUsedBy(Element element) getActualPropertySet(Element element) getConformsTo(Element element) getDescription(Element element) getEndBoundaryType(Element element) getPropertySet(Element element) getResource(Element element) getStartBoundaryType(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveActualPropertySet(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremovePropertySet(Element element, Element value) voidremoveResource(Element element, Element value) voidremoveUsedBy(Element element, Element value) voidsetActualPropertySet(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidvoidsetDescription(Element element, String value) voidsetEndBoundaryType(Element element, Element value) voidsetPropertySet(Element element, Collection<? extends Element> value) voidsetResource(Element element, Collection<? extends Element> value) voidsetStartBoundaryType(Element element, Element value) voidvoidsetUsedBy(Element element, Collection<? extends Element> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
USEDBY
ActualOrganizationalResources using CapabilityConfiguration deployed at this Milestone.- See Also:
-
DATE
Defines time for this ProjectMilestone.- See Also:
-
DESCRIPTION
Description of the ActualProjectMilestone.- See Also:
-
RESOURCE
Affected resource.- 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
-
DeployedMilestoneStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getUsedByProperty
-
getDateProperty
-
getDescriptionProperty
-
getResourceProperty
-
getURIProperty
-
getActualPropertySetProperty
-
getConformsToProperty
-
getEndBoundaryTypeProperty
-
getPropertySetProperty
-
getStartBoundaryTypeProperty
-
setUsedBy
-
clearUsedBy
-
addUsedBy
-
removeUsedBy
-
getUsedBy
-
setDate
-
clearDate
-
getDate
-
setDescription
-
clearDescription
-
getDescription
-
setResource
-
clearResource
-
addResource
-
removeResource
-
getResource
-
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
-
clear
protected void clear() -
is
-
isInstance
-