peersim.pastry
Class StateBuilder

java.lang.Object
  extended by peersim.pastry.StateBuilder
All Implemented Interfaces:
peersim.core.Control

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

Title: MSPASTRY

Description: MsPastry implementation for PeerSim

Copyright: Copyright (c) 2007

Company: The Pastry Group


Constructor Summary
StateBuilder(java.lang.String prefix)
           
 
Method Summary
 boolean execute()
           
 void fillLevel(int curLevel, int begin, int end, int nodo)
           
 MSPastryProtocol get(int i)
           
 peersim.transport.Transport getTr(int i)
           
static void o(java.lang.Object o)
           
static void x(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateBuilder

public StateBuilder(java.lang.String prefix)
Method Detail

get

public final MSPastryProtocol get(int i)

getTr

public final peersim.transport.Transport getTr(int i)

fillLevel

public void fillLevel(int curLevel,
                      int begin,
                      int end,
                      int nodo)

o

public static void o(java.lang.Object o)

x

public static void x(java.lang.Object o)

execute

public boolean execute()
Specified by:
execute in interface peersim.core.Control