Package org.kie.api.runtime.rule
Interface FactHandle
- All Known Subinterfaces:
EventHandle
public interface FactHandle
An handle to a fact inserted into the working memory
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe way how the fact to which this FactHandle was assigned has been inserted into the working memory -
Method Summary
-
Method Details
-
getObject
Object getObject() -
isNegated
boolean isNegated() -
isEvent
boolean isEvent() -
getId
long getId() -
getRecency
long getRecency() -
as
- Throws:
ClassCastException
-
isValid
boolean isValid() -
toExternalForm
String toExternalForm()
-