Package org.drools.model.impl
Class Query9DefImpl<T1,T2,T3,T4,T5,T6,T7,T8,T9>
- java.lang.Object
-
- org.drools.model.impl.QueryDefImpl
-
- org.drools.model.impl.Query9DefImpl<T1,T2,T3,T4,T5,T6,T7,T8,T9>
-
- All Implemented Interfaces:
ModelComponent,Query9Def<T1,T2,T3,T4,T5,T6,T7,T8,T9>,QueryDef
public class Query9DefImpl<T1,T2,T3,T4,T5,T6,T7,T8,T9> extends QueryDefImpl implements ModelComponent, Query9Def<T1,T2,T3,T4,T5,T6,T7,T8,T9>
-
-
Field Summary
-
Fields inherited from interface org.drools.model.QueryDef
QUERIES_BY_ARITY
-
-
Constructor Summary
Constructors Constructor Description Query9DefImpl(ViewBuilder viewBuilder, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9)Query9DefImpl(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, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name)Query9DefImpl(ViewBuilder viewBuilder, String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9)Query9DefImpl(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, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryCallViewItemcall(boolean open, Argument<T1> var1, Argument<T2> var2, Argument<T3> var3, Argument<T4> var4, Argument<T5> var5, Argument<T6> var6, Argument<T7> var7, Argument<T8> var8, Argument<T9> var9)Variable<T1>getArg1()Variable<T2>getArg2()Variable<T3>getArg3()Variable<T4>getArg4()Variable<T5>getArg5()Variable<T6>getArg6()Variable<T7>getArg7()Variable<T8>getArg8()Variable<T9>getArg9()Variable<?>[]getArguments()booleanisEqualTo(ModelComponent other)-
Methods inherited from class org.drools.model.impl.QueryDefImpl
build, getName, getPackage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.model.QueryDef
build, getArg, getName, getPackage
-
-
-
-
Constructor Detail
-
Query9DefImpl
public Query9DefImpl(ViewBuilder viewBuilder, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9)
-
Query9DefImpl
public Query9DefImpl(ViewBuilder viewBuilder, String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9)
-
Query9DefImpl
public Query9DefImpl(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, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name)
-
Query9DefImpl
public Query9DefImpl(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, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name)
-
-
Method Detail
-
call
public QueryCallViewItem call(boolean open, Argument<T1> var1, Argument<T2> var2, Argument<T3> var3, Argument<T4> var4, Argument<T5> var5, Argument<T6> var6, Argument<T7> var7, Argument<T8> var8, Argument<T9> var9)
-
getArguments
public Variable<?>[] getArguments()
- Specified by:
getArgumentsin interfaceQueryDef
-
isEqualTo
public boolean isEqualTo(ModelComponent other)
- Specified by:
isEqualToin interfaceModelComponent
-
-