Uses of Interface
com.intergral.deep.agent.api.plugin.IEvaluator
-
Packages that use IEvaluator Package Description com.intergral.deep.agent.api.plugin -
-
Uses of IEvaluator in com.intergral.deep.agent.api.plugin
Classes in com.intergral.deep.agent.api.plugin that implement IEvaluator Modifier and Type Class Description class
AbstractEvaluator
This allows for common handling for object to boolean expressions.class
LazyEvaluator
This type allows the evaluator to be loaded only if it is needed.Methods in com.intergral.deep.agent.api.plugin that return IEvaluator Modifier and Type Method Description IEvaluator
LazyEvaluator.IEvaluatorLoader. load()
Load the evaluator.
-