Class RowAdapter
- java.lang.Object
-
- org.drools.core.runtime.rule.impl.RowAdapter
-
- All Implemented Interfaces:
org.kie.api.runtime.rule.Row
public class RowAdapter extends Object implements org.kie.api.runtime.rule.Row
-
-
Constructor Summary
Constructors Constructor Description RowAdapter(RuleImpl rule, Tuple leftTuple)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Objectget(String identifier)org.kie.api.runtime.rule.FactHandlegetFactHandle(int i)org.kie.api.runtime.rule.FactHandlegetFactHandle(String identifier)inthashCode()intsize()StringtoString()
-
-
-
Method Detail
-
get
public Object get(String identifier)
- Specified by:
getin interfaceorg.kie.api.runtime.rule.Row
-
getFactHandle
public org.kie.api.runtime.rule.FactHandle getFactHandle(String identifier)
- Specified by:
getFactHandlein interfaceorg.kie.api.runtime.rule.Row
-
getFactHandle
public org.kie.api.runtime.rule.FactHandle getFactHandle(int i)
-
size
public int size()
-
-