Package org.neuroml.export.info.model
Class PlotMetadataNode
- java.lang.Object
-
- org.neuroml.export.info.model.PlotMetadataNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getFinalValue()
Double
getInitialValue()
String
getPlotTitle()
Double
getStepValue()
String
getXAxisLabel()
String
getYAxisLabel()
String
toShortString()
String
toString()
-
-
-
Method Detail
-
getPlotTitle
public String getPlotTitle()
- Returns:
- the _plotTitle
-
getXAxisLabel
public String getXAxisLabel()
- Returns:
- the _xAxisLabel
-
getYAxisLabel
public String getYAxisLabel()
- Returns:
- the _yAxisLabel
-
getInitialValue
public Double getInitialValue()
- Returns:
- the _initialValue
-
getFinalValue
public Double getFinalValue()
- Returns:
- the _finalValue
-
getStepValue
public Double getStepValue()
- Returns:
- the _stepValue
-
toShortString
public String toShortString()
-
-