Package org.neuroml.export.info.model
Class ExpressionNode
- java.lang.Object
-
- org.neuroml.export.info.model.ExpressionNode
-
public class ExpressionNode extends Object
- Author:
- Adrian Quintana (adrian.perez@ucl.ac.uk)
-
-
Constructor Summary
Constructors Constructor Description ExpressionNode(String expression)ExpressionNode(String expression, String plotTitle, String xAxisLabel, String yAxisLabel, Double initialValue, Double finalValue, Double stepValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExpression()PlotMetadataNodegetPlotMetadataNode()voidsetExpression(String expression)voidsetMetadataPlotNode(PlotMetadataNode metadataPlotNode)StringtoString()
-
-
-
Method Detail
-
getExpression
public String getExpression()
-
setExpression
public void setExpression(String expression)
-
getPlotMetadataNode
public PlotMetadataNode getPlotMetadataNode()
-
setMetadataPlotNode
public void setMetadataPlotNode(PlotMetadataNode metadataPlotNode)
-
-