KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.definition.type.FactType

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

Uses of FactType in org.kie.api
 

Methods in org.kie.api that return FactType
 FactType KieBase.getFactType(String packageName, String typeName)
          Returns a reference to the FactType identified by the given package and type names.
 

Uses of FactType in org.kie.api.definition
 

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


KIE API 6.1.0.Beta2

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