| Package | Description |
|---|---|
| com.banda.network.domain |
| Modifier and Type | Method and Description |
|---|---|
NetworkFunction<T> |
Network.getFunction() |
NetworkFunction<T> |
NodeFunction.getNetworkFunction() |
NetworkFunction<T> |
NetworkFunction.getParentFunction() |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkFunction<T>> |
NetworkFunction.getLayerFunctions() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkFunction.addLayerFunction(NetworkFunction<T> layerFunction) |
int |
NetworkFunction.compareTo(NetworkFunction<?> netFun) |
void |
NetworkFunction.removeLayerFunction(NetworkFunction<T> layerFunction) |
void |
Network.setFunction(NetworkFunction<T> function) |
void |
NodeFunction.setNetworkFunction(NetworkFunction<T> networkFunction) |
protected void |
NetworkFunction.setParentFunction(NetworkFunction<T> parentFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkFunction.setLayerFunctions(List<NetworkFunction<T>> layerFunctions) |
Copyright © 2018. All Rights Reserved.