Knowledge API Legacy5 Adapter 6.0.0.Beta3

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.drools.impl.adapters   
 

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.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement FactType
 class FactTypeAdapter
           
 

Methods in org.drools.impl.adapters that return FactType
 FactType KnowledgeBaseAdapter.getFactType(String packageName, String typeName)
           
 

Methods in org.drools.impl.adapters that return types with arguments of type FactType
static List<FactType> FactTypeAdapter.adaptFactTypes(Collection<org.kie.api.definition.type.FactType> factTypes)
           
 Collection<FactType> KnowledgePackageAdapter.getFactTypes()
           
 


Knowledge API Legacy5 Adapter 6.0.0.Beta3

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