edu.ntnu.ecosim.environment
Class ClusterFinder

java.lang.Object
  extended by edu.ntnu.ecosim.environment.ClusterFinder

public class ClusterFinder
extends java.lang.Object

This is a class specialized for finding clusters within the social network of the market. Used for analytical purposes only.


Constructor Summary
protected ClusterFinder(Market m)
          The Constructor of a cluster finder
 
Method Summary
protected  void findClusters()
          Finds the largest clusters in the social network.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterFinder

protected ClusterFinder(Market m)
The Constructor of a cluster finder

Parameters:
m - the market to search in
Method Detail

findClusters

protected void findClusters()
Finds the largest clusters in the social network. The results are written to the logfile.