Uses of Interface
org.mindswap.pellet.tbox.TBox

Packages that use TBox
org.mindswap.pellet   
org.mindswap.pellet.tableau.completion   
org.mindswap.pellet.tbox   
org.mindswap.pellet.tbox.impl   
 

Uses of TBox in org.mindswap.pellet
 

Methods in org.mindswap.pellet that return TBox
 TBox ABox.getTBox()
          Return the TBox
 TBox KnowledgeBase.getTBox()
           
 

Methods in org.mindswap.pellet with parameters of type TBox
 void KnowledgeBase.setTBox(TBox tbox)
           
 

Uses of TBox in org.mindswap.pellet.tableau.completion
 

Methods in org.mindswap.pellet.tableau.completion that return TBox
 TBox CompletionStrategy.getTBox()
           
 

Uses of TBox in org.mindswap.pellet.tbox
 

Methods in org.mindswap.pellet.tbox that return TBox
static TBox TBoxFactory.createTBox(KnowledgeBase kb)
           
 

Uses of TBox in org.mindswap.pellet.tbox.impl
 

Classes in org.mindswap.pellet.tbox.impl that implement TBox
 class TBoxExpImpl
           Title: Implementation of TBox interface to generate explanations efficiently and correctly.
 class TBoxImpl
          TBox implementation that keeps track of explanations and allows flexible absorption algorithms.
 



Copyright © 2004 Evren Sirin. All Rights Reserved.