|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectas.clynx.interfaces.DistanceConnector
public class DistanceConnector
The class DistanceConnector.java implements cLynxConnector. it makes tzhe tool beeing able to connect position information and tracks in the STAND-ALONE MODE. Therefore a file containig all distanceinformation with the name 'sample.distance' must be created in the sample directory. if the file does not exist the default position is set to the center (0/0).
Constructor Summary | |
---|---|
DistanceConnector(java.lang.String sampleDir)
Constructor for stand-alone GUI mode |
|
DistanceConnector(java.lang.String sampleDir,
Constant settings)
Copnstructor for stand-alone Console mode |
Method Summary | |
---|---|
java.util.Collection<EvalNode> |
getNodes()
passes a collection of all paths and distances of the audiofiles which should be evaluated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DistanceConnector(java.lang.String sampleDir, Constant settings) throws DirectoryNotFoundException, InvalidDistanceFileException
sampleDir
- settings
-
DirectoryNotFoundException
InvalidDistanceFileException
public DistanceConnector(java.lang.String sampleDir) throws DirectoryNotFoundException, InvalidDistanceFileException
sampleDir
-
DirectoryNotFoundException
InvalidDistanceFileException
Method Detail |
---|
public java.util.Collection<EvalNode> getNodes()
CLynxConnector
getNodes
in interface CLynxConnector
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |