public abstract class Edge extends Object
protected
Edge(NodeId fromId, NodeId toId)
abstract Edge
copy(NodeId fromId, NodeId toId)
boolean
equals(Object obj)
NodeId
getFromId()
getToId()
int
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
protected Edge(NodeId fromId, NodeId toId)
public NodeId getFromId()
public NodeId getToId()
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public abstract Edge copy(NodeId fromId, NodeId toId)
fromId
toId
Copyright © 2006-2015 Google, Inc.. All Rights Reserved.