org.mindswap.pellet.taxonomy
Class JGraphBasedDefinitionOrder

java.lang.Object
  extended by org.mindswap.pellet.taxonomy.AbstractDefinitionOrder
      extended by org.mindswap.pellet.taxonomy.JGraphBasedDefinitionOrder
All Implemented Interfaces:
java.lang.Iterable<aterm.ATermAppl>, DefinitionOrder

public class JGraphBasedDefinitionOrder
extends AbstractDefinitionOrder

Author:
Evren Sirin

Constructor Summary
JGraphBasedDefinitionOrder(KnowledgeBase kb, java.util.Comparator<aterm.ATerm> comparator)
           
 
Method Summary
 void destructiveTopologocialSort(java.util.List<aterm.ATermAppl> nodesSorted)
           
 
Methods inherited from class org.mindswap.pellet.taxonomy.AbstractDefinitionOrder
isCyclic, iterator
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGraphBasedDefinitionOrder

public JGraphBasedDefinitionOrder(KnowledgeBase kb,
                                  java.util.Comparator<aterm.ATerm> comparator)
Method Detail

destructiveTopologocialSort

public void destructiveTopologocialSort(java.util.List<aterm.ATermAppl> nodesSorted)


Copyright © 2004 Evren Sirin. All Rights Reserved.