Package | Description |
---|---|
lavesdk.math.graph | |
lavesdk.utils |
Modifier and Type | Method and Description |
---|---|
Trail<V> |
TrailByID.cast()
|
Trail<V> |
Trail.clone()
Gets a shallow copy of this trail (the vertices in the trail are not cloned).
|
Modifier and Type | Method and Description |
---|---|
boolean |
Trail.equals(Trail<V> t)
Indicates whether this trail equals the specified one.
|
Modifier and Type | Method and Description |
---|---|
static <V extends Vertex> |
GraphUtils.toTrail(java.lang.String trail,
Graph<V,? extends Edge> graph,
Trail<Vertex> base)
Converts a specified trail as a string in a concrete
Trail . |
Modifier and Type | Method and Description |
---|---|
static <V extends Vertex> |
GraphUtils.toTrail(java.lang.String trail,
Graph<V,? extends Edge> graph,
Trail<Vertex> base)
Converts a specified trail as a string in a concrete
Trail . |