Package | Description |
---|---|
lavesdk.algorithm | |
lavesdk.math.graph |
Modifier and Type | Method and Description |
---|---|
<V extends Vertex> |
AlgorithmState.addTrail(java.lang.String key,
TrailByID<V> t)
Adds a trail to the state.
|
<V extends Vertex,E extends Edge> |
AlgorithmState.getTrail(java.lang.String key,
Graph<V,E> graph)
Gets a trail for a given data key.
|
<V extends Vertex,E extends Edge> |
AlgorithmState.getTrail(java.lang.String key,
Graph<V,E> graph,
TrailByID<V> defValue)
Gets a trail for a given data key.
|
Modifier and Type | Method and Description |
---|---|
<V extends Vertex> |
AlgorithmState.addTrail(java.lang.String key,
TrailByID<V> t)
Adds a trail to the state.
|
<V extends Vertex,E extends Edge> |
AlgorithmState.getTrail(java.lang.String key,
Graph<V,E> graph,
TrailByID<V> defValue)
Gets a trail for a given data key.
|
Modifier and Type | Method and Description |
---|---|
TrailByID<V> |
Trail.cast()
|
TrailByID<V> |
TrailByID.clone()
Gets a shallow copy of this trail (the identifiers of the vertices in the trail are not cloned).
|
Modifier and Type | Method and Description |
---|---|
boolean |
TrailByID.equals(TrailByID<V> t)
Indicates whether this trail equals the specified one.
|