Uses of Interface
org.aksw.shellgebra.algebra.stream.op.StreamOp
Packages that use StreamOp
Package
Description
-
Uses of StreamOp in org.aksw.shellgebra.algebra.stream.op
Classes in org.aksw.shellgebra.algebra.stream.op that implement StreamOpModifier and TypeClassDescriptionclassclassclassclassclassGenerate a stream from the output of a commandclassclassByte-level operation.classclassclassEncode/Decode the underlying stream with a codec of the given name.classFields in org.aksw.shellgebra.algebra.stream.op declared as StreamOpModifier and TypeFieldDescriptionprotected StreamOpStreamOpResolved.originalOpprotected StreamOpStreamOp1.subOpprotected StreamOpStreamOp2.subOp1protected StreamOpStreamOp2.subOp2Fields in org.aksw.shellgebra.algebra.stream.op with type parameters of type StreamOpMethods in org.aksw.shellgebra.algebra.stream.op that return StreamOpModifier and TypeMethodDescriptionHasStreamOp.getStreamOp()default StreamOpStreamOp.getStreamOp()StreamOp1.getSubOp()StreamOp2.getSubOp1()StreamOp2.getSubOp2()static StreamOpMethods in org.aksw.shellgebra.algebra.stream.op that return types with arguments of type StreamOpMethod parameters in org.aksw.shellgebra.algebra.stream.op with type arguments of type StreamOpConstructors in org.aksw.shellgebra.algebra.stream.op with parameters of type StreamOpModifierConstructorDescriptionStreamOpContentConvert(String sourceFormat, String targetFormat, String baseIri, StreamOp subOp) StreamOpContentConvert(OpSpecContentConvertRdf contentConvertspec, StreamOp subOp) StreamOpTranscode(OpSpecTranscoding transcoding, StreamOp subOp) StreamOpTranscode(TranscodeMode transcodeMode, String name, StreamOp subOp) Constructor parameters in org.aksw.shellgebra.algebra.stream.op with type arguments of type StreamOp -
Uses of StreamOp in org.aksw.shellgebra.algebra.stream.transform
Fields in org.aksw.shellgebra.algebra.stream.transform with type parameters of type StreamOpModifier and TypeFieldDescriptionStreamOpTransformSubst.varNameResolverStreamOpVisitorFileName.varNameResolverStreamOpTransformExecutionPartitioner.varToOpMethods in org.aksw.shellgebra.algebra.stream.transform that return StreamOpModifier and TypeMethodDescriptionstatic StreamOpstatic StreamOpStreamOpTransformSubst.transform(StreamOpVar op) StreamOpTransformToCmdOp.transform(StreamOpConcat op, List<StreamOp> subOps) StreamOpTransformToCmdOp.transform(StreamOpFile op) StreamOpTransformToCmdOp.transform(StreamOpTranscode op, StreamOp subOp) Methods in org.aksw.shellgebra.algebra.stream.transform that return types with arguments of type StreamOpMethods in org.aksw.shellgebra.algebra.stream.transform with parameters of type StreamOpModifier and TypeMethodDescriptionstatic StreamOpstatic StreamOpStreamOpTransformToCmdOp.transform(StreamOpTranscode op, StreamOp subOp) Method parameters in org.aksw.shellgebra.algebra.stream.transform with type arguments of type StreamOpModifier and TypeMethodDescriptionstatic StreamOpstatic StreamOpStreamOpTransformToCmdOp.transform(StreamOpConcat op, List<StreamOp> subOps) Constructor parameters in org.aksw.shellgebra.algebra.stream.transform with type arguments of type StreamOpModifierConstructorDescriptionStreamOpTransformSubst(boolean failIfUnresolvable, Function<String, ? extends StreamOp> varNameResolver) StreamOpTransformSubst(Function<String, ? extends StreamOp> varNameResolver) StreamOpVisitorFileName(Function<String, ? extends StreamOp> varNameResolver) -
Uses of StreamOp in org.aksw.shellgebra.algebra.stream.transformer
Subinterfaces with type arguments of type StreamOp in org.aksw.shellgebra.algebra.stream.transformerClasses in org.aksw.shellgebra.algebra.stream.transformer that implement interfaces with type arguments of type StreamOpModifier and TypeClassDescriptionfinal recordGroups a StreamOp with a custom value.Methods in org.aksw.shellgebra.algebra.stream.transformer that return StreamOpModifier and TypeMethodDescriptionStreamOpEntry.getKey()StreamOpEntry.getStreamOp()StreamOpEntry.op()Returns the value of theoprecord component.StreamOpTransformBase.transform(StreamOpCommand op) StreamOpTransformBase.transform(StreamOpConcat op, List<StreamOp> subOps) StreamOpTransformBase.transform(StreamOpContentConvert op, StreamOp subOp) StreamOpTransformBase.transform(StreamOpFile op) StreamOpTransformBase.transform(StreamOpTranscode op, StreamOp subOp) StreamOpTransformBase.transform(StreamOpVar op) Methods in org.aksw.shellgebra.algebra.stream.transformer with parameters of type StreamOpModifier and TypeMethodDescriptionStreamOpTransformBase.transform(StreamOpContentConvert op, StreamOp subOp) StreamOpTransformBase.transform(StreamOpTranscode op, StreamOp subOp) static <T extends HasStreamOp>
TStreamOpTransformer.transform(StreamOp op, StreamOpTransformGeneric<T> transform) Method parameters in org.aksw.shellgebra.algebra.stream.transformer with type arguments of type StreamOpModifier and TypeMethodDescriptionStreamOpTransformBase.transform(StreamOpConcat op, List<StreamOp> subOps) Constructors in org.aksw.shellgebra.algebra.stream.transformer with parameters of type StreamOpModifierConstructorDescriptionStreamOpEntry(StreamOp op, T data) Creates an instance of aStreamOpEntryrecord class.