jAER project on SourceForge

net.sf.jaer.aemapper
Interface AEMap

All Known Subinterfaces:
AlgorithmicMapper
All Known Implementing Classes:
LUTMapper

public interface AEMap

A mapping from source to destination events.

Author:
tobi

Method Summary
 int[] getMapping(int src)
          get the array of destination addresses for a source address
 

Method Detail

getMapping

int[] getMapping(int src)
get the array of destination addresses for a source address

Parameters:
src - the source address
Returns:
array of destination addresses

jAER project on SourceForge