org.metaabm.gen.test
Class BasicModel

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.metaabm.gen.test.BasicModel
All Implemented Interfaces:
junit.framework.Test, IBasicModel

public class BasicModel
extends junit.framework.TestCase
implements IBasicModel

Basic Model Java Implementation. Generated by metaabm system: Apr 13, 2008 6:08:18 PM EDT in project: org.metaabm.gen.test (testing)


Constructor Summary
BasicModel()
          Constructs a new Basic Model.
 
Method Summary
 void assertFake()
          .
 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()
          .
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicModel

public BasicModel()
Constructs a new Basic Model.

Method Detail

testFake

public void testFake()
.

Specified by:
testFake in interface IBasicModel

assertFake

public void assertFake()
.


isSomeFlag

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

Specified by:
isSomeFlag in interface IBasicModel
Returns:

setSomeFlag

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

Specified by:
setSomeFlag in interface IBasicModel
Parameters:
_someFlag - the new Some Flag value

getGeneratedMemberAgentCount

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

Specified by:
getGeneratedMemberAgentCount in interface IBasicModel
Returns:
The number of generated member agents to create.

setGeneratedMemberAgentCount

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

Specified by:
setGeneratedMemberAgentCount in interface IBasicModel
Parameters:
_generatedMemberAgentCount - the new Generated Member Agent Count value

getSomeInteger

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

Specified by:
getSomeInteger in interface IBasicModel
Returns:

setSomeInteger

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

Specified by:
setSomeInteger in interface IBasicModel
Parameters:
_someInteger - the new Some Integer value

getSomeFloat

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

Specified by:
getSomeFloat in interface IBasicModel
Returns:

setSomeFloat

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

Specified by:
setSomeFloat in interface IBasicModel
Parameters:
_someFloat - the new Some Float value

getOperationsAgentCount

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

Specified by:
getOperationsAgentCount in interface IBasicModel
Returns:
The number of operations agents to create.

setOperationsAgentCount

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

Specified by:
setOperationsAgentCount in interface IBasicModel
Parameters:
_operationsAgentCount - the new Operations Agent Count value

getStateAgentCount

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

Specified by:
getStateAgentCount in interface IBasicModel
Returns:
The number of state agents to create.

setStateAgentCount

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

Specified by:
setStateAgentCount in interface IBasicModel
Parameters:
_stateAgentCount - the new State Agent Count value

getMethodsAgentCount

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

Specified by:
getMethodsAgentCount in interface IBasicModel
Returns:
The number of methods agents to create.

setMethodsAgentCount

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

Specified by:
setMethodsAgentCount in interface IBasicModel
Parameters:
_methodsAgentCount - the new Methods Agent Count value