public abstract class Evaluator
extends java.lang.Object
Invocation
Constructor and Description |
---|
Evaluator() |
Modifier and Type | Method and Description |
---|---|
abstract void |
evaluate(Invocation invocation)
Evaluate the given invocation.
|
public abstract void evaluate(Invocation invocation) throws java.lang.Throwable
invocation
- invocation to evaluatejava.lang.Throwable