|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeDeclaration | |
---|---|
org.drools.common | |
org.drools.compiler | This is the main package to load rules. |
org.drools.reteoo | |
org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
Uses of TypeDeclaration in org.drools.common |
---|
Methods in org.drools.common that return TypeDeclaration | |
---|---|
TypeDeclaration |
InternalRuleBase.getTypeDeclaration(Class<?> clazz)
Returns the type declaration associated to the given class |
TypeDeclaration |
AbstractRuleBase.getTypeDeclaration(Class<?> clazz)
|
Methods in org.drools.common that return types with arguments of type TypeDeclaration | |
---|---|
Collection<TypeDeclaration> |
InternalRuleBase.getTypeDeclarations()
Returns a collection with all TypeDeclarations in this rulebase |
Collection<TypeDeclaration> |
AbstractRuleBase.getTypeDeclarations()
|
Uses of TypeDeclaration in org.drools.compiler |
---|
Methods in org.drools.compiler that return TypeDeclaration | |
---|---|
TypeDeclaration |
PackageBuilder.getTypeDeclaration(Class<?> cls)
|
Method parameters in org.drools.compiler with type arguments of type TypeDeclaration | |
---|---|
boolean |
PackageBuilder.buildTypeDeclarationInterfaces(Class cls,
Set<TypeDeclaration> tdecls)
|
void |
PackageBuilder.buildTypeDeclarations(Class<?> cls,
Set<TypeDeclaration> tdecls)
|
Uses of TypeDeclaration in org.drools.reteoo |
---|
Methods in org.drools.reteoo that return TypeDeclaration | |
---|---|
TypeDeclaration |
ObjectTypeConf.getTypeDeclaration()
|
TypeDeclaration |
FactTemplateTypeConf.getTypeDeclaration()
|
TypeDeclaration |
ClassObjectTypeConf.getTypeDeclaration()
|
Uses of TypeDeclaration in org.drools.rule |
---|
Methods in org.drools.rule that return TypeDeclaration | |
---|---|
TypeDeclaration |
Package.getTypeDeclaration(String type)
|
Methods in org.drools.rule that return types with arguments of type TypeDeclaration | |
---|---|
Map<String,TypeDeclaration> |
Package.getTypeDeclarations()
|
Methods in org.drools.rule with parameters of type TypeDeclaration | |
---|---|
void |
Package.addTypeDeclaration(TypeDeclaration typeDecl)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |