Serialized Form


Package org.simBio.core

Class org.simBio.core.ReactorList extends ArrayList implements Serializable

Serialized Fields

rbcs

List rbcs
IResetBeforeCalcをimplimentsしているクラスのList

Class org.simBio.core.VariableList extends ArrayList implements Serializable

Serialized Fields

minDt

double minDt
minimum dt


maxDt

double maxDt

maxRthreshold

double maxRthreshold

minRthreshold

double minRthreshold

adjustDyY

double adjustDyY

ratio

double ratio

maxR

double maxR

reactors

ReactorList reactors
list of reactors


lest

double lest

Package org.simBio.core.integrator

Class org.simBio.core.integrator.EulerList extends VariableList implements Serializable

Class org.simBio.core.integrator.RungeKuttaList extends VariableList implements Serializable

Serialized Fields

Eps

double Eps

ERRCON

double ERRCON

PGROW

double PGROW

PSHRNK

double PSHRNK

SAFETY

double SAFETY

dtNext

double dtNext

Package org.simBio.sim.analyzer.graph

Class org.simBio.sim.analyzer.graph.OnScreen extends JFrame implements Serializable

Serialized Fields

target

IViewer target

Package org.simBio.sim.gui

Class org.simBio.sim.gui.CheckedJTree extends JTree implements Serializable

Class org.simBio.sim.gui.CheckedJTree.CheckedJTreeCellRenderer extends JPanel implements Serializable

Serialized Fields

jCheckBox

JCheckBox jCheckBox

defaultTreeCellRenderer

DefaultTreeCellRenderer defaultTreeCellRenderer

Class org.simBio.sim.gui.GUI extends JFrame implements Serializable

Serialized Fields

page

IViewer page

modelBufferClear

boolean modelBufferClear
計算開始時に、Viewer の再計算バッファをクリアするためのフラグ


model

Conductor model

thread

Thread thread

viewers

List viewers

defaultDirectory

File defaultDirectory
設定ファイルを保持しておく基準ディレクトリ


statusProcessor

org.simBio.sim.gui.GUI.GUITargetFile statusProcessor
画面状態および、ファイルの管理・実施


hs

javax.help.HelpSet hs
JavaHelp用


hb

javax.help.HelpBroker hb
JavaHelp用


globalProperty

Properties globalProperty
画面全体のプロパティ


updateCounter

int updateCounter
変更チェック用


jThisFrame

JFrame jThisFrame
メインUIの生成


jContentPane

JPanel jContentPane

jSplitPane

JSplitPane jSplitPane

jScrollPane

JScrollPane jScrollPane

jTreeTable

JTreeTableSimBio jTreeTable

jPanel

JPanel jPanel

jToolBarMente

ToolBarMente jToolBarMente

jFileChooser

JFileChooser jFileChooser

jOptionPane

JOptionPane jOptionPane

jJMenuBar

JMenuBar jJMenuBar

jMenuFile

JMenu jMenuFile

jMenuModel

JMenu jMenuModel

jMenuTool

JMenu jMenuTool

jMenuHelp

JMenu jMenuHelp

jToolBar

DnDJToolBar jToolBar

dndActionOpen

DnDAction dndActionOpen

dndActionReload

DnDAction dndActionReload

dndActionSaveAs

DnDAction dndActionSaveAs

dndActionSave

DnDAction dndActionSave

dndActionClose

DnDAction dndActionClose

dndActionPrint

DnDAction dndActionPrint

dndActionExpCsv

DnDAction dndActionExpCsv

dndActionExit

DnDAction dndActionExit

dndActionStart

DnDAction dndActionStart

dndActionStop

DnDAction dndActionStop

dndActionTreeExpand

DnDAction dndActionTreeExpand

dndActionTreeCollapse

DnDAction dndActionTreeCollapse

dataModel

org.simBio.sim.gui.DataListTableModel dataModel

data

DataListTable data

Class org.simBio.sim.gui.GUI.JPrintablePanel extends JPanel implements Serializable

Serialized Fields

rectPrintableArea

Rectangle rectPrintableArea

Class org.simBio.sim.gui.JTreeTableSimBio extends sun.JTreeTable.JTreeTable implements Serializable

Serialized Fields

eventX

int eventX

eventY

int eventY

myPopupMenu

JPopupMenu myPopupMenu

decTooltipFormat

DecimalFormat decTooltipFormat

Package org.simBio.sim.gui.toolKit

Class org.simBio.sim.gui.toolKit.HTMLViewJDialog extends JDialog implements Serializable

Serialized Fields

jThisDialog

HTMLViewJDialog jThisDialog

jEditorPane

JEditorPane jEditorPane

jButton

JButton jButton

jPanelButton

JPanel jPanelButton

jContentPane

JPanel jContentPane

Package org.simBio.sim.gui.toolKit.dndmenu

Class org.simBio.sim.gui.toolKit.dndmenu.DnDAction extends AbstractAction implements Serializable

Class org.simBio.sim.gui.toolKit.dndmenu.DnDJButton extends JButton implements Serializable

Serialized Fields

thisButton

DnDJButton thisButton

myPopupMenu

JPopupMenu myPopupMenu

Class org.simBio.sim.gui.toolKit.dndmenu.DnDJList extends JList implements Serializable

Class org.simBio.sim.gui.toolKit.dndmenu.DnDJToolBar extends JToolBar implements Serializable

Serialized Fields

thisToolBar

DnDJToolBar thisToolBar

defaultDim

Dimension defaultDim

Class org.simBio.sim.gui.toolKit.dndmenu.DnDTransferHandler extends TransferHandler implements Serializable

Serialized Fields

myComponent

JComponent myComponent

electedFlavor

DataFlavor electedFlavor
canImport() で選定されたFlavor

Class org.simBio.sim.gui.toolKit.dndmenu.ToolBarMente extends JDialog implements Serializable

Serialized Fields

jContentPane

JPanel jContentPane

jList

JList jList

jScrollPane

JScrollPane jScrollPane

jList2

JList jList2

jScrollPane2

JScrollPane jScrollPane2

menuList

DefaultListModel menuList

menuItemList

ArrayList menuItemList

Package org.simBio.sim.ps.view

Class org.simBio.sim.ps.view.AbstractPlot extends org.jfree.ui.ApplicationFrame implements Serializable

Class org.simBio.sim.ps.view.PlotContour extends AbstractPlot implements Serializable

serialVersionUID: 1L

Serialized Fields

plots

org.jfree.chart.plot.ContourPlot[] plots

indexX

int indexX
key index of the X axis


indexY

int indexY
key index of the Y axis


collection

ICollection collection
database


oDoubleX

List[] oDoubleX

oDoubleY

List[] oDoubleY

oDoubleZ

List[] oDoubleZ

Class org.simBio.sim.ps.view.PlotLine extends AbstractPlot implements Serializable

serialVersionUID: 1L

Serialized Fields

collection

ICollection collection
database


seriesCollections

org.jfree.data.xy.XYSeriesCollection[] seriesCollections
表示するx, y データセット


indexKey

int indexKey

indexEval

int indexEval

legendItems

org.jfree.chart.LegendItemCollection[] legendItems

Class org.simBio.sim.ps.view.PlotTimeSeries extends AbstractPlot implements Serializable

serialVersionUID: 1L

Serialized Fields

collection

ICollection collection
database


seriesCollections

org.jfree.data.xy.XYSeriesCollection[] seriesCollections
表示するx, y データセット


isPlotLastOnly

boolean isPlotLastOnly



Copyright © 2005 Cell/Biodinamics simulation project. All Rights Reserved.