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 java.lang.ObjectgetObject()The object referred by this handle.
-