| Package | Description |
|---|---|
| com.mastfrog.graph | |
| com.mastfrog.graph.dynamic |
| Modifier and Type | Method and Description |
|---|---|
<T> ObjectPath<T> |
IntPath.toObjectPath(IndexedResolvable<T> indexed) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectPath<T>> |
ObjectGraph.pathsBetween(T a,
T b)
Get the set of paths that exist between two nodes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectPath.compareTo(ObjectPath o) |
boolean |
ObjectPath.containsPath(ObjectPath<T> other) |
| Modifier and Type | Method and Description |
|---|---|
List<ObjectPath<T>> |
DynamicGraph.pathsBetween(T a,
T b) |
Copyright © 2010–2020 Mastfrog Technologies. All rights reserved.