Uses of Class
org.jeasy.rules.api.Fact
-
Packages that use Fact Package Description org.jeasy.rules.api This package contains Easy Rules public API. -
-
Uses of Fact in org.jeasy.rules.api
Methods in org.jeasy.rules.api that return Fact Modifier and Type Method Description Fact<?>
Facts. getFact(String factName)
Get a fact by name.Methods in org.jeasy.rules.api that return types with arguments of type Fact Modifier and Type Method Description Iterator<Fact<?>>
Facts. iterator()
Return an iterator on the set of facts.Methods in org.jeasy.rules.api with parameters of type Fact Modifier and Type Method Description <T> void
Facts. add(Fact<T> fact)
Add a fact, replacing any fact with the same name.<T> void
Facts. remove(Fact<T> fact)
Remove a fact.
-