Package org.evrete.api
Interface RuntimeRule
- All Superinterfaces:
Environment,FluentEnvironment<Rule>,FluentImports<Rule>,Named,NamedType.Resolver,Rule
public interface RuntimeRule extends Rule
-
Method Summary
Modifier and Type Method Description RuntimeRuleaddImport(RuleScope scope, String imp)RuleSession<?>getRuntime()Methods inherited from interface org.evrete.api.Environment
get, get, getPropertyNamesMethods inherited from interface org.evrete.api.FluentEnvironment
setMethods inherited from interface org.evrete.api.FluentImports
addImport, getImports, getJavaImportsMethods inherited from interface org.evrete.api.NamedType.Resolver
resolveMethods inherited from interface org.evrete.api.Rule
chainRhs, getSalience, setRhs, setRhs, setSalience
-
Method Details
-
addImport
- Specified by:
addImportin interfaceFluentImports<Rule>
-
getRuntime
RuleSession<?> getRuntime()
-