public abstract class BaseControlFunction extends Object implements InterfaceControlFunction
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected String |
name |
protected BaseNeuralFunction |
neural |
protected double |
value |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
BaseNeuralFunction |
getNeural() |
double |
getValue() |
void |
setActive(boolean active) |
void |
setName(String name) |
void |
setValue(double i) |
double |
update() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetXprotected double value
protected BaseNeuralFunction neural
protected String name
protected boolean active
public String getName()
public void setName(String name)
public BaseNeuralFunction getNeural()
public double update()
throws Exception
update in interface InterfaceControlFunctionExceptionpublic double getValue()
getValue in interface InterfaceControlFunctionpublic void setValue(double i)
setValue in interface InterfaceControlFunctionCopyright © 2017. All rights reserved.