|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeDeclaration | |
|---|---|
| org.drools.base | |
| org.drools.common | |
| 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.base |
|---|
| Methods in org.drools.base with parameters of type TypeDeclaration | |
|---|---|
void |
ClassFieldAccessorStore.removeType(TypeDeclaration type)
|
| 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()
|
| Methods in org.drools.common with parameters of type TypeDeclaration | |
|---|---|
protected abstract void |
AbstractRuleBase.updateDependentTypes(Package newPkg,
TypeDeclaration typeDeclaration)
|
| Uses of TypeDeclaration in org.drools.reteoo |
|---|
| Methods in org.drools.reteoo that return TypeDeclaration | |
|---|---|
TypeDeclaration |
ObjectTypeConf.getTypeDeclaration()
|
TypeDeclaration |
FactTemplateTypeConf.getTypeDeclaration()
|
TypeDeclaration |
ClassObjectTypeConf.getTypeDeclaration()
|
| Methods in org.drools.reteoo with parameters of type TypeDeclaration | |
|---|---|
protected void |
ReteooRuleBase.updateDependentTypes(Package newPkg,
TypeDeclaration typeDeclaration)
|
| 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 |
TypeDeclaration.addRedeclaration(TypeDeclaration typeDeclaration)
|
void |
Package.addTypeDeclaration(TypeDeclaration typeDecl)
|
boolean |
TypeDeclaration.removeRedeclaration(TypeDeclaration decl)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||