public abstract class Link
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Link.Empty |
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTo() |
Vertex<?> |
getVertex() |
void |
init()
Initialise the Link.
|
void |
remove()
Remove this link.
|
public void init()
public Vertex<?> getVertex()
public long getTo()
public void remove()