| Package | Description |
|---|---|
| net.kuujo.vertigo.impl | |
| net.kuujo.vertigo.io.impl | |
| net.kuujo.vertigo.io.port.impl | |
| net.kuujo.vertigo.network.impl | |
| net.kuujo.vertigo.util |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Observer<T>> |
BaseContext.observers |
| Modifier and Type | Method and Description |
|---|---|
T |
BaseContext.registerObserver(Observer<T> observer) |
T |
BaseContext.unregisterObserver(Observer<T> observer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputCollector
Default input collector implementation.
|
class |
DefaultOutputCollector
Default output collector implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInputPort
Default input port implementation.
|
class |
DefaultOutputPort
Default output port implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultActiveNetwork
Default active network implementation.
|
| Modifier and Type | Method and Description |
|---|---|
T |
Observable.registerObserver(Observer<T> observer)
Registers an observer.
|
T |
Observable.unregisterObserver(Observer<T> observer)
Unregisters an observer.
|
Copyright © 2013-2014. All Rights Reserved.