|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEngine
Interface describing an engine in the RoboticsAPI. Each engine implementation must provide a public constructor with one argument of the type 'RoboticsAPIContext'. Otherwise, it is not usable within a RoboticsAPIContext. For this purpose, engines may subclass 'AbstractEngine' which provides such a constructor.
| Method Summary | |
|---|---|
void |
dispose()
Disposes the engine. |
RoboticsAPIContext |
getContext()
Gets the context for this engine. |
Class<? extends IEngine> |
getEngineType()
Gets the type of the engine. |
void |
initialize()
Initializes the engine. |
void |
setParameters(com.kuka.common.ParameterSet parameters)
Sets the parameters for this engine. |
| Method Detail |
|---|
Class<? extends IEngine> getEngineType()
void dispose()
void initialize()
RoboticsAPIContext getContext()
void setParameters(com.kuka.common.ParameterSet parameters)
parameters - The parameters for this engine.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||