N
- the type of the Oplet
C
- Data type the oplet consumes in its input ports.P
- Data type the oplet produces on its output ports.public interface Vertex<N extends Oplet<C,P>,C,P>
Modifier and Type | Method and Description |
---|---|
Connector<P> |
addOutput()
Add an output port to the vertex.
|
java.util.List<? extends Connector<P>> |
getConnectors()
Get the vertice's collection of output connectors.
|
N |
getInstance()
Get the instance of the oplet that will be executed.
|
Graph |
graph()
Get the vertice's
Graph . |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641