org.deri.iris.evaluation.topdown
Class AllPredicateTagger

java.lang.Object
  extended by org.deri.iris.evaluation.topdown.AllPredicateTagger
All Implemented Interfaces:
IPredicateTagger

public class AllPredicateTagger
extends Object
implements IPredicateTagger


Constructor Summary
AllPredicateTagger(List<IRule> rules)
           
 
Method Summary
 Set<IPredicate> getMemoPredicates()
          Returns a set of tagged predicates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllPredicateTagger

public AllPredicateTagger(List<IRule> rules)
Method Detail

getMemoPredicates

public Set<IPredicate> getMemoPredicates()
Description copied from interface: IPredicateTagger
Returns a set of tagged predicates.

Specified by:
getMemoPredicates in interface IPredicateTagger
Returns:
set of tagged predicates.