Package org.aksw.faraday_cage.engine
Class CompiledExecutionGraph
- java.lang.Object
-
- org.aksw.faraday_cage.engine.CompiledExecutionGraph
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidandThen(Runnable r)CompletableFuture<Void>getCompletionStage()StringgetRunId()voidjoin()static <T> CompiledExecutionGraphof(ExecutionGraph<T> executionGraph)static <T> CompiledExecutionGraphof(ExecutionGraph<T> executionGraph, String runId)voidrun()
-
-
-
Method Detail
-
of
public static <T> CompiledExecutionGraph of(ExecutionGraph<T> executionGraph)
-
of
public static <T> CompiledExecutionGraph of(ExecutionGraph<T> executionGraph, String runId)
-
getRunId
public String getRunId()
-
join
public void join()
-
andThen
public void andThen(Runnable r)
-
getCompletionStage
public CompletableFuture<Void> getCompletionStage()
-
-