org.dbe.eve
Interface ServicePool

All Superinterfaces:
java.util.Map, java.io.Serializable
All Known Implementing Classes:
ServicePoolImpl

public interface ServicePool
extends java.util.Map, java.io.Serializable

Author:
Claudius The ServicePool holds all services of a habitat. It acts as the search space for the GA.

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 EvEService getEvEService(java.lang.Object i)
          Same method as Map.get (Object), but specifically to ServicePool, so people that don't know what this Interface returns can use it.
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getEvEService

EvEService getEvEService(java.lang.Object i)
Same method as Map.get (Object), but specifically to ServicePool, so people that don't know what this Interface returns can use it.

Parameters:
i - SM_ID of the Service
Returns:
EvEService returns the associated EvEService