|
Drools :: Core 6.2.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.core.QueryResultsRowImpl
public class QueryResultsRowImpl
| Field Summary | |
|---|---|
protected QueryRowWithSubruleIndex |
row
|
| Constructor Summary | |
|---|---|
QueryResultsRowImpl(QueryRowWithSubruleIndex row,
WorkingMemory workingMemory,
QueryResultsImpl queryResults)
|
|
| Method Summary | |
|---|---|
Object |
get(Declaration declaration)
Return the Object for the given Declaration. |
Object |
get(int i)
Returns the Object for int position in the Tuple |
Object |
get(String identifier)
Return the Object for the given Declaration identifier. |
Map<String,Declaration> |
getDeclarations()
Return a map of Declarations where the key is the identifier and the value is the Declaration. |
org.kie.api.runtime.rule.FactHandle |
getFactHandle(Declaration declr)
|
org.kie.api.runtime.rule.FactHandle |
getFactHandle(int i)
|
org.kie.api.runtime.rule.FactHandle |
getFactHandle(String identifier)
|
org.kie.api.runtime.rule.FactHandle[] |
getFactHandles()
Return the FactHandles for the Tuple. |
int |
getSubruleIndex()
|
int |
size()
The size of the Tuple; i.e. the number of columns (FactHandles) in this row result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QueryRowWithSubruleIndex row
| Constructor Detail |
|---|
public QueryResultsRowImpl(QueryRowWithSubruleIndex row,
WorkingMemory workingMemory,
QueryResultsImpl queryResults)
| Method Detail |
|---|
public int getSubruleIndex()
public Map<String,Declaration> getDeclarations()
public Object get(int i)
i -
public Object get(String identifier)
get in interface org.kie.api.runtime.rule.Rowidentifier -
public Object get(Declaration declaration)
public org.kie.api.runtime.rule.FactHandle getFactHandle(String identifier)
getFactHandle in interface org.kie.api.runtime.rule.Rowpublic org.kie.api.runtime.rule.FactHandle getFactHandle(Declaration declr)
public org.kie.api.runtime.rule.FactHandle getFactHandle(int i)
public org.kie.api.runtime.rule.FactHandle[] getFactHandles()
public int size()
|
Drools :: Core 6.2.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||