public class DifferentialReteBackendFactory extends ReteBackendFactory
ReteBackendFactory
implementation that creates ReteEngine
s that use differential dataflow
evaluation.Modifier and Type | Field and Description |
---|---|
static DifferentialReteBackendFactory |
INSTANCE |
reteThreads
Constructor and Description |
---|
DifferentialReteBackendFactory() |
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 DifferentialReteBackendFactory 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