public class DRedReteBackendFactory extends ReteBackendFactory
ReteBackendFactory
implementation that creates ReteEngine
s that use delete and re-derive
evaluation.Modifier and Type | Field and Description |
---|---|
static DRedReteBackendFactory |
INSTANCE |
reteThreads
Constructor and Description |
---|
DRedReteBackendFactory() |
Modifier and Type | Method and Description |
---|---|
IQueryBackend |
create(IQueryBackendContext context)
Creates a new
IQueryBackend instance tied to the given context elements. |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
calculateRequiredCapability, create, getBackendClass, isCaching
public static final DRedReteBackendFactory INSTANCE
public IQueryBackend create(IQueryBackendContext context)
IQueryBackendFactory
IQueryBackend
instance tied to the given context elements.create
in interface IQueryBackendFactory
create
in class ReteBackendFactory
IQueryBackendFactory.getBackendClass()
that operates in the given context.public int hashCode()
hashCode
in class ReteBackendFactory
public boolean equals(java.lang.Object obj)
equals
in class ReteBackendFactory