Package ptolemy.caltrop.ddi.util

Examples of ptolemy.caltrop.ddi.util.DataflowWithRatesActorInterpreter


     */
    public DataflowWithRates(TypedAtomicActor ptActor, Actor actor,
            Context context, Environment env) {
        super(ptActor, actor, context, env);
        _eval = new ExprEvaluator(_context, _env);
        _actorInterpreter = new DataflowWithRatesActorInterpreter(_actor,
                _context, _env, _inputPorts, _outputPorts);
    }
View Full Code Here

TOP

Related Classes of ptolemy.caltrop.ddi.util.DataflowWithRatesActorInterpreter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.