Package ptolemy.codegen.kernel

Examples of ptolemy.codegen.kernel.Director.generateModeTransitionCode()


     */
    public void generateModeTransitionCode(StringBuffer code)
            throws IllegalActionException {
        Director directorHelper = (Director) _getHelper(((ptolemy.actor.CompositeActor) getComponent())
                .getDirector());
        directorHelper.generateModeTransitionCode(code);
    }

    /** Generate the postfire code of the associated composite
     *  actor. It returns the result of generatePostfireCode() method
     *  of the local director helper.
View Full Code Here


     */
    public void generateModeTransitionCode(StringBuffer code)
            throws IllegalActionException {
        Director directorHelper = (Director) _getHelper(((ptolemy.actor.CompositeActor) getComponent())
                .getDirector());
        directorHelper.generateModeTransitionCode(code);
    }

    /** Generate the postfire code of the associated composite
     *  actor. It returns the result of generatePostfireCode() method
     *  of the local director helper.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.