|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.amp.axf.sd.model.AbstractVariable
org.eclipse.amp.axf.sd.model.AbstractStock
public abstract class AbstractStock
Super class for all dynamic variables of the type "stock".
Constructor Summary | |
---|---|
AbstractStock()
|
Method Summary | |
---|---|
protected double |
equation()
|
abstract double |
getInitialValue()
|
abstract double |
integral()
|
void |
startSimulation()
This method is called before the simulation starts. |
Methods inherited from class org.eclipse.amp.axf.sd.model.AbstractVariable |
---|
calculate, getCurrentTime, getIntegrationMethod, getParent, getSimResult, init, setCurrentTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractStock()
Method Detail |
---|
protected final double equation()
equation
in class AbstractVariable
public abstract double getInitialValue()
public abstract double integral()
public void startSimulation()
AbstractVariable
startSimulation
in class AbstractVariable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |