sidnet.core.interfaces
Interface DataExchangeInterface


public interface DataExchangeInterface


Method Summary
 double readDataAt(Location2D physicalLocation, LocationContext physicalLocationContext)
           
 void writeDataAt(double data, Location2D physicalLocation, LocationContext physicalLocationContext)
           
 

Method Detail

readDataAt

double readDataAt(Location2D physicalLocation,
                  LocationContext physicalLocationContext)

writeDataAt

void writeDataAt(double data,
                 Location2D physicalLocation,
                 LocationContext physicalLocationContext)