Package AGEval

Examples of AGEval.IFace


//////
    AGEval.Class TopBox = g.classTable.get("TopBox");
    AGEval.Class VBox = g.classTable.get("VBox");
    AGEval.Class LeafBox = g.classTable.get("LeafBox");
   
    IFace Node = g.interfaceTable.get("Node");
   
//////   

  // External Input to Grammar ---------------------------------------------------------------------------
        AleSimulatorNode AleTop = new AleSimulatorNode(TopBox);
View Full Code Here

TOP

Related Classes of AGEval.IFace

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.