| Package | Description |
|---|---|
| com.banda.network.domain |
| Modifier and Type | Method and Description |
|---|---|
Network<T> |
NetworkDamageSpreading.getNetwork() |
Network<T> |
NetworkDerridaAnalysis.getNetwork() |
Network<T> |
AbstractNetworkPerformance.getNetwork() |
| Modifier and Type | Method and Description |
|---|---|
Set<Network<?>> |
NetworkType.getNetDefinitions() |
Collection<Network<?>> |
Topology.getNetworks() |
Collection<Network<T>> |
NetworkTrainingSet.getNetworks()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NetworkType.addNetDefinition(Network<?> netDefinition) |
void |
Topology.addNetwork(Network<?> network) |
void |
NetworkTrainingSet.addNetwork(Network<T> network)
Deprecated.
|
protected void |
NetworkType.removeNetDefinition(Network<?> netDefinition) |
void |
Topology.removeNetwork(Network<?> network) |
void |
NetworkTrainingSet.removeNetwork(Network<T> network)
Deprecated.
|
void |
NetworkDamageSpreading.setNetwork(Network<T> network) |
void |
NetworkDerridaAnalysis.setNetwork(Network<T> network) |
void |
AbstractNetworkPerformance.setNetwork(Network<T> network) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NetworkType.setNetDefinitions(Set<Network<?>> netDefinitions) |
void |
Topology.setNetworks(Collection<Network<?>> networks) |
void |
NetworkTrainingSet.setNetworks(Collection<Network<T>> networks)
Deprecated.
|
Copyright © 2018. All Rights Reserved.