Package com.nomagic.magicdraw.uaf
Class UAF.LocationHolderStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.LocationHolderStereotype
- Enclosing class:
- UAF
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
Relates a LocationHolder (i.e.static final String
Relates a LocationHolder (i.e.static final String
static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConformsTo
(Element element, Element value) void
addPhysicalLocation
(Element element, Element value) void
addRequiredEnvironment
(Element element, Element value) protected void
clear()
void
clearConformsTo
(Element element) void
clearPhysicalLocation
(Element element) void
clearRequiredEnvironment
(Element element) void
getConformsTo
(Element element) getPhysicalLocation
(Element element) getRequiredEnvironment
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeConformsTo
(Element element, Element value) void
removePhysicalLocation
(Element element, Element value) void
removeRequiredEnvironment
(Element element, Element value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setPhysicalLocation
(Element element, Collection<? extends Element> value) void
setRequiredEnvironment
(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:
-
PHYSICALLOCATION
Relates a LocationHolder (i.e. OperationalPerformer, OperationalRole, ResourceRole etc.) to its ActualLocation.- See Also:
-
REQUIREDENVIRONMENT
Relates a LocationHolder (i.e. OperationalPerformer, OperationalRole, ResourceRole etc.) to the Environment in which it is required to perform/be used.- See Also:
-
URI
Captures Unique identifier for the element.- See Also:
-
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
-
-
Constructor Details
-
LocationHolderStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getPhysicalLocationProperty
-
getRequiredEnvironmentProperty
-
getURIProperty
-
getConformsToProperty
-
setPhysicalLocation
-
clearPhysicalLocation
-
addPhysicalLocation
-
removePhysicalLocation
-
getPhysicalLocation
-
setRequiredEnvironment
public void setRequiredEnvironment(Element element, @CheckForNull Collection<? extends Element> value) -
clearRequiredEnvironment
-
addRequiredEnvironment
-
removeRequiredEnvironment
-
getRequiredEnvironment
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
clear
protected void clear() -
is
-
isInstance
-