public class Edge extends Object
Edge(String source, String target)
Edge(String source, String target, String name)
boolean
equals(Object obj)
String
getName()
getSource()
getTarget()
toString()
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Edge(String source, String target)
public Edge(String source, String target, String name)
public String getSource()
public String getTarget()
public String getName()
public String toString()
toString
Object
public boolean equals(Object obj)
equals
Copyright © 2024. All rights reserved.