Package com.nomagic.magicdraw.sysml.util
Class AnalysisPatternsProfile.ObjectiveStereotype
java.lang.Object
com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
com.nomagic.magicdraw.sysml.util.AnalysisPatternsProfile.ObjectiveStereotype
- Enclosing class:
- AnalysisPatternsProfile
public static class AnalysisPatternsProfile.ObjectiveStereotype
extends ProfileImplementation.StereotypeWrapper
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
clear()
void
clearObjective
(Element element) void
clearScale
(Element element) void
clearValue
(Element element) void
clearWeight
(Element element) getObjective
(Element element) Returns stereotype for this wrapper.boolean
static boolean
isInstance
(Element element) void
setObjective
(Element element, AnalysisPatternsProfile.objectiveEnum value) void
void
void
Methods inherited from class com.nomagic.profiles.ProfileImplementation.StereotypeWrapper
apply, isDerivedStereotype, isSameOrDerivedStereotype, unApply
-
Field Details
-
STEREOTYPE_NAME
- See Also:
-
OBJECTIVE
- See Also:
-
SCALE
- See Also:
-
VALUE
- See Also:
-
WEIGHT
- See Also:
-
-
Constructor Details
-
ObjectiveStereotype
-
-
Method Details
-
getStereotype
Description copied from class:ProfileImplementation.StereotypeWrapper
Returns stereotype for this wrapper.- Specified by:
getStereotype
in classProfileImplementation.StereotypeWrapper
- Returns:
- stereotype
-
getObjectiveProperty
-
getScaleProperty
-
getValueProperty
-
getWeightProperty
-
setObjective
public void setObjective(Element element, @CheckForNull AnalysisPatternsProfile.objectiveEnum value) -
clearObjective
-
getObjective
-
setScale
-
clearScale
-
getScale
-
setValue
-
clearValue
-
getValue
-
setWeight
-
clearWeight
-
getWeight
-
clear
protected void clear() -
is
-
isInstance
-