Package | Description |
---|---|
org.kepler.ddp.actor | |
ptolemy.actor.lib.hoc |
Higher Order Component Classes.
|
Modifier and Type | Method and Description |
---|---|
Refinement |
ExecutionChoice.newExecutionChoice(java.io.File templateFile,
java.lang.String refinementName)
Create a new execution choice from a file.
|
Refinement |
ExecutionChoice.newExecutionChoice(java.lang.String templateName,
java.lang.String refinementName)
Create a new execution choice from a template.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExecutionChoice._setCurrentRefinement(Refinement refinement)
Set the refinement to execute.
|
Modifier and Type | Field and Description |
---|---|
protected Refinement |
Case._current
The current refinement.
|
protected Refinement |
Case._default
The default refinement.
|
Modifier and Type | Method and Description |
---|---|
Refinement |
Case.getCurrentRefinement()
Return the current refinement, or null if prefire() has not
yet been invoked.
|
Refinement |
Case.newRefinement(java.lang.String name)
Create a new refinement with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static void |
MultiCompositeActor.mirrorContainerPortsInRefinement(Refinement refinement,
java.util.Set<Port> portsToMirror)
Mirror a set of container ports in the refinement.
|