V
- E
- public class WeakPredecessorInspector<V,E> extends Object implements org.jgrapht.event.GraphListener<V,E>
Constructor and Description |
---|
WeakPredecessorInspector(org.jgrapht.Graph<V,E> graph) |
Modifier and Type | Method and Description |
---|---|
void |
edgeAdded(org.jgrapht.event.GraphEdgeChangeEvent<V,E> graphEdgeChangeEvent) |
void |
edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent<V,E> graphEdgeChangeEvent) |
Set<V> |
getAllPredecessors(V vertex) |
void |
vertexAdded(org.jgrapht.event.GraphVertexChangeEvent<V> graphVertexChangeEvent) |
void |
vertexRemoved(org.jgrapht.event.GraphVertexChangeEvent<V> graphVertexChangeEvent) |
public void edgeRemoved(org.jgrapht.event.GraphEdgeChangeEvent<V,E> graphEdgeChangeEvent)
public void vertexAdded(org.jgrapht.event.GraphVertexChangeEvent<V> graphVertexChangeEvent)
vertexAdded
in interface org.jgrapht.event.VertexSetListener<V>
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.