public interface FactHandle extends 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.
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeId()
Returns the id of the
Type which inserted instance was initially associated with. |
int getTypeId()
Returns the id of the Type which inserted instance was initially associated with.
Type.getId()Copyright © 2021. All rights reserved.