public class Edge extends java.lang.Object implements java.io.Serializable
int
age
Neuron
neighbor
Edge(Neuron neighbor)
Edge(Neuron neighbor, int age)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final Neuron neighbor
public int age
public Edge(Neuron neighbor)
public Edge(Neuron neighbor, int age)