org.mindswap.pellet.taxonomy
Class SubsumptionComparator

java.lang.Object
  extended by org.mindswap.pellet.taxonomy.SubsumptionComparator
All Implemented Interfaces:
PartialOrderComparator<aterm.ATermAppl>
Direct Known Subclasses:
CachedSubsumptionComparator

public class SubsumptionComparator
extends java.lang.Object
implements PartialOrderComparator<aterm.ATermAppl>

Title: SubsumptionComparator

Description:

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Markus Stocker

Constructor Summary
SubsumptionComparator(KnowledgeBase kb)
           
 
Method Summary
 PartialOrderRelation compare(aterm.ATermAppl a, aterm.ATermAppl b)
           
 void setKB(KnowledgeBase kb)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubsumptionComparator

public SubsumptionComparator(KnowledgeBase kb)
Method Detail

compare

public PartialOrderRelation compare(aterm.ATermAppl a,
                                    aterm.ATermAppl b)
Specified by:
compare in interface PartialOrderComparator<aterm.ATermAppl>

setKB

public void setKB(KnowledgeBase kb)


Copyright © 2004 Evren Sirin. All Rights Reserved.