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 |
AbstractDirectedGraphEdge<S extends AbstractDirectedGraphNode,T extends AbstractDirectedGraphNode> |
Modifier and Type | Method and Description |
---|---|
int |
AbstractDirectedGraphEdge.compareTo(AbstractGraphEdge<S,T> edge) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDirectedIncomingHyperedge<S extends AbstractDirectedHypergraphNode,T extends AbstractDirectedHypergraphNode> |
class |
AbstractDirectedOutgoingHyperedge<S extends AbstractDirectedHypergraphNode,T extends AbstractDirectedHypergraphNode> |
Modifier and Type | Method and Description |
---|---|
int |
AbstractDirectedIncomingHyperedge.compareTo(AbstractGraphEdge<java.util.Set<S>,T> edge) |
int |
AbstractDirectedOutgoingHyperedge.compareTo(AbstractGraphEdge<S,java.util.Set<T>> edge) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUndirectedEdge<T extends UndirectedGraphNode> |