public interface IncrementalRootedPayloadGraph<T,E extends IncrementalRootedPayloadGraph.Edge<T>,F extends IncrementalRootedPayloadGraph.Edge.Factory<T,E>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IncrementalRootedPayloadGraph.Edge<T> |
static class |
IncrementalRootedPayloadGraph.Factory |
| Modifier and Type | Method and Description |
|---|---|
E |
add(T object,
E parent) |
boolean |
contains(E edge) |
boolean |
contains(java.util.List<T> sequence) |
F |
getEdgeFactory() |
java.util.Collection<E> |
getEdges() |
E |
getRootEdge() |
void |
remove(E edge) |