simbad.piconode.core.arc
Class Arc

java.lang.Object
  extended by simbad.piconode.core.arc.Arc
All Implemented Interfaces:
java.io.Serializable, XmlRepresentation
Direct Known Subclasses:
ConstrainedArc, ModularArc

public class Arc
extends java.lang.Object
implements XmlRepresentation, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  Node _source
           
protected  Node _target
           
protected  Element_NEAT_LGene lGene
           
 
Constructor Summary
Arc()
           
Arc(Node __source, Node __target)
           
 
Method Summary
 Element_NEAT_LGene getLGene()
           
 Node getSource()
           
 Node getTarget()
           
 void setLGene(Element_NEAT_LGene gene)
           
 java.lang.String toXml()
          Thomas Darde TER NNEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_source

protected Node _source

_target

protected Node _target

lGene

protected Element_NEAT_LGene lGene
Constructor Detail

Arc

public Arc()

Arc

public Arc(Node __source,
           Node __target)
Method Detail

getSource

public Node getSource()

getTarget

public Node getTarget()

getLGene

public Element_NEAT_LGene getLGene()

setLGene

public void setLGene(Element_NEAT_LGene gene)

toXml

public java.lang.String toXml()
Thomas Darde TER NNEditor

Specified by:
toXml in interface XmlRepresentation
Returns:
an Xml String representation of this objetc