Uses of Interface
org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor
Packages that use StreamOpVisitor
Package
Description
-
Uses of StreamOpVisitor in org.aksw.jenax.engine.qlever
Fields in org.aksw.jenax.engine.qlever declared as StreamOpVisitorModifier and TypeFieldDescriptionprotected StreamOpVisitor<InputStream>ByteSourceOverStreamOp.streamVisitorConstructors in org.aksw.jenax.engine.qlever with parameters of type StreamOpVisitorModifierConstructorDescriptionByteSourceOverStreamOp(StreamOp op, Map<String, StreamOp> hostOps, StreamOpVisitor<InputStream> streamVisitor) -
Uses of StreamOpVisitor in org.aksw.shellgebra.algebra.stream.op
Methods in org.aksw.shellgebra.algebra.stream.op with parameters of type StreamOpVisitorModifier and TypeMethodDescription<T> TStreamOp.accept(StreamOpVisitor<T> visitor) <T> TStreamOpCommand.accept(StreamOpVisitor<T> visitor) <T> TStreamOpConcat.accept(StreamOpVisitor<T> visitor) <T> TStreamOpFile.accept(StreamOpVisitor<T> visitor) <T> TStreamOpTranscode.accept(StreamOpVisitor<T> visitor) <T> TStreamOpVar.accept(StreamOpVisitor<T> visitor) -
Uses of StreamOpVisitor in org.aksw.shellgebra.algebra.stream.transform
Subinterfaces of StreamOpVisitor in org.aksw.shellgebra.algebra.stream.transformClasses in org.aksw.shellgebra.algebra.stream.transform that implement StreamOpVisitorModifier and TypeClassDescriptionclassCollects file name and transcodings into a flat list.classclassFields in org.aksw.shellgebra.algebra.stream.transform declared as StreamOpVisitorModifier and TypeFieldDescriptionprotected StreamOpVisitor<T>StreamOpVisitorWrapperBase.delegateMethods in org.aksw.shellgebra.algebra.stream.transform that return StreamOpVisitorModifier and TypeMethodDescriptionStreamOpVisitorWrapper.getDelegate()StreamOpVisitorWrapperBase.getDelegate()Constructors in org.aksw.shellgebra.algebra.stream.transform with parameters of type StreamOpVisitor -
Uses of StreamOpVisitor in org.aksw.shellgebra.algebra.stream.transformer
Classes in org.aksw.shellgebra.algebra.stream.transformer that implement StreamOpVisitor