edu.uci.ics.jung.algorithms.blockmodel
Class BipartiteGraphCollapser.CollapsedBipartiteEdge

java.lang.Object
  extended by edu.uci.ics.jung.utils.UserDataDelegate
      extended by edu.uci.ics.jung.graph.impl.AbstractElement
          extended by edu.uci.ics.jung.graph.impl.AbstractArchetypeEdge
              extended by edu.uci.ics.jung.graph.impl.AbstractSparseEdge
                  extended by edu.uci.ics.jung.graph.impl.UndirectedSparseEdge
                      extended by edu.uci.ics.jung.graph.impl.BipartiteEdge
                          extended by edu.uci.ics.jung.algorithms.blockmodel.BipartiteGraphCollapser.CollapsedBipartiteEdge
All Implemented Interfaces:
GraphCollapser.CollapsedEdge, ArchetypeEdge, Edge, Element, UndirectedEdge, UserDataContainer, Cloneable
Enclosing class:
BipartiteGraphCollapser

public class BipartiteGraphCollapser.CollapsedBipartiteEdge
extends BipartiteEdge
implements GraphCollapser.CollapsedEdge


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.uci.ics.jung.utils.UserDataContainer
UserDataContainer.CopyAction
 
Field Summary
 
Fields inherited from class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
mFrom, mTo
 
Fields inherited from class edu.uci.ics.jung.graph.impl.AbstractElement
id, m_Graph
 
Fields inherited from class edu.uci.ics.jung.utils.UserDataDelegate
factory, udc_delegate
 
Constructor Summary
BipartiteGraphCollapser.CollapsedBipartiteEdge(BipartiteVertex a, BipartiteVertex b, Set edges)
           
 
Method Summary
 Set getRelevantEdges()
           
 
Methods inherited from class edu.uci.ics.jung.graph.impl.BipartiteEdge
copy
 
Methods inherited from class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
getEndpoints, getIncidentVertices, getOpposite, isIncident, numVertices, toString
 
Methods inherited from class edu.uci.ics.jung.graph.impl.AbstractArchetypeEdge
equals, getEqualEdge, getEquivalentEdge, getIncidentElements
 
Methods inherited from class edu.uci.ics.jung.graph.impl.AbstractElement
addGraph_internal, getGraph, hashCode, initialize, removeGraph_internal
 
Methods inherited from class edu.uci.ics.jung.utils.UserDataDelegate
addUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDataFactory, setUserDatum
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.uci.ics.jung.graph.Edge
getEndpoints, getOpposite
 
Methods inherited from interface edu.uci.ics.jung.graph.ArchetypeEdge
copy, getEqualEdge, getEquivalentEdge, getIncidentVertices, isIncident, numVertices
 
Methods inherited from interface edu.uci.ics.jung.graph.Element
getGraph, getIncidentElements
 
Methods inherited from interface edu.uci.ics.jung.utils.UserDataContainer
addUserDatum, clone, containsUserDatumKey, getUserDatum, getUserDatumCopyAction, getUserDatumKeyIterator, importUserData, removeUserDatum, setUserDatum
 

Constructor Detail

BipartiteGraphCollapser.CollapsedBipartiteEdge

public BipartiteGraphCollapser.CollapsedBipartiteEdge(BipartiteVertex a,
                                                      BipartiteVertex b,
                                                      Set edges)
Method Detail

getRelevantEdges

public Set getRelevantEdges()
Specified by:
getRelevantEdges in interface GraphCollapser.CollapsedEdge