Uses of Interface
org.aksw.faraday_cage.engine.ExecutionNode
Packages that use 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)