Package org.drools.model.impl
Class Query2DefImpl<T1,T2>
java.lang.Object
org.drools.model.impl.QueryDefImpl
org.drools.model.impl.Query2DefImpl<T1,T2>
- All Implemented Interfaces:
ModelComponent,Query2Def<T1,,T2> QueryDef
-
Field Summary
Fields inherited from interface org.drools.model.QueryDef
QUERIES_BY_ARITY -
Constructor Summary
ConstructorsConstructorDescriptionQuery2DefImpl(ViewBuilder viewBuilder, String name, Class<T1> type1, Class<T2> type2) Query2DefImpl(ViewBuilder viewBuilder, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name) Query2DefImpl(ViewBuilder viewBuilder, String pkg, String name, Class<T1> type1, Class<T2> type2) Query2DefImpl(ViewBuilder viewBuilder, String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name) -
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
-
Query2DefImpl
-
Query2DefImpl
-
Query2DefImpl
-
Query2DefImpl
-
-
Method Details