anl.aida.client.net
Class ConceptGraph<T>

java.lang.Object
  extended by anl.aida.client.net.ConceptGraph<T>

public class ConceptGraph<T>
extends java.lang.Object

Date: Feb 25, 2009 3:19:12 PM


Field Summary
private  DocSetID docSetID
           
private  edu.uci.ics.jung.graph.Graph<T,CGEdge> graph
           
private  java.lang.String title
           
 
Constructor Summary
ConceptGraph(java.lang.String title, DocSetID docSetID, edu.uci.ics.jung.graph.Graph<T,CGEdge> graph)
           
 
Method Summary
 DocSetID getDocSetID()
           
 java.util.Collection<CGEdge> getEdges()
           
 edu.uci.ics.jung.graph.util.Pair<T> getEndpoints(CGEdge cgEdge)
           
 edu.uci.ics.jung.graph.Graph<T,CGEdge> getGraph()
           
 java.util.Collection<CGEdge> getInEdges(T t)
           
 java.lang.String getTitle()
           
 int getVertexCount()
           
 java.util.Collection<T> getVertices()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

graph

private edu.uci.ics.jung.graph.Graph<T,CGEdge> graph

title

private java.lang.String title

docSetID

private DocSetID docSetID
Constructor Detail

ConceptGraph

public ConceptGraph(java.lang.String title,
                    DocSetID docSetID,
                    edu.uci.ics.jung.graph.Graph<T,CGEdge> graph)
Method Detail

getDocSetID

public DocSetID getDocSetID()

getTitle

public java.lang.String getTitle()

getGraph

public edu.uci.ics.jung.graph.Graph<T,CGEdge> getGraph()

getVertices

public java.util.Collection<T> getVertices()

getVertexCount

public int getVertexCount()

getInEdges

public java.util.Collection<CGEdge> getInEdges(T t)

getEdges

public java.util.Collection<CGEdge> getEdges()

getEndpoints

public edu.uci.ics.jung.graph.util.Pair<T> getEndpoints(CGEdge cgEdge)