biouml.plugins.simulation.plot
Class PlotEx
java.lang.Object
com.beanexplorer.beans.Option
biouml.plugins.simulation.plot.PlotEx
- public class PlotEx
- extends com.beanexplorer.beans.Option
It supports extened views of plot in property inspector.
| Fields inherited from class com.beanexplorer.beans.Option |
notificationEnabled, propagationEnabled |
| Methods inherited from class com.beanexplorer.beans.Option |
addPropertyChangeListener, copyListenersTo, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getParent, isNotificationEnabled, isPropagationEnabled, removePropertyChangeListener, setNotificationEnabled, setParent, setPropagationEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static org.apache.log4j.Category log
module
protected Module module
plot
protected Plot plot
saveName
protected java.lang.String saveName
defaultResult
protected SimulationResult defaultResult
simulationResults
protected DataCollection simulationResults
plots
protected DataCollection plots
PlotEx
public PlotEx(Module module,
Plot plot)
PlotEx
public PlotEx(Module module,
SimulationResult result)
getModule
public Module getModule()
getModuleName
public java.lang.String getModuleName()
getPlot
public Plot getPlot()
setPlot
public void setPlot(Plot plot)
getPlotName
public java.lang.String getPlotName()
setPlotName
public void setPlotName(java.lang.String plotName)
throws java.lang.Exception
- Throws:
java.lang.Exception
getSaveName
public java.lang.String getSaveName()
setSaveName
public void setSaveName(java.lang.String saveName)
getDefaultSimulationResult
public SimulationResult getDefaultSimulationResult()
setDefaultSimulationResult
public void setDefaultSimulationResult(SimulationResult defaultResult)
getSimulationResultCollection
public DataCollection getSimulationResultCollection()
getSimulationResult
public SimulationResult getSimulationResult(java.lang.String name)
hasDefaultResult
public boolean hasDefaultResult()
isDefaultResult
public boolean isDefaultResult(java.lang.String name)
doGetSimulationResultCollection
protected DataCollection doGetSimulationResultCollection()
getPlotCollection
public DataCollection getPlotCollection()
getPlotByName
public Plot getPlotByName(java.lang.String name)
getPlotNames
public java.lang.String[] getPlotNames()
doGetPlotCollection
protected DataCollection doGetPlotCollection()
savePlot
public boolean savePlot()
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.