edu.uci.ics.jung.algorithms.util
Class Context<G,E>

java.lang.Object
  extended by edu.uci.ics.jung.algorithms.util.Context<G,E>

public class Context<G,E>
extends Object


Field Summary
 E element
           
 G graph
           
 
Constructor Summary
Context()
           
 
Method Summary
static
<G,E> Context<G,E>
getInstance(G graph, E element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graph

public G graph

element

public E element
Constructor Detail

Context

public Context()
Method Detail

getInstance

public static <G,E> Context<G,E> getInstance(G graph,
                                             E element)


Copyright © 2007. All Rights Reserved.