Package algorithmen
Class GraphAlgo_TSPBacktracking
- java.lang.Object
-
- java.lang.Thread
-
- algorithmen.GraphAlgo
-
- algorithmen.GraphAlgo_TSPBacktracking
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description GraphAlgo_TSPBacktracking()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfuehreAlgorithmusAus()StringgetBezeichnung()StringgetInfo()voidprobiere(Knoten akt)-
Methods inherited from class algorithmen.GraphAlgo
getStartKnoten, getWaitforclick, getWaitforrepaint, info, infoIndentLess, infoIndentMore, melde, resetInfo, run, setGraph, setGUIElemente, setSpeed, setStartKnoten, setStepping, setWaitforclick, setWaitforrepaint, step
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, toString, yield
-
-
-
-
Method Detail
-
getBezeichnung
public String getBezeichnung()
- Specified by:
getBezeichnungin classGraphAlgo
-
fuehreAlgorithmusAus
public void fuehreAlgorithmusAus()
- Specified by:
fuehreAlgorithmusAusin classGraphAlgo
-
probiere
public void probiere(Knoten akt)
-
getInfo
public String getInfo()
-
-