peersim.skipnet
Class SkipnetObserver

java.lang.Object
  extended by peersim.skipnet.SkipnetObserver
All Implemented Interfaces:
peersim.core.Control

public class SkipnetObserver
extends java.lang.Object
implements peersim.core.Control


Nested Class Summary
 class SkipnetObserver.GraphFrame
           
 
Constructor Summary
SkipnetObserver(java.lang.String name)
          Creates a new observer reading configuration parameters.
 
Method Summary
 boolean execute()
          Calculates the graph diameter and refreshes the window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkipnetObserver

public SkipnetObserver(java.lang.String name)
Creates a new observer reading configuration parameters.

Method Detail

execute

public boolean execute()
Calculates the graph diameter and refreshes the window.

Specified by:
execute in interface peersim.core.Control