Uses of Interface
mgui.graphs.networks.NetworkGraphListener
Package | Description |
---|---|
mgui.graphs.networks |
Classes representing network graphs.
|
mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
mgui.neuro.graphs |
-
Uses of NetworkGraphListener in mgui.graphs.networks
Classes in mgui.graphs.networks that implement NetworkGraphListener Modifier and Type Class Description class
AbstractNetworkGraph
A graph which explicitly represents a connected network.Fields in mgui.graphs.networks with type parameters of type NetworkGraphListener Modifier and Type Field Description protected java.util.ArrayList<NetworkGraphListener>
AbstractNetworkGraphConnection. listeners
protected java.util.ArrayList<NetworkGraphListener>
AbstractNetworkGraphNode. listeners
Methods in mgui.graphs.networks with parameters of type NetworkGraphListener Modifier and Type Method Description void
AbstractNetworkGraphConnection. addListener(NetworkGraphListener listener)
void
AbstractNetworkGraphNode. addListener(NetworkGraphListener listener)
void
AbstractNetworkGraphConnection. removeListener(NetworkGraphListener listener)
void
AbstractNetworkGraphNode. removeListener(NetworkGraphListener listener)
-
Uses of NetworkGraphListener in mgui.interfaces.graphs
Classes in mgui.interfaces.graphs that implement NetworkGraphListener Modifier and Type Class Description class
DefaultGraph
Default implementation of a Graph in ModelGUI.class
InterfaceAbstractGraph
Abstract representation of a Graph in modelGUI; extends Jung's SparseGraph -
Uses of NetworkGraphListener in mgui.neuro.graphs
Classes in mgui.neuro.graphs that implement NetworkGraphListener Modifier and Type Class Description class
CorticalNetworkGraph
class
NeuralNetGraph
Extension of JUNG's DirectedSparseGraph designed to specifically represent instances of NeuralNet.