Package com.epochx.representation.action

Class Summary
IfFoodAheadFunction A FunctionNode which represents the conditional if-then-else statement typically used in the artificial ant domain.
Seq2Function A FunctionNode which provides the facility to sequence two instructions - which may be other functions or terminal nodes with actions.
Seq3Function A FunctionNode which provides the facility to sequence three instructions - which may be other functions or terminal nodes with actions.