uk.ac.soton.ecs.grimoires.server.rdql
Class SimpleRDQLQueryQualifier

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.rdql.SimpleRDQLQueryQualifier
All Implemented Interfaces:
RDQLQueryQualifier

public class SimpleRDQLQueryQualifier
extends Object
implements RDQLQueryQualifier

Author:
sm

Constructor Summary
SimpleRDQLQueryQualifier(boolean shouldMatchExactly)
           
 
Method Summary
 boolean doExactMatches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRDQLQueryQualifier

public SimpleRDQLQueryQualifier(boolean shouldMatchExactly)
Method Detail

doExactMatches

public boolean doExactMatches()
Specified by:
doExactMatches in interface RDQLQueryQualifier