Uses of Class
org.drools.base.factmodel.ClassDefinition
-
Packages that use ClassDefinition Package Description org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of ClassDefinition in org.drools.base.rule
Methods in org.drools.base.rule that return ClassDefinition Modifier and Type Method Description ClassDefinitionTypeDeclaration. getTypeClassDef()Methods in org.drools.base.rule with parameters of type ClassDefinition Modifier and Type Method Description voidTypeDeclaration. setTypeClassDef(ClassDefinition typeClassDef)
-