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
Modifier and TypeFieldDescriptionstatic final String
Relates the MeasurableElement to the ActualMeasurementSet that provides its ActualMeasurements.static final String
Relates a UAFElement to the Standard that the UAFElement is conforming to.static final String
OperationalExchanges constrained to be carried out by the Service GovernedBy this ServiceContract.static final String
Relates the MeasurableElement to the MeasurementSet that provides its Measurements by which it can be measured.static final String
Captures the kind of Rule that is being described.static final String
static final String
Captures Unique identifier for the element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addActualMeasurementSet
(Element element, Element value) void
addConformsTo
(Element element, Element value) void
addConstrainedExchanges
(Element element, Element value) void
addMeasurementSet
(Element element, Element value) protected void
clear()
void
clearActualMeasurementSet
(Element element) void
clearConformsTo
(Element element) void
clearConstrainedExchanges
(Element element) void
clearMeasurementSet
(Element element) void
clearRuleKind
(Element element) void
getActualMeasurementSet
(Element element) getConformsTo
(Element element) getConstrainedExchanges
(Element element) getMeasurementSet
(Element element) getRuleKind
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeActualMeasurementSet
(Element element, Element value) void
removeConformsTo
(Element element, Element value) void
removeConstrainedExchanges
(Element element, Element value) void
removeMeasurementSet
(Element element, Element value) void
setActualMeasurementSet
(Element element, Collection<? extends Element> value) void
setConformsTo
(Element element, Collection<? extends Element> value) void
setConstrainedExchanges
(Element element, Collection<? extends Element> value) void
setMeasurementSet
(Element element, Collection<? extends Element> value) void
setRuleKind
(Element element, UAF.RuleKindEnum value) void
Methods 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.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in 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
-