Package com.nomagic.magicdraw.uaf
Class UAF.ProblemDomainStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ProblemDomainStereotype
- Enclosing class:
 - UAF
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelates the MeasurableElement to the ActualMeasurementSet that provides its ActualMeasurements.static final StringRelates a UAFElement to the Standard that the UAFElement is conforming to.static final StringRelates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.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 TypeMethodDescriptionvoidaddActualMeasurementSet(Element element, Element value) voidaddConformsTo(Element element, Element value) voidaddMeasurementSet(Element element, Element value) voidaddPhysicalLocation(Element element, Element value) voidaddRequiredEnvironment(Element element, Element value) voidclearActualMeasurementSet(Element element) voidclearConformsTo(Element element) voidclearMeasurementSet(Element element) voidclearPhysicalLocation(Element element) voidclearRequiredEnvironment(Element element) voidgetActualMeasurementSet(Element element) getConformsTo(Element element) getMeasurementSet(Element element) getPhysicalLocation(Element element) getRequiredEnvironment(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveActualMeasurementSet(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveMeasurementSet(Element element, Element value) voidremovePhysicalLocation(Element element, Element value) voidremoveRequiredEnvironment(Element element, Element value) voidsetActualMeasurementSet(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetMeasurementSet(Element element, Collection<? extends Element> 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:
 
 - 
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:
 
 - 
ACTUALMEASUREMENTSET
Relates the MeasurableElement to the ActualMeasurementSet that provides its ActualMeasurements.- See Also:
 
 - 
MEASUREMENTSET
Relates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.- See Also:
 
 
 - 
 - 
Constructor Details
- 
ProblemDomainStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getPhysicalLocationProperty
 - 
getRequiredEnvironmentProperty
 - 
getURIProperty
 - 
getConformsToProperty
 - 
getActualMeasurementSetProperty
 - 
getMeasurementSetProperty
 - 
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
 - 
setActualMeasurementSet
public void setActualMeasurementSet(Element element, @CheckForNull Collection<? extends Element> value)  - 
clearActualMeasurementSet
 - 
addActualMeasurementSet
 - 
removeActualMeasurementSet
 - 
getActualMeasurementSet
 - 
setMeasurementSet
 - 
clearMeasurementSet
 - 
addMeasurementSet
 - 
removeMeasurementSet
 - 
getMeasurementSet
 - 
is
 - 
isInstance
 
 -