Uses of Interface
org.aksw.faraday_cage.engine.ExecutionNode
-
-
Uses of ExecutionNode in org.aksw.deer
Subinterfaces of ExecutionNode in org.aksw.deer Modifier and Type Interface Description interfaceDeerExecutionNodeReference type for all DEER implementations ofExecutionNodeneeded to specify the scope of the faraday cage plugin system.interfaceParameterizedDeerExecutionNodeThis is just to cope with Javas broken type system. -
Uses of ExecutionNode in org.aksw.deer.decorators
Classes in org.aksw.deer.decorators that implement ExecutionNode Modifier and Type Class Description classAbstractDeerExecutionNodeDecoratorclassAbstractParameterizedDeerExecutionNodeDecoratorConstructors in org.aksw.deer.decorators with parameters of type ExecutionNode Constructor Description AbstractDeerExecutionNodeDecorator(ExecutionNode<Model> other) -
Uses of ExecutionNode in org.aksw.deer.enrichments
Subinterfaces of ExecutionNode in org.aksw.deer.enrichments Modifier and Type Interface Description interfaceEnrichmentOperatorinterfaceParameterizedEnrichmentOperatorClasses in org.aksw.deer.enrichments that implement ExecutionNode Modifier and Type Class Description classAbstractEnrichmentOperatorclassAbstractParameterizedEnrichmentOperatorclassAuthorityConformationEnrichmentOperatorclassDereferencingEnrichmentOperatorAn EnrichmentOperator for dereferencing.classFilterEnrichmentOperatorclassGeoDistanceEnrichmentOperatorAnEnrichmentOperatorto enrich models with distancesclassGeoFusionEnrichmentOperatorBasic implementation of a fusion operator for geospatial properties.classLinkingEnrichmentOperatorAnEnrichmentOperatorto enrich models with links discovered using LIMES.classMergeEnrichmentOperatorclassNEREnrichmentOperatorclassPredicateConformationEnrichmentOperatorclassSparqlUpdateEnrichmentOperator -
Uses of ExecutionNode in org.aksw.deer.io
Subinterfaces of ExecutionNode in org.aksw.deer.io Modifier and Type Interface Description interfaceModelReaderinterfaceModelWriterClasses in org.aksw.deer.io that implement ExecutionNode Modifier and Type Class Description classAbstractModelIOclassAbstractModelReaderclassAbstractModelWriterclassEmbeddedModelReaderclassFileModelReaderclassFileModelWriterclassSparqlModelReaderclassSparqlModelWriter -
Uses of ExecutionNode in org.aksw.deer.learning.genetic
Methods in org.aksw.deer.learning.genetic that return ExecutionNode Modifier and Type Method Description ExecutionNode<Model>Genotype. getNode(int i) -
Uses of ExecutionNode in org.aksw.deer.vocabulary
Methods in org.aksw.deer.vocabulary with parameters of type ExecutionNode Modifier and Type Method Description static ResourceDEERA. forExecutionNode(ExecutionNode<Model> executionNode) -
Uses of ExecutionNode in org.aksw.faraday_cage.decorator
Classes in org.aksw.faraday_cage.decorator with type parameters of type ExecutionNode Modifier and Type Class Description classAbstractExecutionNodeWrapper<V extends ExecutionNode<T>,T>classAbstractParameterizedExecutionNodeDecorator<V extends Parameterized & ExecutionNode<T>,T>Base abstract class for decorator patternclassAbstractParameterizedExecutionNodeWrapper<V extends ExecutionNode<T>,T>interfaceExecutionNodeWrapper<V extends ExecutionNode<T>,T>Classes in org.aksw.faraday_cage.decorator that implement ExecutionNode Modifier and Type Class Description classAbstractExecutionNodeDecorator<T>Base abstract class for decorator patternclassAbstractParameterizedExecutionNodeDecorator<V extends Parameterized & ExecutionNode<T>,T>Base abstract class for decorator patternMethods in org.aksw.faraday_cage.decorator that return ExecutionNode Modifier and Type Method Description ExecutionNode<T>AbstractExecutionNodeDecorator. getWrapped()Constructors in org.aksw.faraday_cage.decorator with parameters of type ExecutionNode Constructor Description AbstractExecutionNodeDecorator(ExecutionNode<T> other) -
Uses of ExecutionNode in org.aksw.faraday_cage.engine
Classes in org.aksw.faraday_cage.engine with type parameters of type ExecutionNode 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>Classes in org.aksw.faraday_cage.engine that implement ExecutionNode Modifier and Type Class Description classAbstractExecutionNode<T>classAbstractParameterizedExecutionNode<T>Fields in org.aksw.faraday_cage.engine with type parameters of type ExecutionNode Modifier and Type Field Description protected java.util.List<ExecutionNode<T>>ExecutionGraph. opsMethods in org.aksw.faraday_cage.engine with type parameters of type ExecutionNode 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)Methods in org.aksw.faraday_cage.engine that return ExecutionNode Modifier and Type Method Description ExecutionNode<T>ExecutionGraph. getNode(int i)Methods in org.aksw.faraday_cage.engine with parameters of type ExecutionNode Modifier and Type Method Description voidExecutionGraph. addRow(int i, ExecutionNode<T> op, int[] row)
-