simbad.piconode.core.node
Class Node
java.lang.Object
simbad.piconode.core.node.Node
- All Implemented Interfaces:
- java.io.Serializable, XmlRepresentation
- Direct Known Subclasses:
- ConnectedNode
public abstract class Node
- extends java.lang.Object
- implements XmlRepresentation, java.io.Serializable
General Node class from which is derived every elements from atomic node
(e.g. neurons, bayesian node) to modules (e.g. neural nets, bayesian nets,
Dynamic Systems implementations, etc.)
- See Also:
- Serialized Form
Constructor Summary |
Node()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_name
protected java.lang.String _name
nGene
protected Element_NEAT_NGene nGene
Node
public Node()
setName
public final void setName(java.lang.String __name)
getName
public final java.lang.String getName()
getNGene
public Element_NEAT_NGene getNGene()
setNGene
public void setNGene(Element_NEAT_NGene gene)
displayInformation
public abstract void displayInformation()
- display information
step
public abstract void step()
- compute the output of a node/module
toXml
public java.lang.String toXml()
- Thomas Darde TER NNEDITOR
Provides an xml representation of this element
Xml DTD is defined in visual piconode
- Specified by:
toXml
in interface XmlRepresentation