Uses of Class
mgui.graphs.networks.AbstractNetworkGraphNode
Package | Description |
---|---|
mgui.graphs.networks |
Classes representing network graphs.
|
mgui.neuro.graphs |
-
Uses of AbstractNetworkGraphNode in mgui.graphs.networks
Methods in mgui.graphs.networks with parameters of type AbstractNetworkGraphNode Modifier and Type Method Description abstract double
AbstractNetworkGraphNode. getWeight(AbstractNetworkGraphNode target)
Constructors in mgui.graphs.networks with parameters of type AbstractNetworkGraphNode Constructor Description AbstractNetworkGraphConnection(AbstractNetworkGraphNode from, AbstractNetworkGraphNode to)
-
Uses of AbstractNetworkGraphNode in mgui.neuro.graphs
Subclasses of AbstractNetworkGraphNode in mgui.neuro.graphs Modifier and Type Class Description class
CorticalNetworkGraphNode
Methods in mgui.neuro.graphs with parameters of type AbstractNetworkGraphNode Modifier and Type Method Description double
CorticalNetworkGraphNode. getWeight(AbstractNetworkGraphNode target)