public class Edge extends Object
| Constructor and Description |
|---|
Edge(String from,
String to) |
Edge(String from,
String to,
String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFrom() |
String |
getLabel() |
String |
getTo() |
String |
getType() |
int |
hashCode() |
void |
setFrom(String from) |
void |
setLabel(String label) |
void |
setTo(String to) |
void |
setType(String type) |
String |
toString() |
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 getType()
public void setType(String type)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.