Uses of Interface
org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor
Packages that use StreamOpVisitor
Package
Description
-
Uses of StreamOpVisitor in org.aksw.shellgebra.algebra.stream.op
Subinterfaces with type arguments of type StreamOpVisitor in org.aksw.shellgebra.algebra.stream.opMethods 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> TStreamOpContentConvert.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.classFields 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