Package com.nomagic.updm.utils
Class UPDMProfile.ExchangeElementStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.ExchangeElementStereotype
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.ExchangeElementStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
OperationalActivities that this ActivitySubject is acting upon.static final String
The actual measurements to which the element must conform.static final String
The Functions affected by the ResourceInteractionItem.static final String
static final String
Standard that this UPDM element is conforming to.static final String
The entity item that defines the ExchangeElement.static final String
End time of boundary.static final String
Enumeration of the kinds of information being exchanged.static final String
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
Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActsUpon
(Element element, Element value) void
addActualPropertySet
(Element element, Element value) void
addAffectedFunctions
(Element element, Element value) void
addAppliesTo
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addDefinedBy
(Element element, Element value) void
addPropertySet
(Element element, Element value) void
addRequiredEnvironment
(Element element, Element value) protected void
clear()
void
clearActsUpon
(Element element) void
clearActualPropertySet
(Element element) void
clearAffectedFunctions
(Element element) void
clearAppliesTo
(Element element) void
clearConformsTo
(Element element) void
clearDefinedBy
(Element element) void
clearEndBoundaryType
(Element element) void
clearExchangeElementKind
(Element element) void
clearPhysicalLocation
(Element element) void
clearPropertySet
(Element element) void
clearRequiredEnvironment
(Element element) void
clearStartBoundaryType
(Element element) void
getActsUpon
(Element element) getActualPropertySet
(Element element) getAffectedFunctions
(Element element) getAppliesTo
(Element element) getConformsTo
(Element element) getDefinedBy
(Element element) getEndBoundaryType
(Element element) getExchangeElementKind
(Element element) getPhysicalLocation
(Element element) getPropertySet
(Element element) getRequiredEnvironment
(Element element) getStartBoundaryType
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeActsUpon
(Element element, Element value) void
removeActualPropertySet
(Element element, Element value) void
removeAffectedFunctions
(Element element, Element value) void
removeAppliesTo
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeDefinedBy
(Element element, Element value) void
removePropertySet
(Element element, Element value) void
removeRequiredEnvironment
(Element element, Element value) void
setActsUpon
(Element element, Collection<? extends Element> value) void
setActualPropertySet
(Element element, Collection<? extends Element> value) void
setAffectedFunctions
(Element element, Collection<? extends Element> value) void
setAppliesTo
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setDefinedBy
(Element element, Collection<? extends Element> value) void
setEndBoundaryType
(Element element, Element value) void
setExchangeElementKind
(Element element, UPDMProfile.ExchangeElementKindEnum value) void
setPhysicalLocation
(Element element, Element value) void
setPropertySet
(Element element, Collection<? extends Element> value) void
setRequiredEnvironment
(Element element, Collection<? extends Element> value) void
setStartBoundaryType
(Element element, Element value) void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
DEFINEDBY
The entity item that defines the ExchangeElement.- See Also:
-
EXCHANGEELEMENTKIND
Enumeration of the kinds of information being exchanged.- 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:
-
AFFECTEDFUNCTIONS
The Functions affected by the ResourceInteractionItem.- See Also:
-
-
Constructor Details
-
ExchangeElementStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getDefinedByProperty
-
getExchangeElementKindProperty
-
getActsUponProperty
-
getURIProperty
-
getActualPropertySetProperty
-
getConformsToProperty
-
getEndBoundaryTypeProperty
-
getPropertySetProperty
-
getStartBoundaryTypeProperty
-
getPhysicalLocationProperty
-
getRequiredEnvironmentProperty
-
getAppliesToProperty
-
getAffectedFunctionsProperty
-
setDefinedBy
-
clearDefinedBy
-
addDefinedBy
-
removeDefinedBy
-
getDefinedBy
-
setExchangeElementKind
public void setExchangeElementKind(Element element, @CheckForNull UPDMProfile.ExchangeElementKindEnum value) -
clearExchangeElementKind
-
getExchangeElementKind
-
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
-
setAffectedFunctions
public void setAffectedFunctions(Element element, @CheckForNull Collection<? extends Element> value) -
clearAffectedFunctions
-
addAffectedFunctions
-
removeAffectedFunctions
-
getAffectedFunctions
-
clear
protected void clear() -
is
-
isInstance
-