Uses of Class
org.aksw.faraday_cage.engine.ExecutionGraph
Packages that use ExecutionGraph
Package
Description
-
Uses of ExecutionGraph in org.aksw.deer.learning.genetic
Subclasses of ExecutionGraph in org.aksw.deer.learning.genetic -
Uses of ExecutionGraph in org.aksw.faraday_cage.engine
Methods in org.aksw.faraday_cage.engine with parameters of type ExecutionGraphModifier and TypeMethodDescriptionstatic <T> CompiledExecutionGraphCompiledExecutionGraph.of(ExecutionGraph<T> executionGraph)static <T> CompiledExecutionGraphCompiledExecutionGraph.of(ExecutionGraph<T> executionGraph, String runId) -
Uses of ExecutionGraph in org.aksw.faraday_cage.util
Methods in org.aksw.faraday_cage.util with parameters of type ExecutionGraphModifier and TypeMethodDescriptionstatic ModelExecutionGraphSerializer.serialize(ExecutionGraph executionGraph)