Package com.nomagic.updm.utils
Class UPDMProfile.ViewStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.updm.utils.UPDMProfile.ViewStereotype
- Enclosing class:
- UPDMProfile
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The actual measurements to which the element must conform.static final String
Architectural Elements contained in the view.static final String
Standard that this UPDM element is conforming to.static final String
Phase covered by a view.static final String
Description of the view.static final String
End time of boundary.static final String
Types of measurements corresponding to the actual measurements.static final String
Start time of a boundary.static final String
static final String
Unique identifier for the element.static final String
Viewpoints in the View. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActualPropertySet
(Element element, Element value) void
addArchitecturalElements
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addCoversPhase
(Element element, Element value) void
addPropertySet
(Element element, Element value) void
addViewpoints
(Element element, Element value) protected void
clear()
void
clearActualPropertySet
(Element element) void
clearArchitecturalElements
(Element element) void
clearConformsTo
(Element element) void
clearCoversPhase
(Element element) void
clearDescription
(Element element) void
clearEndBoundaryType
(Element element) void
clearPropertySet
(Element element) void
clearStartBoundaryType
(Element element) void
void
clearViewpoints
(Element element) getActualPropertySet
(Element element) getArchitecturalElements
(Element element) getConformsTo
(Element element) getCoversPhase
(Element element) getDescription
(Element element) getEndBoundaryType
(Element element) getPropertySet
(Element element) getStartBoundaryType
(Element element) Returns stereotype for this wrapper.getViewpoints
(Element element) boolean
static boolean
isInstance
(Element element) void
removeActualPropertySet
(Element element, Element value) void
removeArchitecturalElements
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeCoversPhase
(Element element, Element value) void
removePropertySet
(Element element, Element value) void
removeViewpoints
(Element element, Element value) void
setActualPropertySet
(Element element, Collection<? extends Element> value) void
setArchitecturalElements
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setCoversPhase
(Element element, Collection<? extends Element> value) void
setDescription
(Element element, String value) void
setEndBoundaryType
(Element element, Element value) void
setPropertySet
(Element element, Collection<? extends Element> value) void
setStartBoundaryType
(Element element, Element value) void
void
setViewpoints
(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:
-
ARCHITECTURALELEMENTS
Architectural Elements contained in the view.- See Also:
-
COVERSPHASE
Phase covered by a view.- See Also:
-
DESCRIPTION
Description of the view.- See Also:
-
VIEWPOINTS
Viewpoints in the View.- 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
-
ViewStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getArchitecturalElementsProperty
-
getCoversPhaseProperty
-
getDescriptionProperty
-
getViewpointsProperty
-
getURIProperty
-
getActualPropertySetProperty
-
getConformsToProperty
-
getEndBoundaryTypeProperty
-
getPropertySetProperty
-
getStartBoundaryTypeProperty
-
setArchitecturalElements
public void setArchitecturalElements(Element element, @CheckForNull Collection<? extends Element> value) -
clearArchitecturalElements
-
addArchitecturalElements
-
removeArchitecturalElements
-
getArchitecturalElements
-
setCoversPhase
-
clearCoversPhase
-
addCoversPhase
-
removeCoversPhase
-
getCoversPhase
-
setDescription
-
clearDescription
-
getDescription
-
setViewpoints
-
clearViewpoints
-
addViewpoints
-
removeViewpoints
-
getViewpoints
-
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
-