Package org.jamesii.model.carules.grid.plugintype

Examples of org.jamesii.model.carules.grid.plugintype.BaseGridFactory.create()


    block = new ParameterBlock();
    block.addSubBlock(BaseGridFactory.SIZE, size);
    block.addSubBlock(BaseGridFactory.DEFAULTSTATE, defaultState);
    block.addSubBlock(BaseGridFactory.NUMBER_OF_STATES, numberOfStates);

    return factory.create(block, SimSystem.getRegistry().createContext());
  }

  /**
   * Creates a grid for the specified parameters.
   *
 
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.