public interface EEdge
Modifier and Type | Method and Description |
---|---|
int |
getGraphId() |
int |
getId() |
int |
getSourceId() |
int |
getTargetId() |
void |
setGraphId(int id) |
void |
setId(int id) |
void |
setSourceId(int sourceId) |
void |
setTargetId(int targetId) |