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
FieldsModifier and TypeFieldDescriptionstatic final StringRelates the MeasurementSet to the MeasurableElement that it is applicable to.static final StringEnables association of an Asset to the set of security related measurements (MeasurementSet).static final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringCaptures the kind of ValueItem if the ValueItemKind has been set to "Other".static final StringIf 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 StringCaptures the kind of ValueItem.static final StringRelates a LocationHolder (i.e.static final StringA kind of quantity that may be stated by means of defined units, as identified by an instance of the Dimension stereotype.static final StringRelates a LocationHolder (i.e.static final Stringstatic final StringA 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 StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAppliesFor(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddPhysicalLocation(Element element, Element value) voidaddRequiredEnvironment(Element element, Element value) protected voidclear()voidclearAppliesFor(Element element) voidclearCategoryCategorizesAsset(Element element) voidclearConformsTo(Element element) voidclearCustomKind(Element element) voidclearIsEncapsulated(Element element) voidvoidclearPhysicalLocation(Element element) voidclearQuantityKind(Element element) voidclearRequiredEnvironment(Element element) voidvoidgetAppliesFor(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.booleanstatic booleanisInstance(Element element) isIsEncapsulated(Element element) voidremoveAppliesFor(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremovePhysicalLocation(Element element, Element value) voidremoveRequiredEnvironment(Element element, Element value) voidsetAppliesFor(Element element, Collection<? extends Element> value) voidsetCategoryCategorizesAsset(Element element, Element value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetCustomKind(Element element, String value) voidsetIsEncapsulated(Element element, Boolean value) voidsetKind(Element element, UAF.ValueItemKindEnum value) voidsetPhysicalLocation(Element element, Collection<? extends Element> value) voidsetQuantityKind(Element element, Element value) voidsetRequiredEnvironment(Element element, Collection<? extends Element> value) voidvoidMethods 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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-