Uses of Interface
org.drools.core.rule.FactField
-
Packages that use FactField Package Description org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of FactField in org.drools.core.rule
Methods in org.drools.core.rule that return FactField Modifier and Type Method Description FactFieldFactType. getField(String name)Methods in org.drools.core.rule that return types with arguments of type FactField Modifier and Type Method Description List<FactField>FactType. getFields()
-