| Package | Description |
|---|---|
| net.kuujo.vertigo.io.connection.impl | |
| net.kuujo.vertigo.io.port.impl |
| Modifier and Type | Method and Description |
|---|---|
DefaultInputConnectionContext |
DefaultInputConnectionContext.setPort(InputPortContext port) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultInputConnectionContext.Builder |
DefaultInputConnectionContext.Builder.newBuilder(DefaultInputConnectionContext context)
Creates a new context builder.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultInputPortContext.Builder |
DefaultInputPortContext.Builder.addConnection(DefaultInputConnectionContext connection)
Adds a connection to the port.
|
DefaultInputPortContext.Builder |
DefaultInputPortContext.Builder.setConnections(DefaultInputConnectionContext... connections)
Sets the port connections.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultInputPortContext.Builder |
DefaultInputPortContext.Builder.setConnections(Collection<DefaultInputConnectionContext> connections)
Sets the port connections.
|
Copyright © 2013-2014. All Rights Reserved.