Uses of Interface
org.evrete.api.NamedType
| Package | Description |
|---|---|
| org.evrete.api | |
| org.evrete.api.spi |
-
Uses of NamedType in org.evrete.api
Methods in org.evrete.api that return NamedType Modifier and Type Method Description NamedTypeLhsBuilder. addFactDeclaration(String name, Class<?> type)NamedTypeLhsBuilder. addFactDeclaration(String name, String type)NamedTypeLhsBuilder. addFactDeclaration(String name, Type<?> type)NamedTypeNamedType.Resolver. resolve(String var)NamedTypeFieldReference. type()Methods in org.evrete.api that return types with arguments of type NamedType Modifier and Type Method Description default Set<NamedType>EvaluatorHandle. namedTypes() -
Uses of NamedType in org.evrete.api.spi
Method parameters in org.evrete.api.spi with type arguments of type NamedType Modifier and Type Method Description Consumer<RhsContext>LiteralRhsCompiler. compileRhs(RuntimeContext<?> requester, String literalRhs, Collection<NamedType> factTypes, Collection<String> imports)