Uses of Interface
org.aksw.faraday_cage.decorator.ExecutionNodeWrapper
-
Packages that use ExecutionNodeWrapper Package Description org.aksw.deer org.aksw.deer.decorators org.aksw.faraday_cage.decorator org.aksw.faraday_cage.engine -
-
Uses of ExecutionNodeWrapper in org.aksw.deer
Subinterfaces of ExecutionNodeWrapper in org.aksw.deer Modifier and Type Interface Description interfaceDeerExecutionNodeWrapper -
Uses of ExecutionNodeWrapper in org.aksw.deer.decorators
Classes in org.aksw.deer.decorators that implement ExecutionNodeWrapper Modifier and Type Class Description classAbstractDeerExecutionNodeWrapperclassAbstractParameterizedDeerExecutionNodeWrapperclassSparqlAnalyticsWrapper -
Uses of ExecutionNodeWrapper in org.aksw.faraday_cage.decorator
Classes in org.aksw.faraday_cage.decorator that implement ExecutionNodeWrapper Modifier and Type Class Description classAbstractExecutionNodeWrapper<V extends ExecutionNode<T>,T>classAbstractParameterizedExecutionNodeWrapper<V extends ExecutionNode<T>,T> -
Uses of ExecutionNodeWrapper in org.aksw.faraday_cage.engine
Classes in org.aksw.faraday_cage.engine with type parameters of type ExecutionNodeWrapper Modifier and Type Class Description classDecoratedExecutionNodeFactory<U extends ExecutionNode<T>,V extends ExecutionNodeWrapper<U,T>,T>classFaradayCageContext<U extends ExecutionNode<T>,V extends ExecutionNodeWrapper<U,T>,T>Methods in org.aksw.faraday_cage.engine with type parameters of type ExecutionNodeWrapper Modifier and Type Method Description static <U extends ExecutionNode<T>,V extends ExecutionNodeWrapper<U,T>,T>
FaradayCageContext<U,V,T>FaradayCageContext. of(java.lang.Class<U> uClass, java.lang.Class<V> vClass, org.pf4j.PluginManager pluginManager)
-