Package org.neuroml.export.info.model
Class PlotNode
- java.lang.Object
-
- org.neuroml.export.info.model.PlotMetadataNode
-
- org.neuroml.export.info.model.PlotNode
-
public class PlotNode extends PlotMetadataNode
- Author:
- borismarin
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Data>
getData()
String
toShortString()
String
toString()
-
Methods inherited from class org.neuroml.export.info.model.PlotMetadataNode
getFinalValue, getInitialValue, getPlotTitle, getStepValue, getXAxisLabel, getYAxisLabel
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classPlotMetadataNode
-
toShortString
public String toShortString()
- Overrides:
toShortString
in classPlotMetadataNode
-
-