public class GraphEdge extends Object
GraphEdge(int s, int d, int t)
GraphEdge(int s, int d, int t, String sLbl, String dLbl)
boolean
equals(Object e)
String
toString()
getClass, hashCode, notify, notifyAll, wait, wait, wait
public GraphEdge(int s, int d, int t)
public GraphEdge(int s, int d, int t, String sLbl, String dLbl)
public String toString()
toString
Object
public boolean equals(Object e)
equals
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.