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

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


Uses of Interface
org.drools.facttemplates.Fact

Packages that use Fact
org.drools.facttemplates   
 

Uses of Fact in org.drools.facttemplates
 

Classes in org.drools.facttemplates that implement Fact
 class FactImpl
           
 

Methods in org.drools.facttemplates that return Fact
 Fact FactTemplateImpl.createFact(long id)
          Method takes a list of Slots and creates a deffact from it.
 Fact FactTemplate.createFact(long id)
           
 

Methods in org.drools.facttemplates with parameters of type Fact
protected  void FactImpl.resetId(Fact fact)
          this is used to reset the id, in the event an user tries to assert the same fact again, we reset the id to the existing one.
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.