Searched refs:RELAXED (Results 1 - 1 of 1) sorted by relevance

/owl-s/src/examples/
H A DMatchmaker.java23 * the inputs of services using one of EXACT, SUBSUME and RELAXED match criteria. Pellet reasoner is
32 public static String[] MATCHES = {"EXACT", "SUBSUME", "RELAXED", "FAIL"};
35 public static int RELAXED = 2; field in class:Matchmaker.Match
111 return Match.RELAXED;

Completed in 14 milliseconds