Package | Description |
---|---|
org.apache.edgent.graph |
Low-level graph building API.
|
org.apache.edgent.graph.spi | |
org.apache.edgent.topology.spi.graph |
Modifier and Type | Method and Description |
---|---|
Connector<P> |
Vertex.addOutput()
Add an output port to the vertex.
|
<N extends Peek<T>> |
Connector.peek(N oplet)
Inserts a
Peek oplet between an output port and its
connections. |
<N extends Oplet<C,P>,C,P> |
Graph.pipe(Connector<C> output,
N oplet)
|
<N extends Source<P>,P> |
Graph.source(N oplet)
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Connector<P>> |
Vertex.getConnectors()
Get the vertice's collection of output connectors.
|
Modifier and Type | Method and Description |
---|---|
<N extends Oplet<C,P>,C,P> |
Graph.pipe(Connector<C> output,
N oplet)
|
Modifier and Type | Method and Description |
---|---|
<N extends Oplet<C,P>,C,P> |
AbstractGraph.pipe(Connector<C> output,
N oplet) |
<N extends Source<P>,P> |
AbstractGraph.source(N oplet) |
Modifier and Type | Method and Description |
---|---|
<N extends Oplet<C,P>,C,P> |
AbstractGraph.pipe(Connector<C> output,
N oplet) |
Constructor and Description |
---|
DirectEdge(Connector<?> connector,
Vertex<?,?,?> source,
int sourcePort,
Vertex<?,?,?> target,
int targetPort) |
Modifier and Type | Method and Description |
---|---|
protected <U> ConnectorStream<G,U> |
ConnectorStream.derived(Connector<U> connector) |
Constructor and Description |
---|
ConnectorStream(G topology,
Connector<T> connector) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641