Package com.rpl.agentorama.ops
package com.rpl.agentorama.ops
-
InterfacesClassDescriptionBase interface for custom function implementations with no return.Interface for custom function implementations of zero argumentsInterface for custom function implementations of one argumentRamaVoidFunction2<T0,
T1> Interface for custom function implementations of two argumentsRamaVoidFunction3<T0,T1, T2> Interface for custom function implementations of three argumentsRamaVoidFunction4<T0,T1, T2, T3> Interface for custom function implementations of four argumentsRamaVoidFunction5<T0,T1, T2, T3, T4> Interface for custom function implementations of five argumentsRamaVoidFunction6<T0,T1, T2, T3, T4, T5> Interface for custom function implementations of six argumentsRamaVoidFunction7<T0,T1, T2, T3, T4, T5, T6> Interface for custom function implementations of seven argumentsRamaVoidFunction8<T0,T1, T2, T3, T4, T5, T6, T7> Interface for custom function implementations of eight arguments