org.dishevelled.observable.graph.impl
Class ObservableGraphUtils

java.lang.Object
  extended by org.dishevelled.observable.graph.impl.ObservableGraphUtils

public final class ObservableGraphUtils
extends Object

Utility methods for creating observable graph decorators.

Version:
$Revision$ $Date$
Author:
Michael Heuer

Method Summary
static
<N,E> ObservableGraph<N,E>
observableGraph(Graph<N,E> graph)
          Create and return a new observable decorator for the specified graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

observableGraph

public static <N,E> ObservableGraph<N,E> observableGraph(Graph<N,E> graph)
Create and return a new observable decorator for the specified graph.

Type Parameters:
N - node value type
E - edge value type
Parameters:
graph - graph to decorate, must not be null
Returns:
a new observable decorator for the specified graph


Copyright (c) 2008-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).