Interface Topology
- All Known Implementing Classes:
FullyConnectedTopology
,RingTopology
public interface Topology
Defines the topology for an island model.
-
Method Summary
-
Method Details
-
getNeighbors
Returns the neighboring islands for the current island.- Parameters:
current
- the current islandallIslands
- the list of all islands- Returns:
- the neighboring islands
-