public class SDFFactory extends java.lang.Object implements DDIFactory
SDF
s.Constructor and Description |
---|
SDFFactory()
Create an SDFFactory.
|
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 SDF
|
public DDI create(TypedAtomicActor ptActor, caltrop.interpreter.ast.Actor actor, caltrop.interpreter.Context context, caltrop.interpreter.environment.Environment env)
create
in interface DDIFactory
ptActor
- 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.