Package ptolemy.caltrop.ddi
Class SDFFactory
- java.lang.Object
-
- ptolemy.caltrop.ddi.SDFFactory
-
- All Implemented Interfaces:
DDIFactory
public class SDFFactory extends java.lang.Object implements DDIFactory
A factory that createsSDF
s.- Since:
- Ptolemy II 4.0
- Version:
- $Id$
- Author:
- Christopher Chang
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Constructor Summary
Constructors Constructor Description SDFFactory()
Create an SDFFactory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DDI
create(TypedAtomicActor ptActor, caltrop.interpreter.ast.Actor actor, caltrop.interpreter.Context context, caltrop.interpreter.environment.Environment env)
Create an SDF
-
-
-
Method Detail
-
create
public DDI create(TypedAtomicActor ptActor, caltrop.interpreter.ast.Actor actor, caltrop.interpreter.Context context, caltrop.interpreter.environment.Environment env)
Create an SDF- Specified by:
create
in interfaceDDIFactory
- Parameters:
ptActor
- The instance ofptolemy.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.- Returns:
- A DDI for this domain.
-
-