Uses of Interface
org.drools.base.facttemplates.FieldTemplate
-
Packages that use FieldTemplate Package Description org.drools.base.facttemplates -
-
Uses of FieldTemplate in org.drools.base.facttemplates
Classes in org.drools.base.facttemplates that implement FieldTemplate Modifier and Type Class Description classFieldTemplateImplMethods in org.drools.base.facttemplates that return FieldTemplate Modifier and Type Method Description FieldTemplateFactTemplate. getFieldTemplate(java.lang.String name)Return the slot with the String nameFieldTemplateFactTemplateImpl. getFieldTemplate(java.lang.String name)A convienance method for finding the slot matching the String name.Constructors in org.drools.base.facttemplates with parameters of type FieldTemplate Constructor Description FactTemplateImpl(InternalKnowledgePackage pkg, java.lang.String name, FieldTemplate... fields)
-