Package com.nomagic.magicdraw.uaf
Class UAF.ServiceContractStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.uaf.UAF.ServiceContractStereotype
- 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 StringOperationalExchanges constrained to be carried out by the Service GovernedBy this ServiceContract.static final StringRelates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.static final StringCaptures the kind of Rule that is being described.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) voidaddConstrainedExchanges(Element element, Element value) voidaddMeasurementSet(Element element, Element value) protected voidclear()voidclearActualMeasurementSet(Element element) voidclearConformsTo(Element element) voidclearConstrainedExchanges(Element element) voidclearMeasurementSet(Element element) voidclearRuleKind(Element element) voidgetActualMeasurementSet(Element element) getConformsTo(Element element) getConstrainedExchanges(Element element) getMeasurementSet(Element element) getRuleKind(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveActualMeasurementSet(Element element, Element value) voidremoveConformsTo(Element element, Element value) voidremoveConstrainedExchanges(Element element, Element value) voidremoveMeasurementSet(Element element, Element value) voidsetActualMeasurementSet(Element element, Collection<? extends Element> value) voidsetConformsTo(Element element, Collection<? extends Element> value) voidsetConstrainedExchanges(Element element, Collection<? extends Element> value) voidsetMeasurementSet(Element element, Collection<? extends Element> value) voidsetRuleKind(Element element, UAF.RuleKindEnum value) voidMethods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
CONSTRAINEDEXCHANGES
OperationalExchanges constrained to be carried out by the Service GovernedBy this ServiceContract.- See Also:
-
RULEKIND
Captures the kind of Rule that is being described.- 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:
-
-
Constructor Details
-
ServiceContractStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein classProfileImplementation.StereotypeWrapper- Returns:
- stereotype
-
getConstrainedExchangesProperty
-
getRuleKindProperty
-
getActualMeasurementSetProperty
-
getMeasurementSetProperty
-
getURIProperty
-
getConformsToProperty
-
setConstrainedExchanges
public void setConstrainedExchanges(Element element, @CheckForNull Collection<? extends Element> value) -
clearConstrainedExchanges
-
addConstrainedExchanges
-
removeConstrainedExchanges
-
getConstrainedExchanges
-
setRuleKind
-
clearRuleKind
-
getRuleKind
-
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
-
clear
protected void clear() -
is
-
isInstance
-