Package org.drools.core.spi
Interface TupleValueExtractor
-
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
Declaration
public interface TupleValueExtractor extends Cloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description TupleValueExtractorclone()default TupleValueExtractorcloneWithPattern()ObjectgetValue(InternalWorkingMemory workingMemory, Tuple tuple)default ObjectgetValue(Tuple tuple)ValueTypegetValueType()
-
-
-
Method Detail
-
getValueType
ValueType getValueType()
-
getValue
Object getValue(InternalWorkingMemory workingMemory, Tuple tuple)
-
clone
TupleValueExtractor clone()
-
cloneWithPattern
default TupleValueExtractor cloneWithPattern()
-
-