|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimbad.piconode.core.arc.Arc
public class Arc
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 |
---|
protected Node _source
protected Node _target
protected Element_NEAT_LGene lGene
Constructor Detail |
---|
public Arc()
public Arc(Node __source, Node __target)
Method Detail |
---|
public Node getSource()
public Node getTarget()
public Element_NEAT_LGene getLGene()
public void setLGene(Element_NEAT_LGene gene)
public java.lang.String toXml()
toXml
in interface XmlRepresentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |