Package org.drools.model.impl
Class Query0DefImpl
- java.lang.Object
-
- org.drools.model.impl.QueryDefImpl
-
- org.drools.model.impl.Query0DefImpl
-
- All Implemented Interfaces:
ModelComponent,Query0Def,QueryDef
public class Query0DefImpl extends QueryDefImpl implements Query0Def, ModelComponent
-
-
Field Summary
-
Fields inherited from interface org.drools.model.QueryDef
QUERIES_BY_ARITY
-
-
Constructor Summary
Constructors Constructor Description Query0DefImpl(ViewBuilder viewBuilder, String name)Query0DefImpl(ViewBuilder viewBuilder, String pkg, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryCallViewItemcall(boolean open)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
-
Query0DefImpl
public Query0DefImpl(ViewBuilder viewBuilder, String name)
-
Query0DefImpl
public Query0DefImpl(ViewBuilder viewBuilder, String pkg, String name)
-
-
Method Detail
-
call
public QueryCallViewItem call(boolean open)
-
getArguments
public Variable<?>[] getArguments()
- Specified by:
getArgumentsin interfaceQueryDef
-
isEqualTo
public boolean isEqualTo(ModelComponent other)
- Specified by:
isEqualToin interfaceModelComponent
-
-