Package caltrop.interpreter.environment

Examples of caltrop.interpreter.environment.CacheEnvironment


     * variable values.
     */
    public void preinitialize() throws IllegalActionException {
        super.preinitialize();

        Environment env = new HashEnvironment(new CacheEnvironment(_env,
                _theContext), _theContext);

        try {
            _bindActorParameters(env);
            _initializeStateVariables(env);
View Full Code Here

TOP

Related Classes of caltrop.interpreter.environment.CacheEnvironment

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.