Exemplo n.º 1
0
 /**
  *
  * <!-- step -->
  *
  * @see uk.ac.hutton.obiama.action.AbstractCreator#step(java.net.URI,
  *     uk.ac.hutton.obiama.msb.Instance)
  * @param actor Agent nominally responsible for creating this creation
  * @param creation Instance being created
  * @throws IntegrationInconsistencyException
  */
 protected void step(URI actor, Instance creation) throws IntegrationInconsistencyException {
   buildSpace(
       creation,
       xCells.getIntParameter(),
       yCells.getIntParameter(),
       wrapX.getBooleanParameter(),
       wrapY.getBooleanParameter());
 }