Uses of Interface
org.drools.facttemplates.FieldTemplate

Packages that use FieldTemplate
org.drools.facttemplates   
 

Uses of FieldTemplate in org.drools.facttemplates
 

Classes in org.drools.facttemplates that implement FieldTemplate
 class FieldTemplateImpl
           
 

Methods in org.drools.facttemplates that return FieldTemplate
 FieldTemplate[] FactTemplateImpl.getAllFieldTemplates()
          Return all the slots
 FieldTemplate[] FactTemplate.getAllFieldTemplates()
          Return an array of all the slots.
 FieldTemplate FactTemplateImpl.getFieldTemplate(int index)
          get the Slot at the given pattern id
 FieldTemplate FactTemplate.getFieldTemplate(int index)
          Get the Slot at the given pattern id
 FieldTemplate FactTemplateImpl.getFieldTemplate(String name)
          A convienance method for finding the slot matching the String name.
 FieldTemplate FactTemplate.getFieldTemplate(String name)
          Return the slot with the String name
 

Constructors in org.drools.facttemplates with parameters of type FieldTemplate
FactTemplateImpl(Package pkg, String name, FieldTemplate[] fields)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.