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. 
 

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.
 



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