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, 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
Classes in org.aksw.shellgebra.algebra.stream.transform that implement StreamOpVisitorModifier and TypeClassDescriptionclassCollects file name and transcodings into a flat list.class -
Uses of StreamOpVisitor in org.aksw.shellgebra.algebra.stream.transformer
Classes in org.aksw.shellgebra.algebra.stream.transformer that implement StreamOpVisitor