simbad.piconode.core.arc
Class WeightedArc

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

public class WeightedArc
extends ConstrainedArc
implements XmlRepresentation, java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  double _weightValue
           
 
Fields inherited from class simbad.piconode.core.arc.Arc
_source, _target, lGene
 
Constructor Summary
WeightedArc(NeuronalNode __sourceNeuron, NeuronalNode __targetNeuron)
           
WeightedArc(NeuronalNode __sourceNeuron, NeuronalNode __targetNeuron, double __weight)
           
 
Method Summary
 double getWeightValue()
           
 void setWeightValue(double __weight)
           
 java.lang.String toXml()
          Thomas Darde TER NNEditor
 
Methods inherited from class simbad.piconode.core.arc.ConstrainedArc
getSourceNeuron, getTargetNeuron
 
Methods inherited from class simbad.piconode.core.arc.Arc
getLGene, getSource, getTarget, setLGene
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_weightValue

protected double _weightValue
Constructor Detail

WeightedArc

public WeightedArc(NeuronalNode __sourceNeuron,
                   NeuronalNode __targetNeuron)

WeightedArc

public WeightedArc(NeuronalNode __sourceNeuron,
                   NeuronalNode __targetNeuron,
                   double __weight)
Method Detail

getWeightValue

public double getWeightValue()

setWeightValue

public void setWeightValue(double __weight)

toXml

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

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