public interface GraphDiff
This interface is associated with a GraphObserver
and provides an
easy access to the elements added or removed.
Modifier and Type | Method and Description |
---|---|
EdgeIterable |
getAddedEdges()
Gets all added edges.
|
NodeIterable |
getAddedNodes()
Gets all added nodes.
|
EdgeIterable |
getRemovedEdges()
Gets all removed edges.
|
NodeIterable |
getRemovedNodes()
Gets all removed nodes.
|
NodeIterable getAddedNodes()
NodeIterable getRemovedNodes()
EdgeIterable getAddedEdges()
EdgeIterable getRemovedEdges()
Copyright © 2007–2015 Gephi Consortium. All rights reserved.