public interface Connection
Connection declares the expected behaviour of any
 part of a chromosome that can be connected to, specifically
 nodes or inputs. Outputs are not connections since they 
 mark the end of chromosome paths.
 | Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getValue()Compute and return the value of this connection. | 
java.lang.Object getValue()