|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mindswap.pellet.DefaultEdge
public class DefaultEdge
Constructor Summary | |
---|---|
DefaultEdge(Role name,
Individual from,
Node to)
|
|
DefaultEdge(Role name,
Individual from,
Node to,
DependencySet d)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
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()
|
int |
hashCode()
|
void |
setDepends(DependencySet ds)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultEdge(Role name, Individual from, Node to)
public DefaultEdge(Role name, Individual from, Node to, DependencySet d)
Method Detail |
---|
public Node getNeighbor(Node node)
getNeighbor
in interface Edge
node
- a node upon which this edge is incident
public java.lang.String toString()
toString
in class java.lang.Object
public DependencySet getDepends()
getDepends
in interface Edge
public Individual getFrom()
getFrom
in interface Edge
public Role getRole()
getRole
in interface Edge
public Node getTo()
getTo
in interface Edge
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public aterm.ATermAppl getFromName()
getFromName
in interface Edge
public aterm.ATermAppl getToName()
getToName
in interface Edge
public void setDepends(DependencySet ds)
setDepends
in interface Edge
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |