|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.javable.cese.templates.AbstractDataExport
com.simulogic.cese.DataExport
public class DataExport
This class exports data from model to selected window and controls certain
variables in clamp
mode.
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 |
---|
public static final int TRACK_EXPERIMENT
public static final int CLAMP_EXPERIMENT
Constructor Detail |
---|
public DataExport()
Method Detail |
---|
public void prepareExport()
prepareExport
in class com.javable.cese.templates.AbstractDataExport
AbstractAPModel.simulate()
public void doExport(int count)
doExport
in class com.javable.cese.templates.AbstractDataExport
count
- Current iterationAbstractAPModel.simulate()
public void finishExport()
finishExport
in class com.javable.cese.templates.AbstractDataExport
AbstractAPModel.simulate()
public RecordBuilder getBuilder()
|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |