|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Edge
Title:
Description: Represents an edge in the tableau completion graph.
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
Method Summary | |
---|---|
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)
|
Method Detail |
---|
Node getNeighbor(Node node)
node
- a node upon which this edge is incident
DependencySet getDepends()
void setDepends(DependencySet ds)
Individual getFrom()
aterm.ATermAppl getFromName()
Role getRole()
Node getTo()
aterm.ATermAppl getToName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |