Class FactHandleVersioned

java.lang.Object
org.evrete.api.FactHandleVersioned
All Implemented Interfaces:
Serializable

public final class FactHandleVersioned extends Object implements Serializable
The FactHandleVersioned class represents a versioned FactHandle. It is used to track updates of the fact referenced by the given fact handle.
See Also:
  • Constructor Details

    • FactHandleVersioned

      public FactHandleVersioned(FactHandle handle, int version)
  • Method Details

    • getVersion

      public int getVersion()
    • getHandle

      public FactHandle getHandle()
    • toString

      public String toString()
      Overrides:
      toString in class Object