ca.quine.jcommons.transform.graph
Class PathKey
java.lang.Object
|
+--ca.quine.jcommons.transform.graph.PathKey
- public class PathKey
- extends Object
PathKey
public PathKey(String sourceLabel,
String destLabel)
getDestLabel
public String getDestLabel()
setDestLabel
public void setDestLabel(String destLabel)
getSourceLabel
public String getSourceLabel()
setSourceLabel
public void setSourceLabel(String sourceLabel)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object