public class AutoIn
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
filter
An filter evaluation to be made on the method reply, typically a query
|
org.ai_heuristic.eval.Condition |
function
An additional function that the filtered result can match with.
|
java.util.HashMap<java.lang.String,java.lang.String> |
input
The input variable mappings for the evaluator method.
|
java.lang.Object |
method
The method that the evaluator uses to produce some result.
|
java.lang.Object |
output
The method result
|
Constructor and Description |
---|
AutoIn()
Create a new instance of AutoIn.
|
public java.lang.Object method
public java.util.HashMap<java.lang.String,java.lang.String> input
public java.lang.Object output
public java.lang.Object filter
public org.ai_heuristic.eval.Condition function
true
, or a not null
result.