- All Implemented Interfaces:
Serializable
The connection between neurons.
- See Also:
-
-
Field Summary 
Fields
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
neighbor 
The neighbor neuron.
-
age 
public int age
The age of the edges.
-
Constructor Details 
-
Edge 
Constructor.
- Parameters:
neighbor
- the neighbor neuron.
-
Edge 
public Edge(Neuron neighbor,
int age)
Constructor.
- Parameters:
neighbor
- the neighbor neuron.
age
- the age of edge.