Package org.drools.model.impl
Class Query5DefImpl<T1,T2,T3,T4,T5>
java.lang.Object
org.drools.model.impl.QueryDefImpl
org.drools.model.impl.Query5DefImpl<T1,T2,T3,T4,T5>
- All Implemented Interfaces:
ModelComponent,Query5Def<T1,,T2, T3, T4, T5> QueryDef
public class Query5DefImpl<T1,T2,T3,T4,T5>
extends QueryDefImpl
implements ModelComponent, Query5Def<T1,T2,T3,T4,T5>
-
Field Summary
Fields inherited from interface org.drools.model.QueryDef
QUERIES_BY_ARITY -
Constructor Summary
ConstructorsConstructorDescriptionQuery5DefImpl(ViewBuilder viewBuilder, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5) Query5DefImpl(ViewBuilder viewBuilder, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name) Query5DefImpl(ViewBuilder viewBuilder, String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5) Query5DefImpl(ViewBuilder viewBuilder, String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name) -
Method Summary
Methods inherited from class org.drools.model.impl.QueryDefImpl
build, getName, getPackageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.model.QueryDef
build, getArg, getName, getPackage
-
Constructor Details
-
Query5DefImpl
-
Query5DefImpl
-
Query5DefImpl
-
Query5DefImpl
-
-
Method Details
-
call
-
getArguments
- Specified by:
getArgumentsin interfaceQueryDef
-
getArg1
-
getArg2
-
getArg3
-
getArg4
-
getArg5
-
isEqualTo
- Specified by:
isEqualToin interfaceModelComponent
-