Package com.nomagic.magicdraw.uaf
Class UAF.OperationalExchangeStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.OperationalExchangeStereotype
- Enclosing class:
 - UAF
 
public static class UAF.OperationalExchangeStereotype
extends ProfileImplementation.StereotypeWrapper
- 
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 StringCaptures the kind of Resource being exchanged.static final StringAn optional property that relates the flowing item to the instances of the connector s enclosing block.static final StringRelates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.static final Stringstatic final StringCaptures the directional arbitrary level of trust related to an OperationalExchange between two OperationalPerformers.static 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) protected voidclear()voidclearActualMeasurementSet(Element element) voidclearConformsTo(Element element) voidclearExchangeKind(Element element) voidclearItemProperty(Element element) voidclearMeasurementSet(Element element) voidclearTrustLevel(Element element) voidgetActualMeasurementSet(Element element) getConformsTo(Element element) getExchangeKind(Element element) getItemProperty(Element element) getMeasurementSet(Element element) Returns stereotype for this wrapper.getTrustLevel(Element element) booleanstatic booleanisInstance(Element element) voidremoveActualMeasurementSet(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveMeasurementSet(Element element, Element value) voidsetActualMeasurementSet(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetExchangeKind(Element element, UAF.OperationalExchangeKindEnum value) voidsetItemProperty(Element element, Element value) voidsetMeasurementSet(Element element, Collection<? extends Element> value) voidsetTrustLevel(Element element, Double value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply 
- 
Field Details
- 
STEREOTYPE_NAME
- See Also:
 
 - 
EXCHANGEKIND
Captures the kind of Resource being exchanged.- See Also:
 
 - 
TRUSTLEVEL
Captures the directional arbitrary level of trust related to an OperationalExchange between two OperationalPerformers.- 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:
 
 - 
URI
Captures Unique identifier for the element.- See Also:
 
 - 
CONFORMSTO
Relates a UAFElement to the Standard that the UAFElement is conforming to.- See Also:
 
 - 
ITEMPROPERTY
An optional property that relates the flowing item to the instances of the connector s enclosing block. This property is applicable only for item flows assigned to connectors. The multiplicity is zero if the item flow is assigned to an Association.- See Also:
 
 
 - 
 - 
Constructor Details
- 
OperationalExchangeStereotype
 
 - 
 - 
Method Details
- 
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
 getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
 - stereotype
 
 - 
getExchangeKindProperty
 - 
getTrustLevelProperty
 - 
getActualMeasurementSetProperty
 - 
getMeasurementSetProperty
 - 
getURIProperty
 - 
getConformsToProperty
 - 
getItemPropertyProperty
 - 
setExchangeKind
 - 
clearExchangeKind
 - 
getExchangeKind
 - 
setTrustLevel
 - 
clearTrustLevel
 - 
getTrustLevel
 - 
setActualMeasurementSet
public void setActualMeasurementSet(Element element, @CheckForNull Collection<? extends Element> value)  - 
clearActualMeasurementSet
 - 
addActualMeasurementSet
 - 
removeActualMeasurementSet
 - 
getActualMeasurementSet
 - 
setMeasurementSet
 - 
clearMeasurementSet
 - 
addMeasurementSet
 - 
removeMeasurementSet
 - 
getMeasurementSet
 - 
setURI
 - 
clearURI
 - 
getURI
 - 
setConformsTo
 - 
clearConformsTo
 - 
addConformsTo
 - 
removeConformsTo
 - 
getConformsTo
 - 
setItemProperty
 - 
clearItemProperty
 - 
getItemProperty
 - 
clear
protected void clear() - 
is
 - 
isInstance
 
 -