public class DDFFactory extends java.lang.Object implements DDIFactory
DDFs.| Red (cxh) |
| Red (cxh) |
| Constructor and Description |
|---|
DDFFactory()
Create an DDFFactory.
|
| Modifier and Type | Method and Description |
|---|---|
DDI |
create(TypedAtomicActor ptActor,
caltrop.interpreter.ast.Actor actor,
caltrop.interpreter.Context context,
caltrop.interpreter.environment.Environment env)
Create an DDF
|
public DDI create(TypedAtomicActor ptActor, caltrop.interpreter.ast.Actor actor, caltrop.interpreter.Context context, caltrop.interpreter.environment.Environment env)
create in interface DDIFactoryptActor - The instance of ptolemy.actor.Actor that the plugin will be associated with.actor - The abstract syntax tree of the CAL source.context - The context that the plugin will use.env - The environment that the plugin will use.