Package fr.imag.adele.apam

Examples of fr.imag.adele.apam.Instance.match()


    ok = inst.match("(toto<*testnull,)") ;
    System.out.println("Matching: (toto<*testnull,): " + ok);
    ok = inst.match("(toto=testnull)") ;
    System.out.println("Matching: (toto<*testnull): " + ok);

    ok = inst.match("(toto=*)") ;
    System.out.println("Matching: (toto=*): " + ok);
    ok = inst.match("(OS=*)") ;
    System.out.println("Matching: (OS=*): " + ok);
    ok = inst.match("(OS=And*)") ;
    System.out.println("Matching: (OS=And*): " + ok);
View Full Code Here


    ok = inst.match("(toto=testnull)") ;
    System.out.println("Matching: (toto<*testnull): " + ok);

    ok = inst.match("(toto=*)") ;
    System.out.println("Matching: (toto=*): " + ok);
    ok = inst.match("(OS=*)") ;
    System.out.println("Matching: (OS=*): " + ok);
    ok = inst.match("(OS=And*)") ;
    System.out.println("Matching: (OS=And*): " + ok);

    ok = inst.match("(OS*>And*)") ;
View Full Code Here

    ok = inst.match("(toto=*)") ;
    System.out.println("Matching: (toto=*): " + ok);
    ok = inst.match("(OS=*)") ;
    System.out.println("Matching: (OS=*): " + ok);
    ok = inst.match("(OS=And*)") ;
    System.out.println("Matching: (OS=And*): " + ok);

    ok = inst.match("(OS*>And*)") ;
    System.out.println("Matching: (OS*>And*): " + ok);
    ok = inst.match("(OS<*And*,)") ;
View Full Code Here

    ok = inst.match("(OS=*)") ;
    System.out.println("Matching: (OS=*): " + ok);
    ok = inst.match("(OS=And*)") ;
    System.out.println("Matching: (OS=And*): " + ok);

    ok = inst.match("(OS*>And*)") ;
    System.out.println("Matching: (OS*>And*): " + ok);
    ok = inst.match("(OS<*And*,)") ;
    System.out.println("Matching: (OS<*And*,): " + ok);
    ok = inst.match("(OS<*And*,L*)") ;
    System.out.println("Matching: (OS<*And*,L*): " + ok);
View Full Code Here

    ok = inst.match("(OS=And*)") ;
    System.out.println("Matching: (OS=And*): " + ok);

    ok = inst.match("(OS*>And*)") ;
    System.out.println("Matching: (OS*>And*): " + ok);
    ok = inst.match("(OS<*And*,)") ;
    System.out.println("Matching: (OS<*And*,): " + ok);
    ok = inst.match("(OS<*And*,L*)") ;
    System.out.println("Matching: (OS<*And*,L*): " + ok);
    ok = inst.match("(OS<*And*)") ;
    System.out.println("Matching: (OS<*And*): " + ok);
View Full Code Here

    ok = inst.match("(OS*>And*)") ;
    System.out.println("Matching: (OS*>And*): " + ok);
    ok = inst.match("(OS<*And*,)") ;
    System.out.println("Matching: (OS<*And*,): " + ok);
    ok = inst.match("(OS<*And*,L*)") ;
    System.out.println("Matching: (OS<*And*,L*): " + ok);
    ok = inst.match("(OS<*And*)") ;
    System.out.println("Matching: (OS<*And*): " + ok);
    ok = inst.match("(OS=zz*)") ;
    System.out.println("Matching: (OS=zz*): " + ok);
View Full Code Here

    System.out.println("Matching: (OS*>And*): " + ok);
    ok = inst.match("(OS<*And*,)") ;
    System.out.println("Matching: (OS<*And*,): " + ok);
    ok = inst.match("(OS<*And*,L*)") ;
    System.out.println("Matching: (OS<*And*,L*): " + ok);
    ok = inst.match("(OS<*And*)") ;
    System.out.println("Matching: (OS<*And*): " + ok);
    ok = inst.match("(OS=zz*)") ;
    System.out.println("Matching: (OS=zz*): " + ok);
    ok = inst.match("(OS<*zz*)") ;
    System.out.println("Matching: (O*>zz*): " + ok);
View Full Code Here

    System.out.println("Matching: (OS<*And*,): " + ok);
    ok = inst.match("(OS<*And*,L*)") ;
    System.out.println("Matching: (OS<*And*,L*): " + ok);
    ok = inst.match("(OS<*And*)") ;
    System.out.println("Matching: (OS<*And*): " + ok);
    ok = inst.match("(OS=zz*)") ;
    System.out.println("Matching: (OS=zz*): " + ok);
    ok = inst.match("(OS<*zz*)") ;
    System.out.println("Matching: (O*>zz*): " + ok);

    System.out.println("");
View Full Code Here

    System.out.println("Matching: (OS<*And*,L*): " + ok);
    ok = inst.match("(OS<*And*)") ;
    System.out.println("Matching: (OS<*And*): " + ok);
    ok = inst.match("(OS=zz*)") ;
    System.out.println("Matching: (OS=zz*): " + ok);
    ok = inst.match("(OS<*zz*)") ;
    System.out.println("Matching: (O*>zz*): " + ok);

    System.out.println("");
    System.out.println("Matching: (OS *> Linux, Android, IOS, Windows): " + ok);
    ok = inst.match("(OS <* Linux, Android, IOS, Windows)";
View Full Code Here

    ok = inst.match("(OS<*zz*)") ;
    System.out.println("Matching: (O*>zz*): " + ok);

    System.out.println("");
    System.out.println("Matching: (OS *> Linux, Android, IOS, Windows): " + ok);
    ok = inst.match("(OS <* Linux, Android, IOS, Windows)";
    System.out.println("Matching: (OS <* Linux, Android, IOS, Windows): " + ok);
    ok = inst.match("(OS *> Linux, Android)";
    System.out.println("Matching: (OS *> Linux, Android): " + ok);
    ok = inst.match("(OS *> Android)";
    System.out.println("Matching: (OS *> Android): " + ok);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.