org.encog.neural.freeform.task
Interface ConnectionTask


public interface ConnectionTask

Implements a task that will be performed for every connection.


Method Summary
 void task(FreeformConnection connection)
          The task.
 

Method Detail

task

void task(FreeformConnection connection)
The task.

Parameters:
connection - The connection.


Copyright © 2014. All Rights Reserved.