public interface Edge
Title:
Description: Represents an edge in the tableau completion graph.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
| Modifier and Type | Method and Description |
|---|---|
DependencySet |
getDepends() |
Individual |
getFrom() |
aterm.ATermAppl |
getFromName() |
Node |
getNeighbor(Node node)
Given a node upon which this edge is incident, the opposite incident node is returned.
|
Role |
getRole() |
Node |
getTo() |
aterm.ATermAppl |
getToName() |
void |
setDepends(DependencySet ds) |
Node getNeighbor(Node node)
node - a node upon which this edge is incidentDependencySet getDepends()
void setDepends(DependencySet ds)
Individual getFrom()
aterm.ATermAppl getFromName()
Role getRole()
Node getTo()
aterm.ATermAppl getToName()
Copyright © 2019. All rights reserved.