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