Package algorithmen
Class GraphAlgo_DominatingSetBacktracking
- java.lang.Object
-
- java.lang.Thread
-
- algorithmen.GraphAlgo
-
- algorithmen.GraphAlgo_DominatingSetBacktracking
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
Fields Modifier and Type Field Description (package private) List<String>beste(package private) intbesteAnzahl-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description GraphAlgo_DominatingSetBacktracking()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfuehreAlgorithmusAus()StringgetBezeichnung()-
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
-
-