public interface Node
Modifier and Type | Method and Description |
---|---|
java.util.List<Connection> |
getConnections()
List of connections that fire into this node
|
double |
getDerivative(int pattern)
The node's current derivative value
|
double |
getInputValue(int pattern)
The node's current input value
|
int |
getOrder()
The node's order in the network.
|
double |
getOutputValue(int pattern)
The node's current output value
|
javax.swing.tree.MutableTreeNode |
getTreeNode()
Return a suitable treeview description of the node
|
double getInputValue(int pattern)
pattern
- the pattern number, 1 for the first patterndouble getOutputValue(int pattern)
pattern
- the pattern number, 1 for the first patterndouble getDerivative(int pattern)
pattern
- the pattern number, 1 for the first patternint getOrder()
java.util.List<Connection> getConnections()
javax.swing.tree.MutableTreeNode getTreeNode()
Submit Feedback to pmarrone@users.sourceforge.net