Package com.nomagic.updm.utils
Class UPDMProfile.NodeStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.NodeStereotype
- Enclosing class:
- UPDMProfile
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOperationalActivities that this ActivitySubject is acting upon.static final StringThe actual measurements to which the element must conform.static final Stringstatic final StringStandard that this UPDM element is conforming to.static final Stringstatic final StringEnd time of boundary.static final Stringstatic final StringTypes of measurements corresponding to the actual measurements.static final Stringstatic final StringStart time of a boundary.static final Stringstatic final StringUnique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddActsUpon(Element element, Element value) voidaddActualPropertySet(Element element, Element value) voidaddAppliesTo(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddPropertySet(Element element, Element value) voidaddRequiredEnvironment(Element element, Element value) protected voidclear()voidclearActsUpon(Element element) voidclearActualPropertySet(Element element) voidclearAppliesTo(Element element) voidclearConformsTo(Element element) voidclearConnectedNodes(Element element) voidclearEndBoundaryType(Element element) voidclearPhysicalLocation(Element element) voidclearPropertySet(Element element) voidclearRequiredEnvironment(Element element) voidclearStartBoundaryType(Element element) voidgetActsUpon(Element element) getActualPropertySet(Element element) getAppliesTo(Element element) getConformsTo(Element element) getConnectedNodes(Element element) getEndBoundaryType(Element element) getPhysicalLocation(Element element) getPropertySet(Element element) getRequiredEnvironment(Element element) getStartBoundaryType(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveActsUpon(Element element, Element value) voidremoveActualPropertySet(Element element, Element value) voidremoveAppliesTo(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremovePropertySet(Element element, Element value) voidremoveRequiredEnvironment(Element element, Element value) voidsetActsUpon(Element element, Collection<? extends Element> value) voidsetActualPropertySet(Element element, Collection<? extends Element> value) voidsetAppliesTo(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetConnectedNodes(Element element, Element value) voidsetEndBoundaryType(Element element, Element value) voidsetPhysicalLocation(Element element, Element value) voidsetPropertySet(Element element, Collection<? extends Element> value) voidsetRequiredEnvironment(Element element, Collection<? extends Element> value) voidsetStartBoundaryType(Element element, Element value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONNECTEDNODES
- See Also:
-
ACTSUPON
OperationalActivities that this ActivitySubject is acting upon.- 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:
-
PHYSICALLOCATION
- See Also:
-
REQUIREDENVIRONMENT
- See Also:
-
APPLIESTO
- See Also:
-
-
Constructor Details
-
NodeStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getConnectedNodesProperty
-
getActsUponProperty
-
getURIProperty
-
getActualPropertySetProperty
-
getConformsToProperty
-
getEndBoundaryTypeProperty
-
getPropertySetProperty
-
getStartBoundaryTypeProperty
-
getPhysicalLocationProperty
-
getRequiredEnvironmentProperty
-
getAppliesToProperty
-
setConnectedNodes
-
clearConnectedNodes
-
getConnectedNodes
-
setActsUpon
-
clearActsUpon
-
addActsUpon
-
removeActsUpon
-
getActsUpon
-
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
-
setPhysicalLocation
-
clearPhysicalLocation
-
getPhysicalLocation
-
setRequiredEnvironment
public void setRequiredEnvironment(Element element, @CheckForNull Collection<? extends Element> value) -
clearRequiredEnvironment
-
addRequiredEnvironment
-
removeRequiredEnvironment
-
getRequiredEnvironment
-
setAppliesTo
-
clearAppliesTo
-
addAppliesTo
-
removeAppliesTo
-
getAppliesTo
-
clear
protected void clear() -
is
-
isInstance
-