com.clarkparsia.pellet.el
Class CachedSubsumptionComparator

java.lang.Object
  extended by org.mindswap.pellet.taxonomy.SubsumptionComparator
      extended by com.clarkparsia.pellet.el.CachedSubsumptionComparator
All Implemented Interfaces:
PartialOrderComparator<aterm.ATermAppl>

public class CachedSubsumptionComparator
extends SubsumptionComparator

Title:

Description:

Copyright: Copyright (c) 2008

Company: Clark & Parsia, LLC.

Author:
Evren Sirin

Constructor Summary
CachedSubsumptionComparator(MultiValueMap<aterm.ATermAppl,aterm.ATermAppl> subsumers)
           
 
Method Summary
 boolean isSubsumedBy(aterm.ATermAppl a, aterm.ATermAppl b)
           
 
Methods inherited from class org.mindswap.pellet.taxonomy.SubsumptionComparator
compare, setKB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedSubsumptionComparator

public CachedSubsumptionComparator(MultiValueMap<aterm.ATermAppl,aterm.ATermAppl> subsumers)
Method Detail

isSubsumedBy

public boolean isSubsumedBy(aterm.ATermAppl a,
                            aterm.ATermAppl b)


Copyright © 2004 Evren Sirin. All Rights Reserved.