org.drools.core.base
Class DroolsQuery
java.lang.Object
org.drools.core.base.ArrayElements
org.drools.core.base.DroolsQuery
public final class DroolsQuery
- extends ArrayElements
|
Constructor Summary |
DroolsQuery(String name,
Object[] params,
InternalViewChangedEventListener resultsCollector,
boolean open)
|
DroolsQuery(String name,
Object[] params,
InternalViewChangedEventListener resultsCollector,
boolean open,
StackEntry stackEntry,
List<PathMemory> pmems,
LeftTupleSets resultLeftTuples,
QueryElementNode.QueryElementNodeMemory qmem,
LeftTupleSink sink)
|
DroolsQuery
public DroolsQuery(String name,
Object[] params,
InternalViewChangedEventListener resultsCollector,
boolean open)
DroolsQuery
public DroolsQuery(String name,
Object[] params,
InternalViewChangedEventListener resultsCollector,
boolean open,
StackEntry stackEntry,
List<PathMemory> pmems,
LeftTupleSets resultLeftTuples,
QueryElementNode.QueryElementNodeMemory qmem,
LeftTupleSink sink)
setParameters
public void setParameters(Object[] params)
getName
public String getName()
getVariables
public org.kie.api.runtime.rule.Variable[] getVariables()
getResultLeftTupleSets
public LeftTupleSets getResultLeftTupleSets()
getStackEntry
public StackEntry getStackEntry()
getRuleMemories
public List<PathMemory> getRuleMemories()
getQueryNodeMemory
public QueryElementNode.QueryElementNodeMemory getQueryNodeMemory()
getLeftTupleSink
public LeftTupleSink getLeftTupleSink()
setQuery
public void setQuery(Query query)
getQuery
public Query getQuery()
getQueryResultCollector
public InternalViewChangedEventListener getQueryResultCollector()
isOpen
public boolean isOpen()
getResultInsertRightTupleList
public RightTupleList getResultInsertRightTupleList()
setResultInsertRightTupleList
public void setResultInsertRightTupleList(RightTupleList evaluateActionsRightTupleList)
getResultUpdateRightTupleList
public RightTupleList getResultUpdateRightTupleList()
setResultUpdateRightTupleList
public void setResultUpdateRightTupleList(RightTupleList insertUpdateRightTupleList)
getResultRetractRightTupleList
public RightTupleList getResultRetractRightTupleList()
setResultRetractRightTupleList
public void setResultRetractRightTupleList(RightTupleList retractRightTupleList)
getAction
public WorkingMemoryAction getAction()
setAction
public void setAction(WorkingMemoryAction action)
hashCode
public int hashCode()
- Overrides:
hashCode in class ArrayElements
equals
public boolean equals(Object obj)
- Overrides:
equals in class ArrayElements
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.