public static class SysMLProfile.NormalStereotype extends ProfileImplementation.StereotypeWrapper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MEAN |
static java.lang.String |
STANDARDDEVIATION |
static java.lang.String |
STEREOTYPE_NAME |
| Modifier | Constructor and Description |
|---|---|
protected |
NormalStereotype(SysMLProfile profile) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
clear() |
void |
clearMean(Element element) |
void |
clearStandardDeviation(Element element) |
java.lang.Double |
getMean(Element element) |
Property |
getMeanProperty() |
java.lang.Double |
getStandardDeviation(Element element) |
Property |
getStandardDeviationProperty() |
Stereotype |
getStereotype()
Returns stereotype for this wrapper.
|
boolean |
is(Element element)
Checks if stereotype of this wrapper is applied to given element.
|
static boolean |
isInstance(Element element) |
void |
setMean(Element element,
java.lang.Double value) |
void |
setStandardDeviation(Element element,
java.lang.Double value) |
apply, unApplygetElement, getElementByNamepublic static final java.lang.String STEREOTYPE_NAME
public static final java.lang.String MEAN
public static final java.lang.String STANDARDDEVIATION
protected NormalStereotype(SysMLProfile profile)
public Stereotype getStereotype()
ProfileImplementation.StereotypeWrappergetStereotype in class ProfileImplementation.StereotypeWrapper@CheckForNull public Property getMeanProperty()
@CheckForNull public Property getStandardDeviationProperty()
public void setMean(Element element, @CheckForNull java.lang.Double value)
public void clearMean(Element element)
@CheckForNull public java.lang.Double getMean(Element element)
public void setStandardDeviation(Element element, @CheckForNull java.lang.Double value)
public void clearStandardDeviation(Element element)
@CheckForNull public java.lang.Double getStandardDeviation(Element element)
protected void clear()
clear in class ProfileImplementation.ProfileElementWrapper<Stereotype>public boolean is(@CheckForNull
Element element)
ProfileImplementation.StereotypeWrapperis in class ProfileImplementation.StereotypeWrapperelement - elementpublic static boolean isInstance(@CheckForNull
Element element)