public class FunctionPlotImpl extends MinimalEObjectImpl.Container implements FunctionPlot
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected static double |
FINAL_VALUE_EDEFAULT
The default value of the '
Final Value ' attribute. |
protected double |
finalValue
The cached value of the '
Final Value ' attribute. |
protected static double |
INITIAL_VALUE_EDEFAULT
The default value of the '
Initial Value ' attribute. |
protected double |
initialValue
The cached value of the '
Initial Value ' attribute. |
protected static double |
STEP_VALUE_EDEFAULT
The default value of the '
Step Value ' attribute. |
protected double |
stepValue
The cached value of the '
Step Value ' attribute. |
protected java.lang.String |
title
The cached value of the '
Title ' attribute. |
protected static java.lang.String |
TITLE_EDEFAULT
The default value of the '
Title ' attribute. |
protected static java.lang.String |
XAXIS_LABEL_EDEFAULT
The default value of the '
XAxis Label ' attribute. |
protected java.lang.String |
xAxisLabel
The cached value of the '
XAxis Label ' attribute. |
protected static java.lang.String |
YAXIS_LABEL_EDEFAULT
The default value of the '
YAxis Label ' attribute. |
protected java.lang.String |
yAxisLabel
The cached value of the '
YAxis Label ' attribute. |
Modifier | Constructor and Description |
---|---|
protected |
FunctionPlotImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
double |
getFinalValue() |
double |
getInitialValue() |
double |
getStepValue() |
java.lang.String |
getTitle() |
java.lang.String |
getXAxisLabel() |
java.lang.String |
getYAxisLabel() |
void |
setFinalValue(double newFinalValue) |
void |
setInitialValue(double newInitialValue) |
void |
setStepValue(double newStepValue) |
void |
setTitle(java.lang.String newTitle) |
void |
setXAxisLabel(java.lang.String newXAxisLabel) |
void |
setYAxisLabel(java.lang.String newYAxisLabel) |
java.lang.String |
toString() |
protected static final java.lang.String TITLE_EDEFAULT
Title
' attribute.
getTitle()
protected java.lang.String title
Title
' attribute.
getTitle()
protected static final java.lang.String XAXIS_LABEL_EDEFAULT
XAxis Label
' attribute.
getXAxisLabel()
protected java.lang.String xAxisLabel
XAxis Label
' attribute.
getXAxisLabel()
protected static final java.lang.String YAXIS_LABEL_EDEFAULT
YAxis Label
' attribute.
getYAxisLabel()
protected java.lang.String yAxisLabel
YAxis Label
' attribute.
getYAxisLabel()
protected static final double INITIAL_VALUE_EDEFAULT
Initial Value
' attribute.
getInitialValue()
,
Constant Field Valuesprotected double initialValue
Initial Value
' attribute.
getInitialValue()
protected static final double FINAL_VALUE_EDEFAULT
Final Value
' attribute.
getFinalValue()
,
Constant Field Valuesprotected double finalValue
Final Value
' attribute.
getFinalValue()
protected static final double STEP_VALUE_EDEFAULT
Step Value
' attribute.
getStepValue()
,
Constant Field Valuesprotected double stepValue
Step Value
' attribute.
getStepValue()
protected EClass eStaticClass()
public java.lang.String getTitle()
getTitle
in interface FunctionPlot
FunctionPlot.setTitle(String)
,
ValuesPackage.getFunctionPlot_Title()
public void setTitle(java.lang.String newTitle)
setTitle
in interface FunctionPlot
newTitle
- the new value of the 'Title' attribute.FunctionPlot.getTitle()
public java.lang.String getXAxisLabel()
getXAxisLabel
in interface FunctionPlot
FunctionPlot.setXAxisLabel(String)
,
ValuesPackage.getFunctionPlot_XAxisLabel()
public void setXAxisLabel(java.lang.String newXAxisLabel)
setXAxisLabel
in interface FunctionPlot
newXAxisLabel
- the new value of the 'XAxis Label' attribute.FunctionPlot.getXAxisLabel()
public java.lang.String getYAxisLabel()
getYAxisLabel
in interface FunctionPlot
FunctionPlot.setYAxisLabel(String)
,
ValuesPackage.getFunctionPlot_YAxisLabel()
public void setYAxisLabel(java.lang.String newYAxisLabel)
setYAxisLabel
in interface FunctionPlot
newYAxisLabel
- the new value of the 'YAxis Label' attribute.FunctionPlot.getYAxisLabel()
public double getInitialValue()
getInitialValue
in interface FunctionPlot
FunctionPlot.setInitialValue(double)
,
ValuesPackage.getFunctionPlot_InitialValue()
public void setInitialValue(double newInitialValue)
setInitialValue
in interface FunctionPlot
newInitialValue
- the new value of the 'Initial Value' attribute.FunctionPlot.getInitialValue()
public double getFinalValue()
getFinalValue
in interface FunctionPlot
FunctionPlot.setFinalValue(double)
,
ValuesPackage.getFunctionPlot_FinalValue()
public void setFinalValue(double newFinalValue)
setFinalValue
in interface FunctionPlot
newFinalValue
- the new value of the 'Final Value' attribute.FunctionPlot.getFinalValue()
public double getStepValue()
getStepValue
in interface FunctionPlot
FunctionPlot.setStepValue(double)
,
ValuesPackage.getFunctionPlot_StepValue()
public void setStepValue(double newStepValue)
setStepValue
in interface FunctionPlot
newStepValue
- the new value of the 'Step Value' attribute.FunctionPlot.getStepValue()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()