ants.messor
Class MessorResourceSet

java.lang.Object
  |
  +--ants.messor.MessorResourceSet
All Implemented Interfaces:
Clearable, ResourceSet

public class MessorResourceSet
extends Object
implements ResourceSet

A resource set for the messor ant species is empty, since for messors there is no fixed set of "resources" in the system.

Version:
$Revision: 1.4 $
Author:
Alberto Montresor

Field Summary
 
Fields inherited from interface antsim.ResourceSet
NAME
 
Constructor Summary
MessorResourceSet(Factory factory, String name)
          Creates an empty resource set.
 
Method Summary
 void clear()
          Restores the object to its initial state.
 List getResources()
          Returns null to represent this empty set of resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessorResourceSet

public MessorResourceSet(Factory factory,
                         String name)
Creates an empty resource set.

Parameters:
factory - the factory to be used to read configuration arguments and to create other configurable objects
name - the name that is associated to this instance in the configuration file
Method Detail

getResources

public List getResources()
Returns null to represent this empty set of resources.

Specified by:
getResources in interface ResourceSet

clear

public void clear()
Restores the object to its initial state.

Specified by:
clear in interface Clearable