Package com.nomagic.updm.utils
Class UPDMProfile.FunctionStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.FunctionStereotype
- Enclosing class:
- UPDMProfile
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
The actual measurements to which the element must conform.static final String
Standard that this UPDM element is conforming to.static final String
End time of boundary.static final String
Types of measurements corresponding to the actual measurements.static final String
static final String
Start time of a boundary.static final String
static final String
The ResourceInteractionItem that is the subject of the Function.static final String
Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActivityPerformableUnderCondition
(Element element, Element value) void
addActualPropertySet
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addPropertySet
(Element element, Element value) void
addRealizedBy
(Element element, Element value) void
addSubject
(Element element, Element value) protected void
clear()
void
void
clearActualPropertySet
(Element element) void
clearConformsTo
(Element element) void
clearEndBoundaryType
(Element element) void
clearPropertySet
(Element element) void
clearRealizedBy
(Element element) void
clearStartBoundaryType
(Element element) void
clearSubject
(Element element) void
getActualPropertySet
(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) boolean
static boolean
isInstance
(Element element) void
removeActivityPerformableUnderCondition
(Element element, Element value) void
removeActualPropertySet
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removePropertySet
(Element element, Element value) void
removeRealizedBy
(Element element, Element value) void
removeSubject
(Element element, Element value) void
setActivityPerformableUnderCondition
(Element element, Collection<? extends Element> value) void
setActualPropertySet
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setEndBoundaryType
(Element element, Element value) void
setPropertySet
(Element element, Collection<? extends Element> value) void
setRealizedBy
(Element element, Collection<? extends Element> value) void
setStartBoundaryType
(Element element, Element value) void
setSubject
(Element element, Collection<? extends Element> value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
REALIZEDBY
- See Also:
-
SUBJECT
The ResourceInteractionItem that is the subject of the Function.- 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
-
FunctionStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-
clear
protected void clear() -
is
-
isInstance
-