| Package | Description |
|---|---|
| com.clarkparsia.pellet.rules.rete | |
| org.mindswap.pellet | |
| org.mindswap.pellet.tableau.cache | |
| org.mindswap.pellet.tableau.completion |
| Modifier and Type | Method and Description |
|---|---|
protected Iterator<WME> |
AlphaEdgeNode.toWMEs(EdgeList edges,
WME.EdgeDirection dir) |
| Modifier and Type | Field and Description |
|---|---|
protected EdgeList |
Node.inEdges |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeList.addEdgeList(EdgeList edges) |
| Constructor and Description |
|---|
EdgeList(EdgeList edges) |
| Modifier and Type | Method and Description |
|---|---|
EdgeList |
CachedNode.getInEdges()
Returns the incoming edges of this node.
|
EdgeList |
CachedConstantNode.getInEdges()
Returns the incoming edges of this node.
|
EdgeList |
CachedConceptNode.getInEdges()
Returns the incoming edges of this node.
|
EdgeList |
CachedNode.getOutEdges()
Returns the outgoing edges of this node.
|
EdgeList |
CachedConstantNode.getOutEdges()
Returns the outgoing edges of this node.
|
EdgeList |
CachedConceptNode.getOutEdges()
Returns the outgoing edges of this node.
|
| Modifier and Type | Method and Description |
|---|---|
protected EdgeList |
SROIQIncStrategy.findAllValues(Node node,
Individual neighbor,
Set<aterm.ATermAppl> removedTypes,
Edge edge)
Method to find the edges which an all values could be applied to
|
protected EdgeList |
SROIQIncStrategy.findAllValues(Node node,
Set<aterm.ATermAppl> removedTypes)
Find applicable all values for a removed type during a restore
|
Copyright © 2019. All rights reserved.