Package org.drools.ruleunits.api
Interface DataHandle
-
public interface DataHandleAn handle to an object inserted into aDataStore.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetObject()The object referred by this handle.
-
-
-
Method Detail
-
getObject
Object getObject()
The object referred by this handle.
-
-