java.lang.Object
de.grogra.graph.wrapped.impl.parallel.TSG_Runner
- All Implemented Interfaces:
Context,GraphExecutor,Runnable,Executor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidvoidvoidThe graph state initialization has to be blocking.Determines the GUI component of this GUI context.getPanel()Determines the panel of this GUI context.Determines the window of this GUI context.Determines the workbench of this GUI context.booleanisBussy()booleanvoidrun()voidvoidvoidstop()
-
Field Details
-
tsgs
-
-
Constructor Details
-
TSG_Runner
-
-
Method Details
-
isBussy
public boolean isBussy() -
stop
public void stop() -
isCurrent
public boolean isCurrent()- Specified by:
isCurrentin interfaceGraphExecutor
-
run
public void run() -
execute
-
runLater
-
execute
-
executeBlocking
Description copied from interface:GraphExecutorThe graph state initialization has to be blocking. But can be run by another executor than the current thread- Specified by:
executeBlockingin interfaceGraphExecutor
-
runBlocking
-
getWorkbench
Description copied from interface:ContextDetermines the workbench of this GUI context.- Specified by:
getWorkbenchin interfaceContext- Returns:
- this context's workbench
-
getWindow
Description copied from interface:ContextDetermines the window of this GUI context. -
getPanel
Description copied from interface:ContextDetermines the panel of this GUI context. -
getComponent
Description copied from interface:ContextDetermines the GUI component of this GUI context.- Specified by:
getComponentin interfaceContext- Returns:
- this context's component
-
getThreadContext
-