org.metaabm.gen.test
Interface IBasicModel

All Known Implementing Classes:
BasicModel

public interface IBasicModel

Basic Model Java Implementation. Generated by metaabm system: Apr 1, 2008 5:41:24 PM MDT in project: org.metaabm.gen.test (testing)


Method Summary
 int getGeneratedMemberAgentCount()
          Gets the Generated Member Agent Count property for Basic Model.
 int getMethodsAgentCount()
          Gets the Methods Agent Count property for Basic Model.
 int getOperationsAgentCount()
          Gets the Operations Agent Count property for Basic Model.
 double getSomeFloat()
          Gets the Some Float property for Basic Model.
 int getSomeInteger()
          Gets the Some Integer property for Basic Model.
 int getStateAgentCount()
          Gets the State Agent Count property for Basic Model.
 boolean isSomeFlag()
          Gets the Some Flag property for Basic Model.
 void setGeneratedMemberAgentCount(int _generatedMemberAgentCount)
          Sets the Generated Member Agent Count property for Basic Model.
 void setMethodsAgentCount(int _methodsAgentCount)
          Sets the Methods Agent Count property for Basic Model.
 void setOperationsAgentCount(int _operationsAgentCount)
          Sets the Operations Agent Count property for Basic Model.
 void setSomeFlag(boolean _someFlag)
          Sets the Some Flag property for Basic Model.
 void setSomeFloat(double _someFloat)
          Sets the Some Float property for Basic Model.
 void setSomeInteger(int _someInteger)
          Sets the Some Integer property for Basic Model.
 void setStateAgentCount(int _stateAgentCount)
          Sets the State Agent Count property for Basic Model.
 void testFake()
          .
 

Method Detail

testFake

void testFake()
.


isSomeFlag

boolean isSomeFlag()
Gets the Some Flag property for Basic Model.

Returns:

setSomeFlag

void setSomeFlag(boolean _someFlag)
Sets the Some Flag property for Basic Model.

Parameters:
_someFlag - the new Some Flag value

getGeneratedMemberAgentCount

int getGeneratedMemberAgentCount()
Gets the Generated Member Agent Count property for Basic Model.

Returns:
The number of generated member agents to create.

setGeneratedMemberAgentCount

void setGeneratedMemberAgentCount(int _generatedMemberAgentCount)
Sets the Generated Member Agent Count property for Basic Model. The number of generated member agents to create.

Parameters:
_generatedMemberAgentCount - the new Generated Member Agent Count value

getSomeInteger

int getSomeInteger()
Gets the Some Integer property for Basic Model.

Returns:

setSomeInteger

void setSomeInteger(int _someInteger)
Sets the Some Integer property for Basic Model.

Parameters:
_someInteger - the new Some Integer value

getSomeFloat

double getSomeFloat()
Gets the Some Float property for Basic Model.

Returns:

setSomeFloat

void setSomeFloat(double _someFloat)
Sets the Some Float property for Basic Model.

Parameters:
_someFloat - the new Some Float value

getOperationsAgentCount

int getOperationsAgentCount()
Gets the Operations Agent Count property for Basic Model.

Returns:
The number of operations agents to create.

setOperationsAgentCount

void setOperationsAgentCount(int _operationsAgentCount)
Sets the Operations Agent Count property for Basic Model. The number of operations agents to create.

Parameters:
_operationsAgentCount - the new Operations Agent Count value

getStateAgentCount

int getStateAgentCount()
Gets the State Agent Count property for Basic Model.

Returns:
The number of state agents to create.

setStateAgentCount

void setStateAgentCount(int _stateAgentCount)
Sets the State Agent Count property for Basic Model. The number of state agents to create.

Parameters:
_stateAgentCount - the new State Agent Count value

getMethodsAgentCount

int getMethodsAgentCount()
Gets the Methods Agent Count property for Basic Model.

Returns:
The number of methods agents to create.

setMethodsAgentCount

void setMethodsAgentCount(int _methodsAgentCount)
Sets the Methods Agent Count property for Basic Model. The number of methods agents to create.

Parameters:
_methodsAgentCount - the new Methods Agent Count value