anl.aida.client.net
Class ConceptGraph<T>
java.lang.Object
anl.aida.client.net.ConceptGraph<T>
public class ConceptGraph<T>
- extends java.lang.Object
Date: Feb 25, 2009 3:19:12 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
graph
private edu.uci.ics.jung.graph.Graph<T,CGEdge> graph
title
private java.lang.String title
docSetID
private DocSetID docSetID
ConceptGraph
public ConceptGraph(java.lang.String title,
DocSetID docSetID,
edu.uci.ics.jung.graph.Graph<T,CGEdge> graph)
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)