Uses of Class
openllet.core.utils.CandidateSet
-
Packages that use CandidateSet Package Description openllet.core.boxes.abox -
-
Uses of CandidateSet in openllet.core.boxes.abox
Methods in openllet.core.boxes.abox that return CandidateSet Modifier and Type Method Description CandidateSet<openllet.aterm.ATermAppl>ABox. getObviousInstances(openllet.aterm.ATermAppl c)CandidateSet<openllet.aterm.ATermAppl>ABox. getObviousInstances(openllet.aterm.ATermAppl c, java.util.Collection<openllet.aterm.ATermAppl> individuals)CandidateSet<openllet.aterm.ATermAppl>ABoxImpl. getObviousInstances(openllet.aterm.ATermAppl c)CandidateSet<openllet.aterm.ATermAppl>ABoxImpl. getObviousInstances(openllet.aterm.ATermAppl cParam, java.util.Collection<openllet.aterm.ATermAppl> individuals)CandidateSet<openllet.aterm.ATermAppl>ABox. getObviousSubjects(openllet.aterm.ATermAppl p, openllet.aterm.ATermAppl o)CandidateSet<openllet.aterm.ATermAppl>ABoxImpl. getObviousSubjects(openllet.aterm.ATermAppl p, openllet.aterm.ATermAppl o)Methods in openllet.core.boxes.abox with parameters of type CandidateSet Modifier and Type Method Description voidABox. getObviousObjects(openllet.aterm.ATermAppl p, CandidateSet<openllet.aterm.ATermAppl> candidates)voidABoxImpl. getObviousObjects(openllet.aterm.ATermAppl pParam, CandidateSet<openllet.aterm.ATermAppl> candidates)voidABox. getObviousSubjects(openllet.aterm.ATermAppl p, openllet.aterm.ATermAppl o, CandidateSet<openllet.aterm.ATermAppl> candidates)voidABoxImpl. getObviousSubjects(openllet.aterm.ATermAppl p, openllet.aterm.ATermAppl o, CandidateSet<openllet.aterm.ATermAppl> candidates)voidABox. getSubjects(openllet.aterm.ATermAppl p, openllet.aterm.ATermAppl o, CandidateSet<openllet.aterm.ATermAppl> candidates)voidABoxImpl. getSubjects(openllet.aterm.ATermAppl p, openllet.aterm.ATermAppl o, CandidateSet<openllet.aterm.ATermAppl> candidates)
-