Uses of Interface
org.drools.core.facttemplates.FieldTemplate
-
Packages that use FieldTemplate Package Description org.drools.core.facttemplates -
-
Uses of FieldTemplate in org.drools.core.facttemplates
Classes in org.drools.core.facttemplates that implement FieldTemplate Modifier and Type Class Description classFieldTemplateImplMethods in org.drools.core.facttemplates that return FieldTemplate Modifier and Type Method Description FieldTemplate[]FactTemplate. getAllFieldTemplates()Return an array of all the slots.FieldTemplate[]FactTemplateImpl. getAllFieldTemplates()Return all the slotsFieldTemplateFactTemplate. getFieldTemplate(int index)Get the Slot at the given pattern idFieldTemplateFactTemplate. getFieldTemplate(String name)Return the slot with the String nameFieldTemplateFactTemplateImpl. getFieldTemplate(int index)get the Slot at the given pattern idFieldTemplateFactTemplateImpl. getFieldTemplate(String name)A convienance method for finding the slot matching the String name.Constructors in org.drools.core.facttemplates with parameters of type FieldTemplate Constructor Description FactTemplateImpl(InternalKnowledgePackage pkg, String name, FieldTemplate... fields)
-