站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Interface org.drools.facttemplates.FieldTemplate (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


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-2007 JBoss Inc.. All Rights Reserved.