JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Deprecated
Index
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.evrete.core
Package
org.evrete.api
Interface FactHandle
All Superinterfaces:
Serializable
public interface
FactHandle
extends
Serializable
Represents a unique identifier for a fact in working memory.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
long
getId
()
Returns the unique identifier of the fact.
Method Details
getId
long
getId
()
Returns the unique identifier of the fact.
Returns:
the unique identifier.