Package net.simplace.pipe.control
Klasse FWPipeLine
java.lang.Object
java.lang.Thread
net.simplace.pipe.control.FWPipeLine
- Alle implementierten Schnittstellen:
Runnable
Represents a pipeline of processors.
- Autor:
- Andreas Enders
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Feldübersicht
Von Klasse geerbte Felder java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungFWPipeLine(org.jdom2.Element aPipelineElement, FWPipeLinesContainer aContainer) Constructs a pipeline from a JDOM-Element. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungclone()Clones the PipelineintCalled after Thread has finished.voidprepare(FWObservable aObservable, int aNumberOfSteps) called to prepare Pipeline Thread for running.voidrun()voidsetAllreadyLoopedCount(int allreadyLoopedCount) Von Klasse geerbte Methoden java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Konstruktordetails
-
FWPipeLine
public FWPipeLine(org.jdom2.Element aPipelineElement, FWPipeLinesContainer aContainer) throws PipeLineCreationException Constructs a pipeline from a JDOM-Element.- Parameter:
aPipelineElement-aContainer-- Löst aus:
PipeLineCreationException
-
-
Methodendetails
-
clone
Clones the Pipeline -
prepare
called to prepare Pipeline Thread for running.- Parameter:
aObservable-aNumberOfSteps-
-
getResult
Called after Thread has finished.- Gibt zurück:
- FWObservable
-
run
public void run() -
getProcessors
- Gibt zurück:
- the processors list
-
getAllreadyLoopedCount
public int getAllreadyLoopedCount()- Gibt zurück:
- the iAllreadyLoopedCount
-
setAllreadyLoopedCount
public void setAllreadyLoopedCount(int allreadyLoopedCount) - Parameter:
allreadyLoopedCount- the iAllreadyLoopedCount to set
-