Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

Uses of Class
org.drools.builder.DecisionTableInputType

Packages that use DecisionTableInputType
org.drools.builder The builder package is responsible for building knowledge definitions from artifact resources. 
org.drools.impl   
 

Uses of DecisionTableInputType in org.drools.builder
 

Methods in org.drools.builder that return DecisionTableInputType
 DecisionTableInputType DecisionTableConfiguration.getInputType()
           
static DecisionTableInputType DecisionTableInputType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DecisionTableInputType[] DecisionTableInputType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.drools.builder with parameters of type DecisionTableInputType
 void DecisionTableConfiguration.setInputType(DecisionTableInputType inputType)
          Specify the type of decision table resource, currently either XLS or CSV.
 

Uses of DecisionTableInputType in org.drools.impl
 

Methods in org.drools.impl that return DecisionTableInputType
 DecisionTableInputType DecisionTableConfigurationImpl.getInputType()
           
 

Methods in org.drools.impl with parameters of type DecisionTableInputType
 void DecisionTableConfigurationImpl.setInputType(DecisionTableInputType inputType)
           
 


Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

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