Uses of Interface
org.evrete.api.NamedType
-
Packages that use NamedType Package Description org.evrete.api org.evrete.api.builders 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)Deprecated.NamedTypeLhsBuilder. addFactDeclaration(String name, String type)Deprecated.NamedTypeLhsBuilder. addFactDeclaration(String name, Type<?> type)Deprecated.NamedTypeNamedType.Resolver. resolve(String var)ReturnsNamedTypeby its declared variable nameNamedTypeFieldReference. type()Methods in org.evrete.api that return types with arguments of type NamedType Modifier and Type Method Description Collection<NamedType>NamedType.Resolver. getDeclaredFactTypes()default Set<NamedType>EvaluatorHandle. namedTypes()Methods in org.evrete.api with parameters of type NamedType Modifier and Type Method Description default booleanNamedType. sameAs(NamedType other) -
Uses of NamedType in org.evrete.api.builders
Methods in org.evrete.api.builders 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) -
Uses of NamedType in org.evrete.api.spi
Methods in org.evrete.api.spi with parameters of type NamedType Modifier and Type Method Description default Consumer<RhsContext>LiteralRhsCompiler. compileRhs(RuntimeContext<?> context, String literalRhs, NamedType[] types)Deprecated.Method parameters in org.evrete.api.spi with type arguments of type NamedType Modifier and Type Method Description default Consumer<RhsContext>LiteralRhsCompiler. compileRhs(RuntimeContext<?> context, String literalRhs, Collection<NamedType> factTypes)Deprecated.
-