Uses of Class
org.drools.factmodel.ClassDefinition

Packages that use ClassDefinition
org.drools.factmodel   
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of ClassDefinition in org.drools.factmodel
 

Methods in org.drools.factmodel with parameters of type ClassDefinition
 byte[] ClassBuilder.buildClass(ClassDefinition classDef)
          Dynamically builds, defines and loads a class based on the given class definition
 

Uses of ClassDefinition in org.drools.rule
 

Methods in org.drools.rule that return ClassDefinition
 ClassDefinition TypeDeclaration.getTypeClassDef()
           
 

Methods in org.drools.rule with parameters of type ClassDefinition
 void TypeDeclaration.setTypeClassDef(ClassDefinition typeClassDef)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.