public interface Valuator
Modifier and Type | Method and Description |
---|---|
boolean |
evalBool(IndexValues iv)
Answer the evaluated value as a primitive boolean
|
Object |
evalObject(IndexValues iv)
Answer the evaluated value
|
boolean evalBool(IndexValues iv)
iv
- the mapping from variable (indexes) to valuesObject evalObject(IndexValues iv)
iv
- the mapping from variable (indexes) to valuesLicenced under the Apache License, Version 2.0