Uses of Interface
org.drools.definition.type.FactType

Packages that use FactType
org.drools The KnowledgeBase and its factory. 
org.drools.definition All classes to create definitions, as built by the KnowledgeBuilder from artifact resources, can be found here. 
org.jbpm.process   
 

Uses of FactType in org.drools
 

Methods in org.drools that return FactType
 FactType KnowledgeBase.getFactType(String packageName, String typeName)
          Returns the FactType identified by the given package and type names.
 

Uses of FactType in org.drools.definition
 

Methods in org.drools.definition that return types with arguments of type FactType
 Collection<FactType> KnowledgePackage.getFactTypes()
          Return the fact types declared in this package The collection is immutable.
 

Uses of FactType in org.jbpm.process
 

Methods in org.jbpm.process that return FactType
 FactType ProcessBaseImpl.getFactType(String packageName, String typeName)
           
 

Methods in org.jbpm.process that return types with arguments of type FactType
 Collection<FactType> ProcessPackage.getFactTypes()
           
 



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