blob: 617b92fab3da7697b99447c86ec3bdb86be6398c [file] [log] [blame]
package org.metaabm.gen.test;
/**
* Basic Cell Java Implementation. Generated by metaabm system: Apr 13, 2008
* 3:03:48 PM EDT in project: org.metaabm.gen.repast.test (testing)
*/
public interface IBasicCell {
/**
* Gets the Goal property for Basic Cell.
*
* @return
*/
public boolean isGoal();
/**
* Sets the Goal property for Basic Cell.
*
* @param _goal the new Goal value
*/
public void setGoal(boolean _goal);
/**
* Gets the Goal 2 property for Basic Cell.
*
* @return
*/
public boolean isGoal2();
/**
* Sets the Goal 2 property for Basic Cell.
*
* @param _goal2 the new Goal 2 value
*/
public void setGoal2(boolean _goal2);
/**
* Gets the Goal 3 property for Basic Cell.
*
* @return
*/
public boolean isGoal3();
/**
* Sets the Goal 3 property for Basic Cell.
*
* @param _goal3 the new Goal 3 value
*/
public void setGoal3(boolean _goal3);
}