Uses of Class
org.aksw.faraday_cage.engine.CompiledExecutionGraph
Packages that use CompiledExecutionGraph
-
Uses of CompiledExecutionGraph in org.aksw.deer
Methods in org.aksw.deer that return CompiledExecutionGraphModifier and TypeMethodDescriptionstatic CompiledExecutionGraphDeerController.compileDeer(String fileName)static CompiledExecutionGraphDeerController.compileDeer(String fileName, String runId) -
Uses of CompiledExecutionGraph in org.aksw.faraday_cage.engine
Methods in org.aksw.faraday_cage.engine that return CompiledExecutionGraphModifier and TypeMethodDescriptionstatic <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 CompiledExecutionGraphModifier and TypeMethodDescriptionvoidFaradayCageContext.run(CompiledExecutionGraph compiledExecutionGraph)