Package com.nomagic.magicdraw.sysml.util
Class AnalysisPatternsProfile.DesignVariableStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.AnalysisPatternsProfile.DesignVariableStereotype
- Enclosing class:
- AnalysisPatternsProfile
public static class AnalysisPatternsProfile.DesignVariableStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
clear()
void
clearBaseline
(Element element) void
void
void
clearNumberOfPoints
(Element element) void
clearRelation
(Element element) void
void
clearValues
(Element element) getBaseline
(Element element) getNumberOfPoints
(Element element) getRelation
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
removeValues
(Element element, Double value) void
setBaseline
(Element element, Double value) void
void
void
setNumberOfPoints
(Element element, Integer value) void
setRelation
(Element element, AnalysisPatternsProfile.relationEnum value) void
void
setValues
(Element element, Collection<Double> value) Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
BASELINE
- See Also:
-
MAX
- See Also:
-
MIN
Specify the minimum value that a Design Variable can reach.- See Also:
-
NUMBEROFPOINTS
- See Also:
-
RELATION
- See Also:
-
STEP
- See Also:
-
VALUES
- See Also:
-
-
Constructor Details
-
DesignVariableStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getBaselineProperty
-
getMaxProperty
-
getMinProperty
-
getNumberOfPointsProperty
-
getRelationProperty
-
getStepProperty
-
getValuesProperty
-
setBaseline
-
clearBaseline
-
getBaseline
-
setMax
-
clearMax
-
getMax
-
setMin
-
clearMin
-
getMin
-
setNumberOfPoints
-
clearNumberOfPoints
-
getNumberOfPoints
-
setRelation
-
clearRelation
-
getRelation
-
setStep
-
clearStep
-
getStep
-
setValues
-
clearValues
-
addValues
-
removeValues
-
getValues
-
clear
protected void clear() -
is
-
isInstance
-