Uses of Interface
org.aksw.faraday_cage.engine.ExecutionNode
Packages that use ExecutionNode
Package
Description
-
Uses of ExecutionNode in org.aksw.deer
Subinterfaces of ExecutionNode in org.aksw.deerModifier and TypeInterfaceDescriptioninterfaceReference type for all DEER implementations ofExecutionNodeneeded to specify the scope of the faraday cage plugin system.interfaceThis 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 ExecutionNodeModifier and TypeClassDescriptionclassclassConstructors in org.aksw.deer.decorators with parameters of type ExecutionNode -
Uses of ExecutionNode in org.aksw.deer.enrichments
Subinterfaces of ExecutionNode in org.aksw.deer.enrichmentsModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.aksw.deer.enrichments that implement ExecutionNodeModifier and TypeClassDescriptionclassclassclassclassAn EnrichmentOperator for dereferencing.classclassAnEnrichmentOperatorto enrich models with distancesclassBasic implementation of a fusion operator for geospatial properties.classAnEnrichmentOperatorto enrich models with links discovered using LIMES.classclassclassclass -
Uses of ExecutionNode in org.aksw.deer.io
Subinterfaces of ExecutionNode in org.aksw.deer.ioClasses in org.aksw.deer.io that implement ExecutionNodeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of ExecutionNode in org.aksw.deer.learning.genetic
Methods in org.aksw.deer.learning.genetic that return ExecutionNode -
Uses of ExecutionNode in org.aksw.deer.vocabulary
Methods in org.aksw.deer.vocabulary with parameters of type ExecutionNodeModifier and TypeMethodDescriptionstatic 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 ExecutionNodeModifier and TypeClassDescriptionclassAbstractExecutionNodeWrapper<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 ExecutionNodeModifier and TypeClassDescriptionclassBase 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 ExecutionNodeConstructors in org.aksw.faraday_cage.decorator with parameters of type ExecutionNode -
Uses of ExecutionNode in org.aksw.faraday_cage.engine
Classes in org.aksw.faraday_cage.engine with type parameters of type ExecutionNodeModifier and TypeClassDescriptionclassDecoratedExecutionNodeFactory<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 ExecutionNodeModifier and TypeClassDescriptionclassclassFields in org.aksw.faraday_cage.engine with type parameters of type ExecutionNodeMethods in org.aksw.faraday_cage.engine with type parameters of type ExecutionNodeModifier and TypeMethodDescriptionstatic <U extends ExecutionNode<T>, V extends ExecutionNodeWrapper<U, T>, T>
FaradayCageContext<U,V,T>Methods in org.aksw.faraday_cage.engine that return ExecutionNodeMethods in org.aksw.faraday_cage.engine with parameters of type ExecutionNodeModifier and TypeMethodDescriptionvoidExecutionGraph.addRow(int i, ExecutionNode<T> op, int[] row)