org.mindswap.pellet.taxonomy
Class TaxonomyBuilder

java.lang.Object
  extended by org.mindswap.pellet.taxonomy.TaxonomyBuilder

public class TaxonomyBuilder
extends java.lang.Object

Author:
Evren Sirin

Constructor Summary
TaxonomyBuilder(KnowledgeBase kb)
           
 
Method Summary
 Taxonomy classify()
          Classify the KB.
 void classify(aterm.ATermAppl c)
           
 void printStats()
           
 Taxonomy realize()
          Realize the KB by finding the instances of each class.
 void setListener(ClassifyProgress listener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxonomyBuilder

public TaxonomyBuilder(KnowledgeBase kb)
Method Detail

setListener

public void setListener(ClassifyProgress listener)

classify

public Taxonomy classify()
Classify the KB.


classify

public void classify(aterm.ATermAppl c)

realize

public Taxonomy realize()
Realize the KB by finding the instances of each class.


printStats

public void printStats()


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.