Package com.nomagic.magicdraw.uaf
Class UAF.ServiceStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ServiceStereotype
- Enclosing class:
- UAF
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Enables association of an Asset to the set of security related measurements (MeasurementSet).static final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
If true, then the block is treated as a black box; a part typed by this black box can only be connected via its ports or directly to its outer boundary.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.static final String
Relates a VersionedElement to the ActualProjectMilestone.static final String
Relates a VersionedElement to the ActualProjectMilestone. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addConformsTo
(Element element, Element value) void
addPhysicalLocation
(Element element, Element value) void
addRequiredEnvironment
(Element element, Element value) void
addVersionReleasedAtMilestone
(Element element, Element value) void
addVersionWithdrawnAtMilestone
(Element element, Element value) protected void
clear()
void
clearCategoryCategorizesAsset
(Element element) void
clearConformsTo
(Element element) void
clearIsEncapsulated
(Element element) void
clearPhysicalLocation
(Element element) void
clearRequiredEnvironment
(Element element) void
void
clearVersionReleasedAtMilestone
(Element element) void
clearVersionWithdrawnAtMilestone
(Element element) getCategoryCategorizesAsset
(Element element) getConformsTo
(Element element) getPhysicalLocation
(Element element) getRequiredEnvironment
(Element element) Returns stereotype for this wrapper.getVersionReleasedAtMilestone
(Element element) getVersionWithdrawnAtMilestone
(Element element) boolean
static boolean
isInstance
(Element element) isIsEncapsulated
(Element element) void
removeConformsTo
(Element element, Element value) void
removePhysicalLocation
(Element element, Element value) void
removeRequiredEnvironment
(Element element, Element value) void
removeVersionReleasedAtMilestone
(Element element, Element value) void
removeVersionWithdrawnAtMilestone
(Element element, Element value) void
setCategoryCategorizesAsset
(Element element, Element value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setIsEncapsulated
(Element element, Boolean value) void
setPhysicalLocation
(Element element, Collection<? extends Element> value) void
setRequiredEnvironment
(Element element, Collection<? extends Element> value) void
void
setVersionReleasedAtMilestone
(Element element, Collection<? extends Element> value) void
setVersionWithdrawnAtMilestone
(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:
-
URI
Captures Unique identifier for the element.- See Also:
-
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
-
VERSIONRELEASEDATMILESTONE
Relates a VersionedElement to the ActualProjectMilestone. It indicates the ActualProjectMilestone at which the VersionedElement is released.- See Also:
-
VERSIONWITHDRAWNATMILESTONE
Relates a VersionedElement to the ActualProjectMilestone. It indicates the ActualProjectMilestone at which the VersionedElement is withdrawn.- See Also:
-
ISENCAPSULATED
If true, then the block is treated as a black box; a part typed by this black box can only be connected via its ports or directly to its outer boundary. If false, or if a value is not present, then connections can be established to elements of its internal structure via deep-nested connector ends.- See Also:
-
CATEGORYCATEGORIZESASSET
Enables association of an Asset to the set of security related measurements (MeasurementSet).- 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:
-
-
Constructor Details
-
ServiceStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getURIProperty
-
getConformsToProperty
-
getVersionReleasedAtMilestoneProperty
-
getVersionWithdrawnAtMilestoneProperty
-
getIsEncapsulatedProperty
-
getCategoryCategorizesAssetProperty
-
getPhysicalLocationProperty
-
getRequiredEnvironmentProperty
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setVersionReleasedAtMilestone
public void setVersionReleasedAtMilestone(Element element, @CheckForNull Collection<? extends Element> value) -
clearVersionReleasedAtMilestone
-
addVersionReleasedAtMilestone
-
removeVersionReleasedAtMilestone
-
getVersionReleasedAtMilestone
-
setVersionWithdrawnAtMilestone
public void setVersionWithdrawnAtMilestone(Element element, @CheckForNull Collection<? extends Element> value) -
clearVersionWithdrawnAtMilestone
-
addVersionWithdrawnAtMilestone
-
removeVersionWithdrawnAtMilestone
-
getVersionWithdrawnAtMilestone
-
setIsEncapsulated
-
clearIsEncapsulated
-
isIsEncapsulated
-
setCategoryCategorizesAsset
-
clearCategoryCategorizesAsset
-
getCategoryCategorizesAsset
-
setPhysicalLocation
-
clearPhysicalLocation
-
addPhysicalLocation
-
removePhysicalLocation
-
getPhysicalLocation
-
setRequiredEnvironment
public void setRequiredEnvironment(Element element, @CheckForNull Collection<? extends Element> value) -
clearRequiredEnvironment
-
addRequiredEnvironment
-
removeRequiredEnvironment
-
getRequiredEnvironment
-
clear
protected void clear() -
is
-
isInstance
-