org.metaabm.gen.test
Interface IOperationsAgent

All Known Implementing Classes:
OperationsAgent

public interface IOperationsAgent

Operations Agent Java Implementation. Generated by metaabm system: Apr 1, 2008 5:51:48 PM MDT in project: org.metaabm.gen.ascape.test (testing)


Method Summary
 int getComplexResultValue()
          Gets the Complex Result Value property for Operations Agent.
 int getConstant3()
          Gets the Constant3 property for Operations Agent.
 int getCountChanges()
          Gets the Count Changes property for Operations Agent.
 double getFloat12()
          Gets the Float 12 property for Operations Agent.
 double getFloat1p8()
          Gets the Float 1p8 property for Operations Agent.
 double getFloat20()
          Gets the Float 20 property for Operations Agent.
 double getFloatResult1()
          Gets the Float Result 1 property for Operations Agent.
 int getInt1()
          Gets the Int 1 property for Operations Agent.
 int getInt10()
          Gets the Int 10 property for Operations Agent.
 int getInt2()
          Gets the Int 2 property for Operations Agent.
 int getInt3()
          Gets the Int 3 property for Operations Agent.
 int getInt4()
          Gets the Int 4 property for Operations Agent.
 int getTemp1()
          Gets the Temp 1 property for Operations Agent.
 boolean isBoolean1()
          Gets the Boolean 1 property for Operations Agent.
 boolean isBoolean2()
          Gets the Boolean 2 property for Operations Agent.
 boolean isComplexResultCorrect()
          Gets the Complex Result Correct property for Operations Agent.
 boolean isResultBoolean()
          Gets the Result Boolean property for Operations Agent.
 void setBoolean1(boolean _boolean1)
          Sets the Boolean 1 property for Operations Agent.
 void setBoolean2(boolean _boolean2)
          Sets the Boolean 2 property for Operations Agent.
 void setComplexResultCorrect(boolean _complexResultCorrect)
          Sets the Complex Result Correct property for Operations Agent.
 void setComplexResultValue(int _complexResultValue)
          Sets the Complex Result Value property for Operations Agent.
 void setConstant3(int _constant3)
          Sets the Constant3 property for Operations Agent.
 void setCountChanges(int _countChanges)
          Sets the Count Changes property for Operations Agent.
 void setFloat12(double _float12)
          Sets the Float 12 property for Operations Agent.
 void setFloat1p8(double _float1p8)
          Sets the Float 1p8 property for Operations Agent.
 void setFloat20(double _float20)
          Sets the Float 20 property for Operations Agent.
 void setFloatResult1(double _floatResult1)
          Sets the Float Result 1 property for Operations Agent.
 void setInt1(int _int1)
          Sets the Int 1 property for Operations Agent.
 void setInt10(int _int10)
          Sets the Int 10 property for Operations Agent.
 void setInt2(int _int2)
          Sets the Int 2 property for Operations Agent.
 void setInt3(int _int3)
          Sets the Int 3 property for Operations Agent.
 void setInt4(int _int4)
          Sets the Int 4 property for Operations Agent.
 void setResultBoolean(boolean _resultBoolean)
          Sets the Result Boolean property for Operations Agent.
 void setTemp1(int _temp1)
          Sets the Temp 1 property for Operations Agent.
 void testComplexConjunction()
          .
 void testComplexMath()
          .
 void testExclusiveConjunctions()
          .
 void testIdentity()
          .
 void testLiterals()
          .
 void testMultiplePaths()
          .
 void testNegate()
          .
 void testNegateComplex()
          .
 void testNegateMultipleTargets()
          .
 void testNegateOr()
          .
 void testNegateSameTarget()
          .
 void testNestedCondition()
          .
 void testSimpleCondition()
          .
 void testSimpleConjunction()
          .
 void testSimpleMath()
          .
 void testSimpleOR()
          .
 

Method Detail

testSimpleCondition

void testSimpleCondition()
.


testSimpleConjunction

void testSimpleConjunction()
.


testSimpleMath

void testSimpleMath()
.


testComplexMath

void testComplexMath()
.


testSimpleOR

void testSimpleOR()
.


testLiterals

void testLiterals()
.


testNegate

void testNegate()
.


testIdentity

void testIdentity()
.


testNegateComplex

void testNegateComplex()
.


testComplexConjunction

void testComplexConjunction()
.


testExclusiveConjunctions

void testExclusiveConjunctions()
.


testMultiplePaths

void testMultiplePaths()
.


testNegateSameTarget

void testNegateSameTarget()
.


testNegateMultipleTargets

void testNegateMultipleTargets()
.


testNegateOr

void testNegateOr()
.


testNestedCondition

void testNestedCondition()
.


getFloat12

double getFloat12()
Gets the Float 12 property for Operations Agent.

Returns:

setFloat12

void setFloat12(double _float12)
Sets the Float 12 property for Operations Agent.

Parameters:
_float12 - the new Float 12 value

getFloat20

double getFloat20()
Gets the Float 20 property for Operations Agent.

Returns:

setFloat20

void setFloat20(double _float20)
Sets the Float 20 property for Operations Agent.

Parameters:
_float20 - the new Float 20 value

getFloat1p8

double getFloat1p8()
Gets the Float 1p8 property for Operations Agent.

Returns:

setFloat1p8

void setFloat1p8(double _float1p8)
Sets the Float 1p8 property for Operations Agent.

Parameters:
_float1p8 - the new Float 1p8 value

isResultBoolean

boolean isResultBoolean()
Gets the Result Boolean property for Operations Agent.

Returns:

setResultBoolean

void setResultBoolean(boolean _resultBoolean)
Sets the Result Boolean property for Operations Agent.

Parameters:
_resultBoolean - the new Result Boolean value

getFloatResult1

double getFloatResult1()
Gets the Float Result 1 property for Operations Agent.

Returns:

setFloatResult1

void setFloatResult1(double _floatResult1)
Sets the Float Result 1 property for Operations Agent.

Parameters:
_floatResult1 - the new Float Result 1 value

isComplexResultCorrect

boolean isComplexResultCorrect()
Gets the Complex Result Correct property for Operations Agent.

Returns:

setComplexResultCorrect

void setComplexResultCorrect(boolean _complexResultCorrect)
Sets the Complex Result Correct property for Operations Agent.

Parameters:
_complexResultCorrect - the new Complex Result Correct value

getComplexResultValue

int getComplexResultValue()
Gets the Complex Result Value property for Operations Agent.

Returns:

setComplexResultValue

void setComplexResultValue(int _complexResultValue)
Sets the Complex Result Value property for Operations Agent.

Parameters:
_complexResultValue - the new Complex Result Value value

getConstant3

int getConstant3()
Gets the Constant3 property for Operations Agent.

Returns:

setConstant3

void setConstant3(int _constant3)
Sets the Constant3 property for Operations Agent.

Parameters:
_constant3 - the new Constant3 value

getCountChanges

int getCountChanges()
Gets the Count Changes property for Operations Agent.

Returns:

setCountChanges

void setCountChanges(int _countChanges)
Sets the Count Changes property for Operations Agent.

Parameters:
_countChanges - the new Count Changes value

getTemp1

int getTemp1()
Gets the Temp 1 property for Operations Agent.

Returns:

setTemp1

void setTemp1(int _temp1)
Sets the Temp 1 property for Operations Agent.

Parameters:
_temp1 - the new Temp 1 value

getInt1

int getInt1()
Gets the Int 1 property for Operations Agent.

Returns:

setInt1

void setInt1(int _int1)
Sets the Int 1 property for Operations Agent.

Parameters:
_int1 - the new Int 1 value

getInt2

int getInt2()
Gets the Int 2 property for Operations Agent.

Returns:

setInt2

void setInt2(int _int2)
Sets the Int 2 property for Operations Agent.

Parameters:
_int2 - the new Int 2 value

getInt3

int getInt3()
Gets the Int 3 property for Operations Agent.

Returns:

setInt3

void setInt3(int _int3)
Sets the Int 3 property for Operations Agent.

Parameters:
_int3 - the new Int 3 value

getInt4

int getInt4()
Gets the Int 4 property for Operations Agent.

Returns:

setInt4

void setInt4(int _int4)
Sets the Int 4 property for Operations Agent.

Parameters:
_int4 - the new Int 4 value

getInt10

int getInt10()
Gets the Int 10 property for Operations Agent.

Returns:

setInt10

void setInt10(int _int10)
Sets the Int 10 property for Operations Agent.

Parameters:
_int10 - the new Int 10 value

isBoolean1

boolean isBoolean1()
Gets the Boolean 1 property for Operations Agent.

Returns:

setBoolean1

void setBoolean1(boolean _boolean1)
Sets the Boolean 1 property for Operations Agent.

Parameters:
_boolean1 - the new Boolean 1 value

isBoolean2

boolean isBoolean2()
Gets the Boolean 2 property for Operations Agent.

Returns:

setBoolean2

void setBoolean2(boolean _boolean2)
Sets the Boolean 2 property for Operations Agent.

Parameters:
_boolean2 - the new Boolean 2 value