public abstract class DataModule extends Observable implements Serializable, Observer
| Modifier and Type | Field and Description |
|---|---|
protected BatchProcessing |
batch |
protected DataContainer |
dataContainer |
protected ambit2.jchempaint.editor.JChemPaintDialog |
jcpDialog |
protected org.openscience.cdk.interfaces.IChemModel |
jcpModel |
protected static Logger |
logger |
protected int |
useDatabase |
| Constructor and Description |
|---|
DataModule(File inputFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
batch(BatchProcessing bp) |
protected abstract DataContainer |
createDataContainer(File inputFile) |
void |
editMolecule(boolean editable,
JFrame frame) |
abstract ActionList |
getActions() |
DataContainer |
getDataContainer() |
String |
showMetabolites() |
abstract void |
viewMethod(IDecisionMethod method,
boolean editable) |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedprotected static transient Logger logger
protected DataContainer dataContainer
protected int useDatabase
protected ambit2.jchempaint.editor.JChemPaintDialog jcpDialog
protected org.openscience.cdk.interfaces.IChemModel jcpModel
protected BatchProcessing batch
public DataModule(File inputFile)
public void batch(BatchProcessing bp)
public DataContainer getDataContainer()
public void editMolecule(boolean editable,
JFrame frame)
public abstract ActionList getActions()
protected abstract DataContainer createDataContainer(File inputFile)
public abstract void viewMethod(IDecisionMethod method, boolean editable) throws DecisionMethodException
DecisionMethodExceptionCopyright © 2004–2018 Ideaconsult Ltd. All rights reserved.