com.neuronrobotics.sdk.common.device.server.IBowlerCommandProcessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-bowler Show documentation
Show all versions of java-bowler Show documentation
A command line utility for accesing the bowler framework.
package com.neuronrobotics.sdk.common.device.server;
import com.neuronrobotics.sdk.common.BowlerMethod;
// TODO: Auto-generated Javadoc
/**
* The Interface IBowlerCommandProcessor.
*/
public interface IBowlerCommandProcessor {
/**
* Process.
*
* @param data the data
* @return the object[]
*/
public Object [] process(Object [] data);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy