Uses of Class
mgui.models.networks.NetworkException
Package | Description |
---|---|
mgui.graphs.networks |
Classes representing network graphs.
|
mgui.neuro.exceptions | |
mgui.neuro.graphs |
-
Uses of NetworkException in mgui.graphs.networks
Methods in mgui.graphs.networks that throw NetworkException Modifier and Type Method Description abstract boolean
AbstractNetworkGraph. setFromNetwork(AbstractNetwork net)
-
Uses of NetworkException in mgui.neuro.exceptions
Subclasses of NetworkException in mgui.neuro.exceptions Modifier and Type Class Description class
NeuroException
Default exception for dynamic neuro model executionclass
NeuroNetException
-
Uses of NetworkException in mgui.neuro.graphs
Methods in mgui.neuro.graphs that throw NetworkException Modifier and Type Method Description boolean
CorticalNetworkGraph. setFromNetwork(AbstractNetwork net)