Uses of Class
org.aksw.shellgebra.unused.algebra.dag.OpSpecNode
Packages that use OpSpecNode
-
Uses of OpSpecNode in org.aksw.shellgebra.unused.algebra.dag
Methods in org.aksw.shellgebra.unused.algebra.dag that return OpSpecNodeModifier and TypeMethodDescriptionOpSpecEdge.getSource()OpSpecEdge.getTarget()OpSpecNode.setOpSpec(org.aksw.shellgebra.algebra.common.OpSpec opSpec) StreamOpVisitorToGraph.visit(org.aksw.shellgebra.algebra.stream.op.StreamOpCommand op) StreamOpVisitorToGraph.visit(org.aksw.shellgebra.algebra.stream.op.StreamOpConcat op) StreamOpVisitorToGraph.visit(org.aksw.shellgebra.algebra.stream.op.StreamOpContentConvert op) StreamOpVisitorToGraph.visit(org.aksw.shellgebra.algebra.stream.op.StreamOpFile op) StreamOpVisitorToGraph.visit(org.aksw.shellgebra.algebra.stream.op.StreamOpTranscode op) StreamOpVisitorToGraph.visit(org.aksw.shellgebra.algebra.stream.op.StreamOpVar op) Methods in org.aksw.shellgebra.unused.algebra.dag that return types with arguments of type OpSpecNodeModifier and TypeMethodDescriptionorg.jgrapht.graph.DirectedAcyclicGraph<OpSpecNode, OpSpecEdge> StreamOpVisitorToGraph.getDag()static Supplier<OpSpecNode> OpSpecNode.vertexSupplier()Constructor parameters in org.aksw.shellgebra.unused.algebra.dag with type arguments of type OpSpecNodeModifierConstructorDescriptionStreamOpVisitorToGraph(org.jgrapht.graph.DirectedAcyclicGraph<OpSpecNode, OpSpecEdge> dag)