Uses of Class
org.mindswap.pellet.EdgeList

Packages that use EdgeList
org.mindswap.pellet   
org.mindswap.pellet.tableau.cache   
 

Uses of EdgeList in org.mindswap.pellet
 

Methods in org.mindswap.pellet that return EdgeList
 EdgeList EdgeList.getEdges(Role role)
           
 EdgeList EdgeList.getEdgesFrom(Individual from)
           
 EdgeList EdgeList.getEdgesFrom(Individual from, Role r)
           
 EdgeList EdgeList.getEdgesFromTo(Individual from, Node to)
           
 EdgeList EdgeList.getEdgesTo(Node to)
           
 EdgeList Individual.getEdgesTo(Node x)
           
 EdgeList Individual.getEdgesTo(Node x, Role r)
           
 EdgeList EdgeList.getEdgesTo(Role r, Node to)
           
 EdgeList Node.getInEdges()
           
 EdgeList ABox.getInEdges(aterm.ATerm x)
           
 EdgeList Individual.getOutEdges()
           
 EdgeList ABox.getOutEdges(aterm.ATerm x)
           
 EdgeList Individual.getRNeighborEdges(Role r)
           
 EdgeList Individual.getRNeighborEdges(Role r, Node node)
          Get neighbor edges to a specific node
 EdgeList Individual.getRPredecessorEdges(Role r)
           
 EdgeList Individual.getRSuccessorEdges(Role r)
           
 EdgeList EdgeList.sort()
           
 

Methods in org.mindswap.pellet with parameters of type EdgeList
 void EdgeList.addEdgeList(EdgeList edges)
           
 

Constructors in org.mindswap.pellet with parameters of type EdgeList
EdgeList(EdgeList edges)
           
 

Uses of EdgeList in org.mindswap.pellet.tableau.cache
 

Methods in org.mindswap.pellet.tableau.cache that return EdgeList
 EdgeList CachedConceptNode.getInEdges()
          Returns the incoming edges of this node.
 EdgeList CachedConstantNode.getInEdges()
          Returns the incoming edges of this node.
 EdgeList CachedNode.getInEdges()
          Returns the incoming edges of this node.
 EdgeList CachedConceptNode.getOutEdges()
          Returns the outgoing edges of this node.
 EdgeList CachedConstantNode.getOutEdges()
          Returns the outgoing edges of this node.
 EdgeList CachedNode.getOutEdges()
          Returns the outgoing edges of this node.
 



Copyright © 2004 Evren Sirin. All Rights Reserved.