Uses of Class
org.mindswap.pellet.ABox

Packages that use ABox
org.mindswap.pellet   
org.mindswap.pellet.rete   
 

Uses of ABox in org.mindswap.pellet
 

Methods in org.mindswap.pellet that return ABox
 ABox ABox.copy()
          Create a copy of this ABox with all the nodes and edges.
 ABox ABox.copy(aterm.ATermAppl extraIndividual, boolean copyIndividuals)
          Create a copy of this ABox with one more additional individual.
 ABox Node.getABox()
          getABox
 ABox KnowledgeBase.getABox()
           
 ABox ABox.getLastCompletion()
           
 ABox ABox.getPseudoModel()
           
 

Methods in org.mindswap.pellet with parameters of type ABox
abstract  Node Node.copyTo(ABox abox)
           
 Node Literal.copyTo(ABox abox)
           
 Node Individual.copyTo(ABox abox)
           
 

Constructors in org.mindswap.pellet with parameters of type ABox
ABox(ABox abox)
           
ABox(ABox abox, aterm.ATermAppl extraIndividual, boolean copyIndividuals)
           
CompletionStrategy(ABox abox, Blocking blocking)
           
EconnDoubleBlocking(ABox a)
           
EconnSHIONStrategy(ABox abox)
           
EmptySHNStrategy(ABox abox)
           
Literal(aterm.ATermAppl name, aterm.ATermAppl term, ABox abox)
           
Literal(Literal literal, ABox abox)
           
OWLTStrategy(ABox abox)
           
PECDoubleBlocking(ABox a)
           
PECSHIONStrategy(ABox abox)
           
RuleStrategy(ABox abox)
           
SHINStrategy(ABox abox)
           
SHNStrategy(ABox abox)
           
SHOINStrategy(ABox abox)
           
SHONStrategy(ABox abox)
           
 

Uses of ABox in org.mindswap.pellet.rete
 

Methods in org.mindswap.pellet.rete with parameters of type ABox
 java.util.Set Compiler.compileFacts(ABox abox)
           
 



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