Package com.nomagic.magicdraw.uaf
Class UAF.StrategicInformationStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.StrategicInformationStereotype
- Enclosing class:
- UAF
public static class UAF.StrategicInformationStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 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 StringRelates a LocationHolder (i.e.static final StringRelates a LocationHolder (i.e.static final Stringstatic final StringCaptures Unique identifier for the element. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddConformsTo(Element element, Element value) voidaddPhysicalLocation(Element element, Element value) voidaddRequiredEnvironment(Element element, Element value) protected voidclear()voidclearCategoryCategorizesAsset(Element element) voidclearConformsTo(Element element) voidclearIsEncapsulated(Element element) voidclearPhysicalLocation(Element element) voidclearRequiredEnvironment(Element element) voidgetCategoryCategorizesAsset(Element element) getConformsTo(Element element) getPhysicalLocation(Element element) getRequiredEnvironment(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) isIsEncapsulated(Element element) voidremoveConformsTo(Element element, Element value) voidremovePhysicalLocation(Element element, Element value) voidremoveRequiredEnvironment(Element element, Element value) voidsetCategoryCategorizesAsset(Element element, Element value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetIsEncapsulated(Element element, Boolean value) voidsetPhysicalLocation(Element element, Collection<? extends Element> value) voidsetRequiredEnvironment(Element element, Collection<? extends Element> value) voidMethods 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:
-
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
-
StrategicInformationStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getURIProperty
-
getConformsToProperty
-
getCategoryCategorizesAssetProperty
-
getPhysicalLocationProperty
-
getRequiredEnvironmentProperty
-
getIsEncapsulatedProperty
-
setURI
-
clearURI
-
getURI
-
setConformsTo
-
clearConformsTo
-
addConformsTo
-
removeConformsTo
-
getConformsTo
-
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
-