Uses of Class
org.mindswap.pellet.Individual

Packages that use Individual
org.mindswap.pellet   
 

Uses of Individual in org.mindswap.pellet
 

Methods in org.mindswap.pellet that return Individual
 Individual KnowledgeBase.addIndividual(aterm.ATermAppl i)
           
 Individual ABox.addIndividual(aterm.ATermAppl x)
           
 Individual Edge.getFrom()
           
 Individual ABox.getIndividual(aterm.ATerm x)
           
 Individual Node.getParent()
           
 

Methods in org.mindswap.pellet with parameters of type Individual
 void SHOINStrategy.addEdge(Individual subj, Role pred, Node obj, DependencySet ds)
           
 void CompletionStrategy.addEdge(Individual subj, Role pred, Node obj, DependencySet ds)
           
 aterm.ATermAppl OWLTStrategy.createMomentConcept(Individual node)
           
 aterm.ATermAppl OWLTStrategy.createOWLConcept(Individual node)
           
 EdgeList EdgeList.getEdgesFrom(Individual from)
           
 EdgeList EdgeList.getEdgesFromTo(Individual from, Node to)
           
 java.util.Set EdgeList.getFilteredNeighbors(Individual node)
           
 java.util.Set EdgeList.getNeighborNames(Individual node)
           
 void ABox.getSames(Individual ind, java.util.Set knowns, java.util.Set unknowns)
           
 org.mindswap.pellet.IndividualIterator ABox.getSingletonIterator(Individual x)
           
 boolean EdgeList.hasEdge(Individual from, Role role, Node to)
           
 boolean EdgeList.hasEdgeFrom(Individual from)
           
 boolean EdgeList.hasEdgeFrom(Individual from, Role role)
           
 Bool Individual.hasObjectPropertyValue(Role r, Individual value)
          Check the property assertions to see if it is possible for this individual to have the value for the given object property.
 boolean Blocking.isBlocked(Individual x)
           
 boolean TemporalMarking.isDirectlyBlocked(Individual x, java.util.List ancestors)
           
 boolean SubsetBlocking.isDirectlyBlocked(Individual x, java.util.List ancestors)
           
 boolean OptimizedDoubleBlocking.isDirectlyBlocked(Individual w, java.util.List ancestors)
           
 boolean EqualityBlocking.isDirectlyBlocked(Individual x, java.util.List ancestors)
           
 boolean EconnDoubleBlocking.isDirectlyBlocked(Individual x, java.util.List ancestors)
           
 boolean DoubleBlocking.isDirectlyBlocked(Individual x, java.util.List ancestors)
           
abstract  boolean Blocking.isDirectlyBlocked(Individual x, java.util.List ancestors)
           
 boolean TemporalMarking.isFutureMarked(Individual x)
           
 boolean Blocking.isIndirectlyBlocked(Individual x)
           
 Bool ABox.isKnownType(Individual pNode, aterm.ATermAppl concept, java.util.Collection subs)
           
 boolean TemporalMarking.isPastMarked(Individual x)
           
static aterm.ATermAppl[] DisjunctionSorting.sort(Individual node, aterm.ATermAppl[] disjunctions)
           
 

Constructors in org.mindswap.pellet with parameters of type Individual
CachedNode(Individual node, DependencySet depends)
           
Edge(Role name, Individual from, Node to)
           
Edge(Role name, Individual from, Node to, DependencySet d)
           
 



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