Modifier and Type | Method and Description |
---|---|
protected <T extends AbstractGraphEdge<?,?>> |
AbstractGraph.getEdges(AbstractGraphNode source,
AbstractGraphNode target,
java.util.Collection<T> collection)
Returns the edges from source to target, contained in the given
collection
|
protected <T extends AbstractGraphEdge<?,?>> |
AbstractGraph.removeFromEdges(AbstractGraphNode source,
AbstractGraphNode target,
java.util.Collection<T> collection) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectedGraphNode |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectedHypergraphNode |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUndirectedNode |