Uses of Interface
org.evrete.api.NamedType
Packages that use NamedType
-
Uses of NamedType in org.evrete.api
Methods in org.evrete.api that return NamedTypeModifier and TypeMethodDescriptionLhsBuilder.addFactDeclaration(String name, Class<?> type) LhsBuilder.addFactDeclaration(String name, String type) LhsBuilder.addFactDeclaration(String name, Type<?> type) FieldReference.type()Methods in org.evrete.api that return types with arguments of type NamedTypeMethods in org.evrete.api with parameters of type NamedType -
Uses of NamedType in org.evrete.api.spi
Method parameters in org.evrete.api.spi with type arguments of type NamedTypeModifier and TypeMethodDescriptionLiteralRhsCompiler.compileRhs(RuntimeContext<?> requester, String literalRhs, Collection<NamedType> factTypes, Collection<String> imports)