Class Options


  • public class Options
    extends java.lang.Object
    Feature switches.
    No Reference:
    • Field Detail

      • releaseOnetimeIndexers

        public static final boolean releaseOnetimeIndexers
        See Also:
        Constant Field Values
      • employTrivialIndexers

        public static final boolean employTrivialIndexers
        See Also:
        Constant Field Values
      • numberOfLocalContainers

        public static final int numberOfLocalContainers
        See Also:
        Constant Field Values
      • MONITOR_VIOLATION_OF_RETE_NODEGROUP_TOPOLOGICAL_SORTING

        public static final boolean MONITOR_VIOLATION_OF_RETE_NODEGROUP_TOPOLOGICAL_SORTING
        Enable 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:
        Constant Field Values
      • MONITOR_VIOLATION_OF_DIFFERENTIAL_DATAFLOW_TIMESTAMPS

        public static final boolean MONITOR_VIOLATION_OF_DIFFERENTIAL_DATAFLOW_TIMESTAMPS
        Enable for internal debugging of message delivery in TimelyCommunicationGroups; catches cases when there is a violation of increasing timestamps during message delivery within a group.
        Since:
        2.3
        See Also:
        Constant Field Values
    • Constructor Detail

      • Options

        public Options()