public class Edge extends Object
Edge(String from, String to)
String
getFrom()
getLabel()
getTo()
void
setFrom(String from)
setLabel(String label)
setTo(String to)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Edge(String from, String to)
public String getFrom()
public void setFrom(String from)
public String getTo()
public void setTo(String to)
public String getLabel()
public void setLabel(String label)
Copyright © 2018–2020 ODPi. All rights reserved.