blob: 2c88a388379b61411cac5460ed4ffaf1bd26a80c [file] [log] [blame]
package org.metaabm.gen.test;
/**
* State Agent Java Implementation. Generated by metaabm system: Apr 13, 2008
* 3:03:46 PM EDT in project: org.metaabm.gen.repast.test (testing)
*/
public interface IStateAgent {
/**
* .
*/
public void testSetStateToYellow();
/**
* Gets the Primary Color property for State Agent.
*
* @return
*/
public PrimaryColorEnum getPrimaryColor();
/**
* Sets the Primary Color property for State Agent.
*
* @param _primaryColor the new Primary Color value
*/
public void setPrimaryColor(PrimaryColorEnum _primaryColor);
}