public interface NeuralElement
Modifier and Type | Method and Description |
---|---|
java.util.TreeSet |
check()
Validation checks for invalid parameter values, misconfiguration, etc.
|
Monitor |
getMonitor()
Returns the monitor
|
java.lang.String |
getName()
Returns the name of the output synapse
|
void |
init() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setMonitor(Monitor newMonitor)
Sets the Monitor object of the output synapse
|
void |
setName(java.lang.String name)
Sets the name of the output synapse
|
boolean isEnabled()
void setEnabled(boolean enabled)
void setMonitor(Monitor newMonitor)
newMonitor
- org.joone.engine.MonitorMonitor getMonitor()
java.lang.String getName()
void setName(java.lang.String name)
name
- Stringvoid init()
java.util.TreeSet check()
Submit Feedback to pmarrone@users.sourceforge.net