biouml.model.dynamics
Class EModel
java.lang.Object
|
+--com.beanexplorer.swing.table.Option
|
+--biouml.model.dynamics.EModelRoleSupport
|
+--biouml.model.dynamics.EModel
- Direct Known Subclasses:
- MatlabOdeModel
- public abstract class EModel
- extends EModelRoleSupport
Genrally this role should be assotiated with Diagram.
| Methods inherited from class com.beanexplorer.swing.table.Option |
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
EModel
public EModel(DiagramElement diagram)
addConstant
public void addConstant(String name, double initialValue)
throws java.lang.Exception
- Utility function.
generateModel
public abstract File[] generateModel(File outDir)
throws java.lang.Exception
- Generates output files in output directory.
getCompletionTime
public double getCompletionTime()
getConstants
public DataCollection getConstants()
getErrorCategory
public Category getErrorCategory()
getInitialTime
public double getInitialTime()
getVariables
public DataCollection getVariables()
setCompletionTime
public void setCompletionTime(double completionTime)
setErrorCategory
public void setErrorCategory(Category newErrCat)
setInitialTime
public void setInitialTime(double initialTime)
to Class org.apache.log4j.Category
to Class ru.biosoft.access.DataCollection
to Class ru.biosoft.access.DataCollection
BOTTOM