biouml.model.dynamics
Class Equation
java.lang.Object
|
+--com.beanexplorer.swing.table.Option
|
+--biouml.model.dynamics.EModelRoleSupport
|
+--biouml.model.dynamics.Equation
- public class Equation
- extends EModelRoleSupport
| 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 |
Equation
public Equation(DiagramElement de, Variable var, String rightSide)
getEquation
public String getEquation()
getVariable
public Variable getVariable()
setEquation
public void setEquation(String equation)
to Class biouml.model.dynamics.Variable- Left part of ODE.
to Class java.lang.String
- Right part of ODE.
BOTTOM