simbad.piconode.core.arc
Class ModularArc

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

public class ModularArc
extends Arc
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  int _inputRegIndex
           
 
Fields inherited from class simbad.piconode.core.arc.Arc
_source, _target, lGene
 
Constructor Summary
ModularArc()
           
ModularArc(Node __source, int __inIndex, Node __target)
           
ModularArc(Node __source, Node __target)
           
 
Method Summary
 int getInputRegIndex()
           
 Node getSource()
           
 double getSourceOutputRegisterValue()
           
 Node getTarget()
           
 void setInputRegIndex(int regIndex)
           
 
Methods inherited from class simbad.piconode.core.arc.Arc
getLGene, setLGene, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_inputRegIndex

protected int _inputRegIndex
Constructor Detail

ModularArc

public ModularArc()

ModularArc

public ModularArc(Node __source,
                  Node __target)

ModularArc

public ModularArc(Node __source,
                  int __inIndex,
                  Node __target)
Method Detail

getSource

public Node getSource()
Overrides:
getSource in class Arc

getTarget

public Node getTarget()
Overrides:
getTarget in class Arc

getInputRegIndex

public int getInputRegIndex()

setInputRegIndex

public void setInputRegIndex(int regIndex)

getSourceOutputRegisterValue

public double getSourceOutputRegisterValue()