physis.core.lifespace
Interface Remote2DLattice
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- DistributedLattice2DLifeSpace
- public interface Remote2DLattice
- extends java.rmi.Remote
Remote interface for distributed two-dimensional lattice.
getNorth
public DigitalOrganism[] getNorth()
throws java.rmi.RemoteException
getEast
public DigitalOrganism[] getEast()
throws java.rmi.RemoteException
getSouth
public DigitalOrganism[] getSouth()
throws java.rmi.RemoteException
getWest
public DigitalOrganism[] getWest()
throws java.rmi.RemoteException