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)NamedTypeFieldReference. type()Methods in org.evrete.api that return types with arguments of type NamedType Modifier and Type Method Description Function<String,NamedType>LhsBuilder. getFactTypeMapper()Method parameters in org.evrete.api with type arguments of type NamedType Modifier and Type Method Description EvaluatorExpressionResolver. buildExpression(String stringExpression, Function<String,NamedType> resolver, Set<String> imports)This method parses a string argument and returns anEvaluatorif possible.FieldReferenceExpressionResolver. resolve(String arg, Function<String,NamedType> resolver)This method takes a string as an argument and builds aFieldReferenceif possible. -
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)