Package com.esterel.scade.api

Examples of com.esterel.scade.api.ScadeFactory.createOperator()


    Package1.setName("Package1");
   
    mainModel.getPackage().add(Package1);
    resourcePackage1.getContents().add(Package1);
   
    com.esterel.scade.api.Operator Operator1 = theScadeFactory.createOperator();
    Operator1.setName("Operator1");
    Operator1.setKind(OperatorKind.NODE_LITERAL);
    Package1.getDeclaration().add(Operator1);
   
    com.esterel.scade.api.Variable Operator1_Input1 = theScadeFactory.createVariable();
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.