Uses of Class
mgui.neuro.components.cortical.AbstractCorticalRegion
Package | Description |
---|---|
mgui.neuro.components.cortical | |
mgui.neuro.components.cortical.simple | |
mgui.neuro.graphs | |
mgui.neuro.networks |
-
Uses of AbstractCorticalRegion in mgui.neuro.components.cortical
Subclasses of AbstractCorticalRegion in mgui.neuro.components.cortical Modifier and Type Class Description class
CorticalVolume
A Volume3D-based representation of a cortical region.Methods in mgui.neuro.components.cortical that return types with arguments of type AbstractCorticalRegion Modifier and Type Method Description static java.util.Comparator<AbstractCorticalRegion>
AbstractCorticalRegion. getComparator()
java.util.ArrayList<AbstractCorticalRegion>
AbstractCorticalConnection. getTargets()
Methods in mgui.neuro.components.cortical with parameters of type AbstractCorticalRegion Modifier and Type Method Description abstract void
AbstractCorticalConnection. connectTo(AbstractCorticalRegion target)
abstract void
AbstractCorticalRegion. connectTo(AbstractCorticalRegion region, double weight)
void
CorticalVolume. connectTo(AbstractCorticalRegion region)
void
CorticalVolume. connectTo(AbstractCorticalRegion region, double weight)
-
Uses of AbstractCorticalRegion in mgui.neuro.components.cortical.simple
Subclasses of AbstractCorticalRegion in mgui.neuro.components.cortical.simple Modifier and Type Class Description class
SimpleCorticalRegion
Methods in mgui.neuro.components.cortical.simple with parameters of type AbstractCorticalRegion Modifier and Type Method Description void
SimpleCorticalConnection. connectTo(AbstractCorticalRegion target)
void
SimpleCorticalConnection. connectTo(AbstractCorticalRegion target, double weight)
void
SimpleCorticalInput. connectTo(AbstractCorticalRegion target)
void
SimpleCorticalRegion. connectTo(AbstractCorticalRegion target, double weight)
-
Uses of AbstractCorticalRegion in mgui.neuro.graphs
Fields in mgui.neuro.graphs declared as AbstractCorticalRegion Modifier and Type Field Description AbstractCorticalRegion
CorticalNetworkGraphNode. region
Methods in mgui.neuro.graphs that return AbstractCorticalRegion Modifier and Type Method Description AbstractCorticalRegion
CorticalNetworkGraphNode. getRegion()
Methods in mgui.neuro.graphs with parameters of type AbstractCorticalRegion Modifier and Type Method Description CorticalNetworkGraphNode
CorticalNetworkGraph. getNode(AbstractCorticalRegion region)
Constructors in mgui.neuro.graphs with parameters of type AbstractCorticalRegion Constructor Description CorticalNetworkGraphNode(AbstractCorticalRegion region)
-
Uses of AbstractCorticalRegion in mgui.neuro.networks
Fields in mgui.neuro.networks with type parameters of type AbstractCorticalRegion Modifier and Type Field Description java.util.ArrayList<AbstractCorticalRegion>
CorticalNetwork. regions
Methods in mgui.neuro.networks with type parameters of type AbstractCorticalRegion Modifier and Type Method Description <T extends AbstractCorticalRegion>
booleanCorticalNetwork. addRegions(java.util.ArrayList<T> regions, boolean fire)
Methods in mgui.neuro.networks that return AbstractCorticalRegion Modifier and Type Method Description AbstractCorticalRegion
CorticalNetwork. getRegion(java.lang.String str)
Methods in mgui.neuro.networks with parameters of type AbstractCorticalRegion Modifier and Type Method Description boolean
CorticalNetwork. addInput(AbstractCorticalRegion region)
boolean
CorticalNetwork. addRegion(AbstractCorticalRegion region)
boolean
CorticalNetwork. addRegion(AbstractCorticalRegion region, boolean fire)
protected boolean
CorticalNetwork. connect(AbstractCorticalRegion r1, AbstractCorticalRegion r2, double weight)
boolean
CorticalNetwork. hasRegion(AbstractCorticalRegion region)