HEADER

biouml.plugins.simulation.plot
Class PlotEx

|
+--biouml.plugins.simulation.plot.PlotEx

public class PlotEx
extends Option

It supports extened views of plot in property inspector.


Constructor Summary
PlotEx(Module module, Plot plot)
           
PlotEx(Module module, SimulationResult result)
           

Method Summary
 SimulationResultgetDefaultSimulationResult()
           
 ModulegetModule()
           
 StringgetModuleName()
           
 PlotgetPlot()
           
 PlotgetPlotByName(String name)
           
 DataCollectiongetPlotCollection()
           
 StringgetPlotName()
           
 String[]getPlotNames()
           
 StringgetSaveName()
           
 SimulationResultgetSimulationResult(String name)
           
 DataCollectiongetSimulationResultCollection()
           
 booleanhasDefaultResult()
           
 booleanisDefaultResult(String name)
           
 booleansavePlot()
           
 voidsetDefaultSimulationResult(SimulationResult defaultResult)
           
 voidsetPlot(Plot plot)
           
 voidsetPlotName(String plotName)
           
 voidsetSaveName(String saveName)
           

Constructor Detail

PlotEx

public PlotEx(Module module, Plot plot)

PlotEx

public PlotEx(Module module, SimulationResult result)
Method Detail

getDefaultSimulationResult

public SimulationResult getDefaultSimulationResult()

getModule

public Module getModule()

getModuleName

public String getModuleName()

getPlot

public Plot getPlot()

getPlotByName

public Plot getPlotByName(String name)

getPlotCollection

public DataCollection getPlotCollection()

getPlotName

public String getPlotName()

getPlotNames

public String[] getPlotNames()

getSaveName

public String getSaveName()

getSimulationResult

public SimulationResult getSimulationResult(String name)

getSimulationResultCollection

public DataCollection getSimulationResultCollection()

hasDefaultResult

public boolean hasDefaultResult()

isDefaultResult

public boolean isDefaultResult(String name)

savePlot

public boolean savePlot()

setDefaultSimulationResult

public void setDefaultSimulationResult(SimulationResult defaultResult)

setPlot

public void setPlot(Plot plot)

setPlotName

public void setPlotName(String plotName)
throws java.lang.Exception

setSaveName

public void setSaveName(String saveName)

Association Links

to Class org.apache.log4j.Category

to Class biouml.model.Module

to Class biouml.plugins.simulation.plot.Plot

to Class java.lang.String

to Class biouml.plugins.simulation.SimulationResult

to Class ru.biosoft.access.DataCollection

to Class ru.biosoft.access.DataCollection


FOOTER

BOTTOM