Package org.drools.model.patterns
Class QueryCallPattern
java.lang.Object
org.drools.model.patterns.QueryCallPattern
- All Implemented Interfaces:
Condition,ModelComponent
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.model.Condition
Condition.Type -
Constructor Summary
ConstructorsConstructorDescriptionQueryCallPattern(QueryDef query, boolean open, Argument<?>... arguments) QueryCallPattern(QueryCallViewItem queryCallView) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.drools.model.Condition
cloneCondition, getSubConditions
-
Constructor Details
-
QueryCallPattern
-
QueryCallPattern
-
-
Method Details
-
getQuery
-
getArguments
-
isOpen
public boolean isOpen() -
getType
-
getResultPattern
-
getBoundVariables
- Specified by:
getBoundVariablesin interfaceCondition
-
equals
-
hashCode
public int hashCode() -
isEqualTo
- Specified by:
isEqualToin interfaceModelComponent
-
toString
-