netkit.util
Class ModularityClusterer.Cluster

java.lang.Object
  extended by netkit.util.ModularityClusterer.Cluster
All Implemented Interfaces:
java.lang.Iterable<Node>
Enclosing class:
ModularityClusterer

public class ModularityClusterer.Cluster
extends java.lang.Object
implements java.lang.Iterable<Node>


Method Summary
 ModularityClusterer.Cluster getChildCluster1()
           
 ModularityClusterer.Cluster getChildCluster2()
           
 int getId()
           
 Node getNode()
           
 int getSize()
           
 java.util.Iterator<Node> iterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

iterator

public java.util.Iterator<Node> iterator()
Specified by:
iterator in interface java.lang.Iterable<Node>

getNode

public Node getNode()

getSize

public int getSize()

getChildCluster1

public ModularityClusterer.Cluster getChildCluster1()

getChildCluster2

public ModularityClusterer.Cluster getChildCluster2()

getId

public int getId()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object