CESE 1.4.7

com.simulogic.cese
Class DataExport

java.lang.Object
  extended by com.javable.cese.templates.AbstractDataExport
      extended by com.simulogic.cese.DataExport

public class DataExport
extends com.javable.cese.templates.AbstractDataExport

This class exports data from model to selected window and controls certain variables in clamp mode.

See Also:
AbstractDataExport

Field Summary
static int CLAMP_EXPERIMENT
          Specify command experiment
static int TRACK_EXPERIMENT
          Specify Track experiment
 
Fields inherited from class com.javable.cese.templates.AbstractDataExport
model
 
Constructor Summary
DataExport()
           
 
Method Summary
 void doExport(int count)
          Exports data from the model to the top/new Results view window
 void finishExport()
          Finishes export to the top/new Results view window
 RecordBuilder getBuilder()
          Getter for property builder.
 void prepareExport()
          Prepares export to the top/new Results view window based on current Export selection
 
Methods inherited from class com.javable.cese.templates.AbstractDataExport
getModel, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRACK_EXPERIMENT

public static final int TRACK_EXPERIMENT
Specify Track experiment

See Also:
Constant Field Values

CLAMP_EXPERIMENT

public static final int CLAMP_EXPERIMENT
Specify command experiment

See Also:
Constant Field Values
Constructor Detail

DataExport

public DataExport()
Method Detail

prepareExport

public void prepareExport()
Prepares export to the top/new Results view window based on current Export selection

Specified by:
prepareExport in class com.javable.cese.templates.AbstractDataExport
See Also:
AbstractAPModel.simulate()

doExport

public void doExport(int count)
Exports data from the model to the top/new Results view window

Specified by:
doExport in class com.javable.cese.templates.AbstractDataExport
Parameters:
count - Current iteration
See Also:
AbstractAPModel.simulate()

finishExport

public void finishExport()
Finishes export to the top/new Results view window

Specified by:
finishExport in class com.javable.cese.templates.AbstractDataExport
See Also:
AbstractAPModel.simulate()

getBuilder

public RecordBuilder getBuilder()
Getter for property builder.

Returns:
Value of property builder.

CESE 1.4.7

Copyright (c) 1999 - 2007 Cell Electrophysiology Simulation Environment (CESE). All rights reserved.