Interface FactHandle

All Superinterfaces:
Serializable

public interface FactHandle extends Serializable
Represents a unique identifier for a fact in working memory.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the unique identifier of the fact.
  • Method Details

    • getId

      long getId()
      Returns the unique identifier of the fact.
      Returns:
      the unique identifier.