Uses of Class
mgui.models.networks.components.NetworkComponentEvent
Package | Description |
---|---|
mgui.graphs.networks |
Classes representing network graphs.
|
mgui.interfaces.neuro | |
mgui.models.networks.components | |
mgui.neuro.networks |
-
Uses of NetworkComponentEvent in mgui.graphs.networks
Methods in mgui.graphs.networks with parameters of type NetworkComponentEvent Modifier and Type Method Description void
AbstractNetworkGraphConnection. componentUpdated(NetworkComponentEvent e)
void
AbstractNetworkGraphNode. componentUpdated(NetworkComponentEvent e)
-
Uses of NetworkComponentEvent in mgui.interfaces.neuro
Subclasses of NetworkComponentEvent in mgui.interfaces.neuro Modifier and Type Class Description class
NeuroComponentEvent
Methods in mgui.interfaces.neuro with parameters of type NetworkComponentEvent Modifier and Type Method Description void
InterfaceNeuroTreeNode. componentUpdated(NetworkComponentEvent e)
-
Uses of NetworkComponentEvent in mgui.models.networks.components
Methods in mgui.models.networks.components with parameters of type NetworkComponentEvent Modifier and Type Method Description void
InterfaceNetworkComponentListener. componentUpdated(NetworkComponentEvent e)
-
Uses of NetworkComponentEvent in mgui.neuro.networks
Methods in mgui.neuro.networks with parameters of type NetworkComponentEvent Modifier and Type Method Description void
AbstractNeuralNet. componentUpdated(NetworkComponentEvent e)
void
CorticalNetwork. componentUpdated(NetworkComponentEvent e)