Uses of Interface
mgui.neuro.components.Synapse
Package | Description |
---|---|
mgui.neuro.components | |
mgui.neuro.components.compartments | |
mgui.neuro.components.simple |
-
Uses of Synapse in mgui.neuro.components
Classes in mgui.neuro.components that implement Synapse Modifier and Type Class Description class
AbstractSynapse
Fields in mgui.neuro.components with type parameters of type Synapse Modifier and Type Field Description java.util.ArrayList<Synapse>
AbstractAxon. synapses
java.util.ArrayList<Synapse>
AbstractDendrite. synapses
Methods in mgui.neuro.components that return types with arguments of type Synapse Modifier and Type Method Description java.util.ArrayList<Synapse>
AbstractAxon. getSynapses()
java.util.ArrayList<Synapse>
AbstractDendrite. getSynapses()
java.util.ArrayList<Synapse>
AbstractDendrites. getSynapses()
java.util.ArrayList<Synapse>
Axon. getSynapses()
java.util.ArrayList<Synapse>
Dendrite. getSynapses()
java.util.ArrayList<Synapse>
Dendrites. getSynapses()
Methods in mgui.neuro.components with parameters of type Synapse Modifier and Type Method Description void
AbstractDendrite. addSynapse(Synapse s)
Add a synapse and create connection between this dendrite and synapsevoid
Dendrite. addSynapse(Synapse s)
void
AbstractAxon. connectSynapse(Synapse s)
void
Axon. connectSynapse(Synapse s)
void
AbstractAxon. disconnectSynapse(Synapse s)
void
Axon. disconnectSynapse(Synapse s)
void
AbstractDendrite. removeSynapse(Synapse s)
Remove a synapse along with its connection to this dendritevoid
Dendrite. removeSynapse(Synapse s)
-
Uses of Synapse in mgui.neuro.components.compartments
Fields in mgui.neuro.components.compartments with type parameters of type Synapse Modifier and Type Field Description java.util.ArrayList<Synapse>
CompartmentalDendrite. synapses
Methods in mgui.neuro.components.compartments that return types with arguments of type Synapse Modifier and Type Method Description java.util.ArrayList<Synapse>
CompartmentalDendrite. getSynapses()
Methods in mgui.neuro.components.compartments with parameters of type Synapse Modifier and Type Method Description void
CompartmentalDendrite. addSynapse(Synapse s)
void
CompartmentalDendrite. removeSynapse(Synapse s)
-
Uses of Synapse in mgui.neuro.components.simple
Classes in mgui.neuro.components.simple that implement Synapse Modifier and Type Class Description class
SimpleSynapse
Simple synapse for, e.g.,SimpleNeuron
Methods in mgui.neuro.components.simple with parameters of type Synapse Modifier and Type Method Description void
SimpleDendrite. addSynapse(Synapse s)