Uses of Interface
org.drools.model.Query5Def
Packages that use Query5Def
-
Uses of Query5Def in org.drools.model
Methods in org.drools.model that return Query5DefModifier and TypeMethodDescriptionstatic <T1,T2, T3, T4, T5>
Query5Def<T1,T2, T3, T4, T5> PatternDSL.query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5) static <T1,T2, T3, T4, T5>
Query5Def<T1,T2, T3, T4, T5> PatternDSL.query(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) static <T1,T2, T3, T4, T5>
Query5Def<T1,T2, T3, T4, T5> PatternDSL.query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5) static <T1,T2, T3, T4, T5>
Query5Def<T1,T2, T3, T4, T5> PatternDSL.query(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) -
Uses of Query5Def in org.drools.model.impl
Classes in org.drools.model.impl that implement Query5Def