public abstract class BaseController extends Object implements ControllerInterface
| Modifier and Type | Field and Description |
|---|---|
protected Activation |
activation |
protected BaseErrorFunction |
errorFunction |
protected ControlFunctionCollection |
errorFunction1 |
protected BaseInputFunction |
inputFunction |
protected ControlFunctionCollection |
inputFunction1 |
protected BaseOutputFunction |
outputFunction |
protected ControlFunctionCollection |
outputFunction1 |
protected BaseReferenceFunction |
referenceFunction |
protected ControlFunctionCollection |
referenceFunction1 |
| Constructor and Description |
|---|
BaseController() |
| Modifier and Type | Method and Description |
|---|---|
BaseErrorFunction |
getErrorFunction() |
ControlFunctionCollection |
getErrorFunction1() |
BaseInputFunction |
getInputFunction() |
ControlFunctionCollection |
getInputFunction1() |
BaseOutputFunction |
getOutputFunction() |
ControlFunctionCollection |
getOutputFunction1() |
BaseReferenceFunction |
getReferenceFunction() |
ControlFunctionCollection |
getReferenceFunction1() |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititerateprotected Activation activation
protected BaseInputFunction inputFunction
protected BaseErrorFunction errorFunction
protected BaseOutputFunction outputFunction
protected BaseReferenceFunction referenceFunction
protected ControlFunctionCollection errorFunction1
protected ControlFunctionCollection referenceFunction1
protected ControlFunctionCollection inputFunction1
protected ControlFunctionCollection outputFunction1
public BaseInputFunction getInputFunction()
getInputFunction in interface ControllerInterfacepublic BaseErrorFunction getErrorFunction()
getErrorFunction in interface ControllerInterfacepublic BaseOutputFunction getOutputFunction()
getOutputFunction in interface ControllerInterfacepublic BaseReferenceFunction getReferenceFunction()
getReferenceFunction in interface ControllerInterfacepublic ControlFunctionCollection getErrorFunction1()
getErrorFunction1 in interface ControllerInterfacepublic ControlFunctionCollection getReferenceFunction1()
getReferenceFunction1 in interface ControllerInterfacepublic ControlFunctionCollection getInputFunction1()
getInputFunction1 in interface ControllerInterfacepublic ControlFunctionCollection getOutputFunction1()
getOutputFunction1 in interface ControllerInterfacepublic void stop()
throws Exception
stop in interface ControllerInterfaceExceptionCopyright © 2017. All rights reserved.