antsim
Interface ResourceSet

All Superinterfaces:
Clearable
All Known Implementing Classes:
GnutantResourceSet, GnutantResourceSet, MessorResourceSet, RandomResourceSet

public interface ResourceSet
extends Clearable

Interface ResourceSet is used in scenarios in order to obtain a set of resources to be inserted in the simulated peer network and a set of requests to be performed.

Version:
$Revision: 1.2 $
Author:
Alberto Montresor

Field Summary
static String NAME
          Identifier used in the configuration files
 
Method Summary
 List getResources()
          Returns a list containing the resources contained in this resource set.
 
Methods inherited from interface anthill.util.Clearable
clear
 

Field Detail

NAME

public static final String NAME
Identifier used in the configuration files

See Also:
Constant Field Values
Method Detail

getResources

public List getResources()
Returns a list containing the resources contained in this resource set. Returns null if the list is empty.