as.clynx.interfaces
Interface CLynxConnector

All Known Implementing Classes:
DistanceConnector

public interface CLynxConnector

this interface must be implemented by the class of the external tool which starts the cLynx and passes the parameters.

Version:
cLynx v.1.2, JDK 6.0: 20.09.2007
Author:
Andreas Senfter - andreas@senfters.com

Method Summary
 java.util.Collection<EvalNode> getNodes()
          passes a collection of all paths and distances of the audiofiles which should be evaluated.
 

Method Detail

getNodes

java.util.Collection<EvalNode> getNodes()
passes a collection of all paths and distances of the audiofiles which should be evaluated.

Returns:
a collection of all nodes.