public final class ObservableGraphUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <N,E> ObservableGraph<N,E> |
observableGraph(Graph<N,E> graph)
Create and return a new observable decorator for the specified graph.
|
public static <N,E> ObservableGraph<N,E> observableGraph(Graph<N,E> graph)
N
- node value typeE
- edge value typegraph
- graph to decorate, must not be nullCopyright (c) 2008-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).