Uses of Interface
org.evrete.api.RuleLiteralData
-
Packages that use RuleLiteralData Package Description org.evrete.api org.evrete.api.spi -
-
Uses of RuleLiteralData in org.evrete.api
Classes in org.evrete.api with type parameters of type RuleLiteralData Modifier and Type Interface Description interfaceRuleCompiledSources<S extends RuleLiteralData<R>,R extends Rule>This class represents a compiled version ofRuleLiteralData -
Uses of RuleLiteralData in org.evrete.api.spi
Methods in org.evrete.api.spi with type parameters of type RuleLiteralData Modifier and Type Method Description <S extends RuleLiteralData<R>,R extends Rule>
Collection<RuleCompiledSources<S,R>>LiteralSourceCompiler. compile(RuntimeContext<?> context, Collection<S> sources)
-