Uses of Class
org.aksw.faraday_cage.engine.CompiledExecutionGraph
-
Packages that use CompiledExecutionGraph Package Description org.aksw.deer org.aksw.faraday_cage.engine -
-
Uses of CompiledExecutionGraph in org.aksw.deer
Methods in org.aksw.deer that return CompiledExecutionGraph Modifier and Type Method Description static CompiledExecutionGraphDeerController. compileDeer(java.lang.String fileName)static CompiledExecutionGraphDeerController. compileDeer(java.lang.String fileName, java.lang.String runId) -
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, java.lang.String runId)static <T> CompiledExecutionGraphCompiledExecutionGraph. of(ExecutionGraph<T> executionGraph)static <T> CompiledExecutionGraphCompiledExecutionGraph. of(ExecutionGraph<T> executionGraph, java.lang.String runId)Methods in org.aksw.faraday_cage.engine with parameters of type CompiledExecutionGraph Modifier and Type Method Description voidFaradayCageContext. run(CompiledExecutionGraph compiledExecutionGraph)
-