Package org.evrete.api.spi
Interface LiteralRhsCompiler
-
- All Superinterfaces:
Comparable<OrderedServiceProvider>,OrderedServiceProvider
@Deprecated public interface LiteralRhsCompiler extends OrderedServiceProvider
Deprecated.useLiteralSourceCompilerinstead
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default Consumer<RhsContext>compileRhs(RuntimeContext<?> context, String literalRhs, Collection<NamedType> factTypes)Deprecated.default Consumer<RhsContext>compileRhs(RuntimeContext<?> context, String literalRhs, NamedType[] types)Deprecated.-
Methods inherited from interface org.evrete.api.OrderedServiceProvider
compareTo, sortOrder
-
-
-
-
Method Detail
-
compileRhs
default Consumer<RhsContext> compileRhs(RuntimeContext<?> context, String literalRhs, Collection<NamedType> factTypes)
Deprecated.
-
compileRhs
default Consumer<RhsContext> compileRhs(RuntimeContext<?> context, String literalRhs, NamedType[] types)
Deprecated.
-
-