Uses of Class
org.mindswap.pellet.utils.CandidateSet

Packages that use CandidateSet
org.mindswap.pellet   
 

Uses of CandidateSet in org.mindswap.pellet
 

Methods in org.mindswap.pellet that return CandidateSet
 CandidateSet<aterm.ATermAppl> ABox.getObviousInstances(aterm.ATermAppl c)
           
 CandidateSet<aterm.ATermAppl> ABox.getObviousInstances(aterm.ATermAppl c, java.util.Collection<aterm.ATermAppl> individuals)
           
 CandidateSet<aterm.ATermAppl> ABox.getObviousSubjects(aterm.ATermAppl p, aterm.ATermAppl o)
           
 

Methods in org.mindswap.pellet with parameters of type CandidateSet
 void ABox.getObviousObjects(aterm.ATermAppl p, CandidateSet<aterm.ATermAppl> candidates)
           
 void ABox.getObviousSubjects(aterm.ATermAppl p, aterm.ATermAppl o, CandidateSet<aterm.ATermAppl> candidates)
           
 void ABox.getSubjects(aterm.ATermAppl p, aterm.ATermAppl o, CandidateSet<aterm.ATermAppl> candidates)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.