Class Options
java.lang.Object
tools.refinery.interpreter.rete.util.Options
Feature switches.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
static enum
static enum
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Options.BuilderMethod
static final boolean
static final boolean
static final int
static final Options.FunctionalDependencyOption
static final Options.InjectivityStrategy
static final boolean
Enable for internal debugging of message delivery inTimelyCommunicationGroup
s; catches cases when there is a violation of increasing timestamps during message delivery within a group.static final boolean
Enable for internal debugging of Rete communication scheme; catches cases where the topological sort is violated by a message sent "backwards"static final Options.NodeSharingOption
static final int
static final Options.PlanTrimOption
static final boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nodeSharingOption
-
releaseOnetimeIndexers
public static final boolean releaseOnetimeIndexers- See Also:
-
injectivityStrategy
-
enableInheritance
public static final boolean enableInheritance- See Also:
-
employTrivialIndexers
public static final boolean employTrivialIndexers- See Also:
-
numberOfLocalContainers
public static final int numberOfLocalContainers- See Also:
-
firstFreeContainer
public static final int firstFreeContainer- See Also:
-
MONITOR_VIOLATION_OF_RETE_NODEGROUP_TOPOLOGICAL_SORTING
public static final boolean MONITOR_VIOLATION_OF_RETE_NODEGROUP_TOPOLOGICAL_SORTINGEnable for internal debugging of Rete communication scheme; catches cases where the topological sort is violated by a message sent "backwards"- Since:
- 1.6
- See Also:
-
MONITOR_VIOLATION_OF_DIFFERENTIAL_DATAFLOW_TIMESTAMPS
public static final boolean MONITOR_VIOLATION_OF_DIFFERENTIAL_DATAFLOW_TIMESTAMPSEnable for internal debugging of message delivery inTimelyCommunicationGroup
s; catches cases when there is a violation of increasing timestamps during message delivery within a group.- Since:
- 2.3
- See Also:
-
builderMethod
-
functionalDependencyOption
-
planTrimOption
-
-
Constructor Details
-
Options
public Options()
-