Package org.evrete.api
Interface RuntimeFact
- All Superinterfaces:
FieldToValue,Function<ActiveField,Object>
public interface RuntimeFact extends FieldToValue
-
Method Summary
Modifier and Type Method Description boolean[]getAlphaTests()<T> TgetDelegate()default <T> TgetValue(int i)Object[]getValues()booleanisDeleted()
-
Method Details
-
getDelegate
<T> T getDelegate() -
getValues
Object[] getValues() -
isDeleted
boolean isDeleted() -
getAlphaTests
boolean[] getAlphaTests() -
getValue
default <T> T getValue(int i)
-