Uses of Class
org.evrete.api.FactBuilder
| Package | Description |
|---|---|
| org.evrete.api |
-
Uses of FactBuilder in org.evrete.api
Methods in org.evrete.api that return FactBuilder Modifier and Type Method Description static FactBuilderFactBuilder. fact(String name, Class<?> type)static FactBuilderFactBuilder. fact(String name, String type)Methods in org.evrete.api with parameters of type FactBuilder Modifier and Type Method Description default TLhsFactSelector. forEach(FactBuilder... facts)TExistsFactSelector. having(FactBuilder... facts)The main method which associates the implementation with a list fact type builders.Method parameters in org.evrete.api with type arguments of type FactBuilder Modifier and Type Method Description TLhsFactSelector. forEach(Collection<FactBuilder> facts)The main method which associates the implementation with a list fact type builders.