Uses of Class
org.drools.core.rule.TypeDeclaration
-
Packages that use TypeDeclaration Package Description org.drools.core.base org.drools.core.definitions org.drools.core.definitions.impl org.drools.core.factmodel org.drools.core.impl org.drools.core.reteoo org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of TypeDeclaration in org.drools.core.base
Methods in org.drools.core.base with parameters of type TypeDeclaration Modifier and Type Method Description voidClassFieldAccessorStore. removeType(TypeDeclaration type) -
Uses of TypeDeclaration in org.drools.core.definitions
Methods in org.drools.core.definitions that return TypeDeclaration Modifier and Type Method Description TypeDeclarationInternalKnowledgePackage. getTypeDeclaration(Class<?> clazz)TypeDeclarationInternalKnowledgePackage. getTypeDeclaration(String type)Methods in org.drools.core.definitions that return types with arguments of type TypeDeclaration Modifier and Type Method Description Map<String,TypeDeclaration>InternalKnowledgePackage. getTypeDeclarations()List<TypeDeclaration>InternalKnowledgePackage. removeTypesGeneratedFromResource(org.kie.api.io.Resource resource)Methods in org.drools.core.definitions with parameters of type TypeDeclaration Modifier and Type Method Description voidInternalKnowledgePackage. addTypeDeclaration(TypeDeclaration typeDecl) -
Uses of TypeDeclaration in org.drools.core.definitions.impl
Fields in org.drools.core.definitions.impl with type parameters of type TypeDeclaration Modifier and Type Field Description protected Map<String,TypeDeclaration>KnowledgePackageImpl. typeDeclarationsMethods in org.drools.core.definitions.impl that return TypeDeclaration Modifier and Type Method Description TypeDeclarationKnowledgePackageImpl. getExactTypeDeclaration(Class<?> clazz)TypeDeclarationKnowledgePackageImpl. getTypeDeclaration(Class<?> clazz)TypeDeclarationKnowledgePackageImpl. getTypeDeclaration(String type)Methods in org.drools.core.definitions.impl that return types with arguments of type TypeDeclaration Modifier and Type Method Description Map<String,TypeDeclaration>KnowledgePackageImpl. getTypeDeclarations()List<TypeDeclaration>KnowledgePackageImpl. removeTypesGeneratedFromResource(org.kie.api.io.Resource resource)Methods in org.drools.core.definitions.impl with parameters of type TypeDeclaration Modifier and Type Method Description voidKnowledgePackageImpl. addTypeDeclaration(TypeDeclaration typeDecl) -
Uses of TypeDeclaration in org.drools.core.factmodel
Methods in org.drools.core.factmodel with parameters of type TypeDeclaration Modifier and Type Method Description ClassBuilderClassBuilderFactory. getClassBuilder(TypeDeclaration type) -
Uses of TypeDeclaration in org.drools.core.impl
Methods in org.drools.core.impl that return TypeDeclaration Modifier and Type Method Description TypeDeclarationKnowledgeBaseImpl. getExactTypeDeclaration(Class<?> clazz)TypeDeclarationRuleBase. getExactTypeDeclaration(Class<?> clazz)TypeDeclarationKnowledgeBaseImpl. getOrCreateExactTypeDeclaration(Class<?> clazz)TypeDeclarationRuleBase. getOrCreateExactTypeDeclaration(Class<?> clazz)TypeDeclarationKnowledgeBaseImpl. getTypeDeclaration(Class<?> clazz)TypeDeclarationRuleBase. getTypeDeclaration(Class<?> clazz)Methods in org.drools.core.impl that return types with arguments of type TypeDeclaration Modifier and Type Method Description Collection<TypeDeclaration>KnowledgeBaseImpl. getTypeDeclarations()Collection<TypeDeclaration>RuleBase. getTypeDeclarations()Methods in org.drools.core.impl with parameters of type TypeDeclaration Modifier and Type Method Description protected voidKnowledgeBaseImpl. processTypeDeclaration(TypeDeclaration newDecl, InternalKnowledgePackage newPkg)voidKnowledgeBaseImpl. registerTypeDeclaration(TypeDeclaration newDecl, InternalKnowledgePackage newPkg)voidRuleBase. registerTypeDeclaration(TypeDeclaration newDecl, InternalKnowledgePackage newPkg) -
Uses of TypeDeclaration in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return TypeDeclaration Modifier and Type Method Description TypeDeclarationClassObjectTypeConf. getTypeDeclaration()TypeDeclarationFactTemplateTypeConf. getTypeDeclaration()TypeDeclarationObjectTypeConf. getTypeDeclaration() -
Uses of TypeDeclaration in org.drools.core.rule
Methods in org.drools.core.rule that return TypeDeclaration Modifier and Type Method Description static TypeDeclarationTypeDeclaration. createTypeDeclarationForBean(Class<?> cls)static TypeDeclarationTypeDeclaration. createTypeDeclarationForBean(Class<?> cls, Annotated annotated, org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption)static TypeDeclarationTypeDeclaration. createTypeDeclarationForBean(Class<?> cls, org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption)Methods in org.drools.core.rule with parameters of type TypeDeclaration Modifier and Type Method Description intTypeDeclaration. compareTo(TypeDeclaration o)static voidTypeDeclaration. processTypeAnnotations(TypeDeclaration type, Annotated annotated, org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption)Constructors in org.drools.core.rule with parameters of type TypeDeclaration Constructor Description TypeMetaInfo(TypeDeclaration typeDeclaration)
-