Uses of Interface
org.drools.core.facttemplates.Fact
-
Packages that use Fact Package Description org.drools.core.facttemplates -
-
Uses of Fact in org.drools.core.facttemplates
Classes in org.drools.core.facttemplates that implement Fact Modifier and Type Class Description classFactImplMethods in org.drools.core.facttemplates that return Fact Modifier and Type Method Description FactFactTemplate. createFact(long id)FactFactTemplateImpl. createFact(long id)Method takes a list of Slots and creates a deffact from it.Methods in org.drools.core.facttemplates with parameters of type Fact Modifier and Type Method Description protected voidFactImpl. resetId(Fact fact)this is used to reset the id, in the event an user tries to assert the same fact again, we reset the id to the existing one.
-