|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The Peernet interface represents a simulated
peer-to-peer network. Each Peernet is composed by a
collection of nests linked together. Peernet objects
are one of the components of Scenario objects.
| Field Summary | |
static String |
NAME
Identifier used in the configuration files |
| Method Summary | |
void |
executeRound()
Execute a single round in the simulated P2P network. |
List |
getNests()
Returns the collection of nests composing the simulated P2P network. |
int |
size()
Returns the initial size of the P2P network. |
| Methods inherited from interface anthill.util.Clearable |
clear |
| Field Detail |
public static final String NAME
| Method Detail |
public List getNests()
public int size()
public void executeRound()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||