Uses of Class
simbad.picoevo.ext.representation.Element_Node

Packages that use Element_Node
simbad.picoevo.ext.representation   
 

Uses of Element_Node in simbad.picoevo.ext.representation
 

Methods in simbad.picoevo.ext.representation with parameters of type Element_Node
 void Element_Node.addPredecessor(Element_Node __element)
          add a target element as predecessor to this element (warning, current element is not added as successor to the target element)
 void Element_Node.addSuccessor(Element_Node __element)
          add a target element as successor to this element (warning, current element is not added as predecessor to the target element)