public class Edge extends Object implements Comparable
Edge of model graph
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
int |
getEnd() |
int |
getStart() |
void |
setEnd(int end) |
void |
setStart(int start) |
public int getStart()
public void setStart(int start)
public int getEnd()
public void setEnd(int end)
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2018 JULIE Lab, Germany. All rights reserved.