public class BasicFreeformConnectionFactory extends java.lang.Object implements FreeformConnectionFactory, java.io.Serializable
| Constructor and Description |
|---|
BasicFreeformConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
FreeformConnection |
factor(FreeformNeuron theSourceNeuron,
FreeformNeuron theTargetNeuron)
Create a connection.
|
public FreeformConnection factor(FreeformNeuron theSourceNeuron, FreeformNeuron theTargetNeuron)
factor in interface FreeformConnectionFactorytheSourceNeuron - The source neuron.theTargetNeuron - The target neuron.