peersim.pastry
Class StateBuilder
java.lang.Object
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
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 |
StateBuilder
public StateBuilder(java.lang.String prefix)
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