Uses of Class
org.evrete.api.FactBuilder
-
Packages that use 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)'import static' this method for brevity of fact declarations.static FactBuilderFactBuilder. fact(String name, String type)'import static' this method for brevity of fact declarations.Methods in org.evrete.api with parameters of type FactBuilder Modifier and Type Method Description default TLhsFactSelector. forEach(FactBuilder... facts)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 that declares LHS types.
-