Uses of Class
org.nuxeo.lib.stream.computation.Topology.Vertex
-
Packages that use Topology.Vertex Package Description org.nuxeo.lib.stream.computation The Computation pattern with a Log implementation.org.nuxeo.lib.stream.computation.log Computation pattern implemented with Log -
-
Uses of Topology.Vertex in org.nuxeo.lib.stream.computation
Fields in org.nuxeo.lib.stream.computation with type parameters of type Topology.Vertex Modifier and Type Field Description protected org.jgrapht.experimental.dag.DirectedAcyclicGraph<Topology.Vertex,org.jgrapht.graph.DefaultEdge>
Topology. dag
Methods in org.nuxeo.lib.stream.computation that return Topology.Vertex Modifier and Type Method Description protected Topology.Vertex
Topology. getVertex(String name)
Methods in org.nuxeo.lib.stream.computation that return types with arguments of type Topology.Vertex Modifier and Type Method Description org.jgrapht.experimental.dag.DirectedAcyclicGraph<Topology.Vertex,org.jgrapht.graph.DefaultEdge>
Topology. getDag()
Methods in org.nuxeo.lib.stream.computation with parameters of type Topology.Vertex Modifier and Type Method Description protected String
Topology. getPumlName(Topology.Vertex vertex)
-
Uses of Topology.Vertex in org.nuxeo.lib.stream.computation.log
Methods in org.nuxeo.lib.stream.computation.log with parameters of type Topology.Vertex Modifier and Type Method Description protected String
LogStreamProcessor. getEdgeName(Topology.Vertex edge)
-