Package | Description |
---|---|
ptolemy.domains.continuous.kernel |
The Continuous domain kernel.
|
Modifier and Type | Field and Description |
---|---|
protected ContinuousDirector |
ContinuousODESolver._director
The Continuous director that contains this solver.
|
Modifier and Type | Method and Description |
---|---|
protected ContinuousDirector |
HybridModalDirector._enclosingContinuousDirector()
Return the enclosing continuous director, or null if there
is none.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ContinuousODESolver._makeSolverOf(ContinuousDirector director)
Make this solver the solver of the given Director.
|
Constructor and Description |
---|
ContinuousScheduler(ContinuousDirector container,
java.lang.String name)
Construct a scheduler in the given container with the given name.
|