com.yobotics.simulationconstructionset
Interface DataProcessingFunction


public interface DataProcessingFunction

DataProcessingFunction

A function to be applied to the recorded simulation data from the in point to the out point.

Copyright: Copyright (c) 2006

Company: Yobotics, Inc.


Method Summary
 void processData()
          Defines the function to be applied to the data.
 

Method Detail

processData

void processData()
Defines the function to be applied to the data.