Package com.nomagic.magicdraw.uaf
Class UAF.ValueItemStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ValueItemStereotype
- Enclosing class:
- UAF
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Relates the MeasurementSet to the MeasurableElement that it is applicable to.static 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
Captures the kind of ValueItem if the ValueItemKind has been set to "Other".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
Captures the kind of ValueItem.static final String
Relates a LocationHolder (i.e.static final String
A kind of quantity that may be stated by means of defined units, as identified by an instance of the Dimension stereotype.static final String
Relates a LocationHolder (i.e.static final String
static final String
A quantity in terms of which the magnitudes of other quantities that have the same dimension can be stated, as identified by an instance of the Unit stereotype.static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAppliesFor
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addPhysicalLocation
(Element element, Element value) void
addRequiredEnvironment
(Element element, Element value) protected void
clear()
void
clearAppliesFor
(Element element) void
clearCategoryCategorizesAsset
(Element element) void
clearConformsTo
(Element element) void
clearCustomKind
(Element element) void
clearIsEncapsulated
(Element element) void
void
clearPhysicalLocation
(Element element) void
clearQuantityKind
(Element element) void
clearRequiredEnvironment
(Element element) void
void
getAppliesFor
(Element element) getCategoryCategorizesAsset
(Element element) getConformsTo
(Element element) getCustomKind
(Element element) getPhysicalLocation
(Element element) getQuantityKind
(Element element) getRequiredEnvironment
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) isIsEncapsulated
(Element element) void
removeAppliesFor
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removePhysicalLocation
(Element element, Element value) void
removeRequiredEnvironment
(Element element, Element value) void
setAppliesFor
(Element element, Collection<? extends Element> value) void
setCategoryCategorizesAsset
(Element element, Element value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setCustomKind
(Element element, String value) void
setIsEncapsulated
(Element element, Boolean value) void
setKind
(Element element, UAF.ValueItemKindEnum value) void
setPhysicalLocation
(Element element, Collection<? extends Element> value) void
setQuantityKind
(Element element, Element value) void
setRequiredEnvironment
(Element element, Collection<? extends Element> value) void
void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CUSTOMKIND
Captures the kind of ValueItem if the ValueItemKind has been set to "Other".- See Also:
-
KIND
Captures the kind of ValueItem.- See Also:
-
APPLIESFOR
Relates the MeasurementSet to the MeasurableElement that it is applicable to.- 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:
-
QUANTITYKIND
A kind of quantity that may be stated by means of defined units, as identified by an instance of the Dimension stereotype. A value type may optionally specify a dimension without any unit. Such a value has no concrete representation, but may be used to express a value in an abstract form independent of any specific units.- See Also:
-
UNIT
A quantity in terms of which the magnitudes of other quantities that have the same dimension can be stated, as identified by an instance of the Unit stereotype.- 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:
-
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:
-
-
Constructor Details
-
ValueItemStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getCustomKindProperty
-
getKindProperty
-
getAppliesForProperty
-
getURIProperty
-
getConformsToProperty
-
getQuantityKindProperty
-
getUnitProperty
-
getCategoryCategorizesAssetProperty
-
getPhysicalLocationProperty
-
getRequiredEnvironmentProperty
-
getIsEncapsulatedProperty
-
setCustomKind
-
clearCustomKind
-
getCustomKind
-
setKind
-
clearKind
-
getKind
-
setAppliesFor
-
clearAppliesFor
-
addAppliesFor
-
removeAppliesFor
-
getAppliesFor
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
setQuantityKind
-
clearQuantityKind
-
getQuantityKind
-
setUnit
-
clearUnit
-
getUnit
-
setCategoryCategorizesAsset
-
clearCategoryCategorizesAsset
-
getCategoryCategorizesAsset
-
setPhysicalLocation
-
clearPhysicalLocation
-
addPhysicalLocation
-
removePhysicalLocation
-
getPhysicalLocation
-
setRequiredEnvironment
public void setRequiredEnvironment(Element element, @CheckForNull Collection<? extends Element> value) -
clearRequiredEnvironment
-
addRequiredEnvironment
-
removeRequiredEnvironment
-
getRequiredEnvironment
-
setIsEncapsulated
-
clearIsEncapsulated
-
isIsEncapsulated
-
clear
protected void clear() -
is
-
isInstance
-