Method Summary |
|
public static Rule | andRule() |
public static DataSource | dataSource() Get a data source. |
public static Fact | fact1() |
public static Fact | fact10() Get a fact with a simple predicate, a sql function and variable terms. |
public static Fact | fact2() |
public static Fact | fact3() |
public static Fact | fact4() |
public static Fact | fact5() |
public static Fact | fact6() |
public static Fact | fact7() Get a fact with a jpredicate and variable terms. |
public static Fact | fact8() Get a fact with a simple predicate, a jfunction and variable terms. |
public static Fact | fact9() Get a fact with a sql predicate and variable terms. |
public static JFunction | jFunction() Get a jfunction returning a string. |
public static JPredicate | jPredicate() |
public static Rule | negRule() |
public static Rule | orRule() |
public static Prerequisite | prereq1() |
public static Prerequisite | prereq2() |
public static Prerequisite | prereq3() |
public static Query | query1() Get a query. |
public static Query | query2() Get a query. |
public static Query | query3() Get a query. |
public static Rule | rule1() Get a simple rule. |
public static SimplePredicate | simplePredicate1() Get a simple predicate associating Strings. |
public static SimplePredicate | simplePredicate2() Get a simple predicate associating beans (=instances of Person). |
public static SimplePredicate | simplePredicate3() Get a simple predicate associating Strings. |
public static SQLClauseSet | sqlClauseSet() Get a SQL clause set. |
public static SQLFunction | sqlFunction1() Get a SQL function returning a string. |
public static SQLPredicate | sqlPredicate() Get an SQL predicate associating two strings. |
public static TestCase | testCase1() Get a test case. |
public static TestCase | testCase2() Get a test case. |
public static TestCase | testCase3() Get a test case. |
public static TestCase | testCase4() Get a test case. |
public static TestCase | testCase5() Get a test case. |
public static TestCase | testCase6() Get a test case. |