Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

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

Packages that use FactField
org.drools.definition.type   
org.drools.impl.adapters   
 

Uses of FactField in org.drools.definition.type
 

Methods in org.drools.definition.type that return FactField
 FactField FactType.getField(String name)
          Returns the FactField identified by the given name.
 

Methods in org.drools.definition.type that return types with arguments of type FactField
 List<FactField> FactType.getFields()
          Returns the list of FactField in this FactType
 

Uses of FactField in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement FactField
 class FactFieldAdapter
           
 

Methods in org.drools.impl.adapters that return FactField
 FactField FactTypeAdapter.getField(String name)
           
 

Methods in org.drools.impl.adapters that return types with arguments of type FactField
static List<FactField> FactFieldAdapter.adaptFactFields(Collection<org.kie.api.definition.type.FactField> factFields)
           
 List<FactField> FactTypeAdapter.getFields()
           
 


Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

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