public interface NeuralFunctionInterface
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
double |
compute() |
void |
deactivate() |
String |
getConfigParameter(String par) |
String |
getDataString() |
double |
getOutput() |
double |
getParameter() |
double |
getParameter(int i) |
double |
getParameter(String field) |
Boolean |
getParameterBoolean(String f) |
Double |
getParameterDouble(String f) |
int |
getParameterInt(int index) |
String |
getParameterName(int index) |
Object |
getParameterObject(String f) |
int |
getParametersSize() |
String |
getParametersString() |
Type |
getParameterType(String f) |
String |
getTime() |
void |
pause() |
void |
setField(Field field,
String value) |
void |
setOutput(double o) |
void |
setParameter(double par) |
void |
setParameter(String par) |
Double |
stop() |
double getOutput()
void setOutput(double o)
double getParameter()
double getParameter(int i)
int getParametersSize()
String getParameterName(int index)
double getParameter(String field) throws NoSuchFieldException, SecurityException, IllegalAccessException
Double getParameterDouble(String f) throws NoSuchFieldException, SecurityException, IllegalAccessException
Boolean getParameterBoolean(String f) throws NoSuchFieldException, SecurityException, IllegalAccessException
Object getParameterObject(String f) throws NoSuchFieldException, SecurityException, IllegalAccessException
Type getParameterType(String f) throws NoSuchFieldException, SecurityException, IllegalAccessException
String getDataString()
String getParametersString()
void setParameter(double par)
String getTime()
void setField(Field field, String value) throws IllegalArgumentException, IllegalAccessException
Copyright © 2017. All rights reserved.