Package cl.alejo.jcsim.csim.gates

Examples of cl.alejo.jcsim.csim.gates.ParamTreeState


    ParamAssocGate paramAssocAnd4 = new ParamAssocGate(1, 4, behaviorAnd);
    ParamAssocGate paramAssocOr2 = new ParamAssocGate(1, 2, behaviorOr);
    ParamAssocGate paramAssocOr3 = new ParamAssocGate(1, 3, behaviorOr);
    ParamAssocGate paramAssocOr4 = new ParamAssocGate(1, 4, behaviorOr);
    ParamNot paramNot = new ParamNot(1);
    ParamTreeState paramTreeState = new ParamTreeState(1);
    ParamSwitch paramSwitch = new ParamSwitch();
    ParamLabel paramLabel = new ParamLabel();
    ParamSegmentDisplay paramDisp = new ParamSegmentDisplay(0);

    // Llenamos los descriptores

    descNot = new NotDescriptor((ParamNot) paramNot.clone());
    descTreeState = new TreeStateDescriptor((ParamTreeState) paramTreeState.clone());
    descFFData = new FFDataDescriptor((ParamFFData) paramFFData.clone());
    descDiagram = new TimeDiagramDescriptor();
    descTemplate = new TemplateGateDescriptor();
    descLabel = new LabelDescriptor(paramLabel);
View Full Code Here

TOP

Related Classes of cl.alejo.jcsim.csim.gates.ParamTreeState

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.