Class StreamOpVisitorToGraph
java.lang.Object
org.aksw.shellgebra.unused.algebra.dag.StreamOpVisitorToGraph
- All Implemented Interfaces:
org.aksw.commons.util.obj.HasSelf<org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<OpSpecNode>>,org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<OpSpecNode>
public class StreamOpVisitorToGraph
extends Object
implements org.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<OpSpecNode>
-
Constructor Summary
ConstructorsConstructorDescriptionStreamOpVisitorToGraph(org.jgrapht.graph.DirectedAcyclicGraph<OpSpecNode, OpSpecEdge> dag) -
Method Summary
Modifier and TypeMethodDescriptionorg.jgrapht.graph.DirectedAcyclicGraph<OpSpecNode, OpSpecEdge> getDag()static Supplier<StreamNode> visit(org.aksw.shellgebra.algebra.stream.op.StreamOpCommand op) visit(org.aksw.shellgebra.algebra.stream.op.StreamOpConcat op) visit(org.aksw.shellgebra.algebra.stream.op.StreamOpContentConvert op) visit(org.aksw.shellgebra.algebra.stream.op.StreamOpFile op) visit(org.aksw.shellgebra.algebra.stream.op.StreamOpTranscode op) visit(org.aksw.shellgebra.algebra.stream.op.StreamOpVar op) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.util.obj.HasSelf
self
-
Constructor Details
-
StreamOpVisitorToGraph
public StreamOpVisitorToGraph() -
StreamOpVisitorToGraph
-
-
Method Details
-
vertexSupplier
-
getDag
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<OpSpecNode>
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<OpSpecNode>
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<OpSpecNode>
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<OpSpecNode>
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<OpSpecNode>
-
visit
- Specified by:
visitin interfaceorg.aksw.shellgebra.algebra.stream.op.StreamOpVisitor<OpSpecNode>
-