Package com.nomagic.updm.utils
Class UPDMProfile.ResourceConnectorStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.ResourceConnectorStereotype
- Enclosing class:
- UPDMProfile
public static class UPDMProfile.ResourceConnectorStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
The <> which can be implemented by the Connector targets. static final String
Types of measurements corresponding to the actual measurements.static final String
A list of ResourceInteractions (or specializations) that realized by the ResourceInterface/ResourceConnector.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
addActualPropertySet
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addImplements
(Element element, Element value) void
addPropertySet
(Element element, Element value) void
addRealizedExchange
(Element element, Element value) void
addRealizedInterface
(Element element, Element value) protected void
clear()
void
clearActualPropertySet
(Element element) void
clearConformsTo
(Element element) void
clearEndBoundaryType
(Element element) void
clearImplements
(Element element) void
clearPropertySet
(Element element) void
clearRealizedExchange
(Element element) void
clearRealizedInterface
(Element element) void
clearStartBoundaryType
(Element element) void
getActualPropertySet
(Element element) getConformsTo
(Element element) getEndBoundaryType
(Element element) getImplements
(Element element) getPropertySet
(Element element) getRealizedExchange
(Element element) getRealizedInterface
(Element element) getStartBoundaryType
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeActualPropertySet
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeImplements
(Element element, Element value) void
removePropertySet
(Element element, Element value) void
removeRealizedExchange
(Element element, Element value) void
removeRealizedInterface
(Element element, 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
setImplements
(Element element, Collection<? extends Element> value) void
setPropertySet
(Element element, Collection<? extends Element> value) void
setRealizedExchange
(Element element, Collection<? extends Element> value) void
setRealizedInterface
(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:
-
REALIZEDEXCHANGE
A list of ResourceInteractions (or specializations) that realized by the ResourceInterface/ResourceConnector. This is derived by navigating from the ResourceInteraction to the ResourceInterfaces/ResourceConnectors using the inverse of the realization/realizingConnector roles.- See Also:
-
REALIZEDINTERFACE
- See Also:
-
IMPLEMENTS
The <> which can be implemented by the Connector targets. - 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
-
ResourceConnectorStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getRealizedExchangeProperty
-
getRealizedInterfaceProperty
-
getImplementsProperty
-
getURIProperty
-
getActualPropertySetProperty
-
getConformsToProperty
-
getEndBoundaryTypeProperty
-
getPropertySetProperty
-
getStartBoundaryTypeProperty
-
setRealizedExchange
-
clearRealizedExchange
-
addRealizedExchange
-
removeRealizedExchange
-
getRealizedExchange
-
setRealizedInterface
public void setRealizedInterface(Element element, @CheckForNull Collection<? extends Element> value) -
clearRealizedInterface
-
addRealizedInterface
-
removeRealizedInterface
-
getRealizedInterface
-
setImplements
-
clearImplements
-
addImplements
-
removeImplements
-
getImplements
-
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
-