Package org.neuroml.export.info.model
Class PlotNodeGenerator
- java.lang.Object
-
- org.neuroml.export.info.model.PlotNodeGenerator
-
public class PlotNodeGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description PlotNodeGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PlotNode
createPlotNode(String id, List<Double> X, List<Double> Y, String xAxisLabel, String yAxisLabel)
static PlotNode
createPlotNode(org.neuroml.export.info.model.IPlottableExpression expression, Double x0, Double x1, Double dx, String xAxisLabel, String yAxisLabel)
-