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
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidclear()voidclearBaseline(Element element) voidvoidvoidclearNumberOfPoints(Element element) voidclearRelation(Element element) voidvoidclearValues(Element element) getBaseline(Element element) getNumberOfPoints(Element element) getRelation(Element element) Returns stereotype for this wrapper.booleanstatic booleanisInstance(Element element) voidremoveValues(Element element, Double value) voidsetBaseline(Element element, Double value) voidvoidvoidsetNumberOfPoints(Element element, Integer value) voidsetRelation(Element element, AnalysisPatternsProfile.relationEnum value) voidvoidsetValues(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.StereotypeWrapperReturns stereotype for this wrapper.- Specified by:
getStereotypein 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
-