Uses of Class
org.aksw.faraday_cage.engine.CompiledExecutionGraph
-
Packages that use CompiledExecutionGraph Package Description org.aksw.faraday_cage.engine -
-
Uses of CompiledExecutionGraph in org.aksw.faraday_cage.engine
Methods in org.aksw.faraday_cage.engine that return CompiledExecutionGraph Modifier and Type Method Description CompiledExecutionGraphFaradayCageContext. compile(Model configModel)CompiledExecutionGraphFaradayCageContext. compile(Model configModel, String runId)static <T> CompiledExecutionGraphCompiledExecutionGraph. of(ExecutionGraph<T> executionGraph)static <T> CompiledExecutionGraphCompiledExecutionGraph. of(ExecutionGraph<T> executionGraph, String runId)Methods in org.aksw.faraday_cage.engine with parameters of type CompiledExecutionGraph Modifier and Type Method Description voidFaradayCageContext. run(CompiledExecutionGraph compiledExecutionGraph)
-