|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.QueryResult
public class QueryResult
Field Summary | |
---|---|
protected Tuple |
tuple
|
Constructor Summary | |
---|---|
QueryResult(Tuple tuple,
WorkingMemory workingMemory,
QueryResults queryResults)
|
Method Summary | |
---|---|
java.lang.Object |
get(Declaration declaration)
Return the Object for the given Declaration. |
java.lang.Object |
get(int i)
Returns the Object for int position in the Tuple |
java.lang.Object |
get(java.lang.String identifier)
Return the Object for the given Declaration identifer. |
java.util.Map |
getDeclarations()
Return a map of Declarations where the key is the identifier and the value is the Declaration. |
FactHandle[] |
getFactHandles()
Return the FactHandles for the Tuple. |
int |
size()
The size of the Tuple; i.e. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Tuple tuple
Constructor Detail |
---|
public QueryResult(Tuple tuple, WorkingMemory workingMemory, QueryResults queryResults)
Method Detail |
---|
public java.util.Map getDeclarations()
public java.lang.Object get(int i)
i
-
public java.lang.Object get(java.lang.String identifier)
identifier
-
public java.lang.Object get(Declaration declaration)
identifier
-
public FactHandle[] getFactHandles()
public int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |