Package org.evrete.api
Interface FactHandle
- All Superinterfaces:
Serializable
FactHandle instances uniquely identify working instances in rule sessions. To ensure that, FactHandle implementations are expected to be serializable and have both hashCode() end equals() methods implemented.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the id of theTypewhich inserted instance was initially associated with.
-
Method Details
-
getTypeId
int getTypeId()Returns the id of the
Typewhich inserted instance was initially associated with.- Returns:
- the id of the associated instance type
- See Also:
-