|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.AbstractEngine
public abstract class AbstractEngine
Base implementation of an engine.
| Constructor Summary | |
|---|---|
protected |
AbstractEngine(RoboticsAPIContext context)
For subclasses. |
| Method Summary | |
|---|---|
void |
dispose()
Disposes the engine. |
RoboticsAPIContext |
getContext()
Gets the context for this engine. |
abstract 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractEngine(RoboticsAPIContext context)
Subclasses should provide the same constructor with the same parameters, because this constructor is called by the RoboticsAPI through reflection.
context - The context for this controller. null is not allowed.| Method Detail |
|---|
public abstract Class<? extends IEngine> getEngineType()
getEngineType in interface IEnginepublic void setParameters(com.kuka.common.ParameterSet parameters)
setParameters in interface IEngineparameters - The parameters for this engine.public void dispose()
dispose in interface IEnginepublic void initialize()
initialize in interface IEnginepublic final RoboticsAPIContext getContext()
getContext in interface IEngine
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||