Uses of Class
mgui.neuro.exceptions.NeuroException
-
Uses of NeuroException in mgui.neuro.components
Methods in mgui.neuro.components that throw NeuroException Modifier and Type Method Description void
AbstractDendrites. addDendrite(Dendrite d)
void
AbstractDendrites. addDendrite(Dendrite d, Dendrite d2)
void
Dendrites. addDendrite(Dendrite d)
void
Dendrites. addDendrite(Dendrite d, Dendrite d2)
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
AbstractDendrite. connectTo(Dendrite d)
Connects this dendrite to another dendrite.void
AbstractDendrite. connectTo(Soma s)
Connects this dendrite to a soma.void
Dendrite. connectTo(Dendrite d)
void
Dendrite. connectTo(Soma s)
protected boolean
AbstractNeuroComponent. executeEvent(DynamicModelEvent e)
void
AbstractDendrites. removeDendrite(Dendrite d)
void
Dendrites. removeDendrite(Dendrite d)
void
AbstractMotorNeuron. setAxon(AbstractAxon a)
void
AbstractNeuron. setAxon(Axon a)
void
Neuron. setAxon(Axon a)
void
AbstractNeuron. setDendrites(Dendrites d)
void
Neuron. setDendrites(Dendrites d)
void
AbstractDendrite. setParent(Neuron n)
void
AbstractNeuronalComponent. setParent(Neuron n)
void
NeuronalComponent. setParent(Neuron n)
void
AbstractNeuron. setSoma(Soma s)
void
Neuron. setSoma(Soma s)
-
Uses of NeuroException in mgui.neuro.components.compartments
Methods in mgui.neuro.components.compartments that throw NeuroException Modifier and Type Method Description void
CompartmentalDendrite. addSynapse(Synapse s)
void
CompartmentalDendrite. connectTo(Dendrite d)
void
CompartmentalDendrite. connectTo(Soma s)
protected boolean
AbstractCompartment. executeEvent(DynamicModelEvent e)
protected boolean
CompartmentalComponent. executeEvent(DynamicModelEvent e)
void
CompartmentalNeuron. setAxon(Axon a)
void
CompartmentalNeuron. setDendrites(Dendrites d)
void
CompartmentalDendrite. setParent(Neuron n)
void
NeuronalCompartmentalComponent. setParent(Neuron n)
void
CompartmentalNeuron. setSoma(Soma s)
abstract void
CompartmentalComponent. transmit(AbstractCompartment c1, AbstractCompartment c2)
Transmit signals between compartments; should update appropriate state and/or temporary variables.void
CompartmentalDendrite. transmit(AbstractCompartment c1, AbstractCompartment c2)
void
CompartmentalNeuron. transmit(AbstractCompartment c1, AbstractCompartment c2)
void
CompartmentalSoma. transmit(AbstractCompartment c1, AbstractCompartment c2)
-
Uses of NeuroException in mgui.neuro.components.cortical.simple
Methods in mgui.neuro.components.cortical.simple that throw NeuroException Modifier and Type Method Description protected boolean
SimpleCorticalConnection. executeEvent(DynamicModelEvent e)
protected boolean
SimpleCorticalOutput. executeEvent(DynamicModelEvent e)
protected boolean
SimpleCorticalRegion. executeEvent(DynamicModelEvent e)
-
Uses of NeuroException in mgui.neuro.components.simple
Methods in mgui.neuro.components.simple that throw NeuroException Modifier and Type Method Description void
SimpleDendrites. addDendrite(Dendrite d)
void
SimpleDendrites. addDendrites(Dendrite d, Dendrite d2)
void
SimpleDendrite. addSynapse(Synapse s)
void
SimpleAxon. connectSynapse(AbstractSynapse s)
void
SimpleDendrite. connectTo(Dendrite d)
void
SimpleDendrite. connectTo(Soma s)
protected boolean
SimpleAxon. executeEvent(DynamicModelEvent e)
protected boolean
SimpleDendrite. executeEvent(DynamicModelEvent e)
protected boolean
SimpleMotorNeuron. executeEvent(DynamicModelEvent e)
protected boolean
SimpleSoma. executeEvent(DynamicModelEvent e)
protected boolean
SimpleSynapse. executeEvent(DynamicModelEvent e)
void
SimpleNeuron. setAxon(AbstractAxon a)
void
SimpleNeuron. setDendrites(AbstractDendrites d)
void
SimpleNeuron. setSoma(AbstractSoma s)
protected boolean
SimpleSensoryNeuron. update(DynamicModelEnvironment environment)
-
Uses of NeuroException in mgui.neuro.components.types
Methods in mgui.neuro.components.types that throw NeuroException Modifier and Type Method Description boolean
ConnectableNeuron. connectDendrite(ConnectableNeuron neuron, AbstractSynapse synapse, int index)
boolean
ConnectableNeuron. connectOpenDendrite(ConnectableNeuron neuron, AbstractSynapse synapse)
Connect the passed SimpleNeuron to this neuron's first open (synapse-free) dendrite.boolean
ConnectableNeuron. connectTo(ConnectableNeuron neuron, AbstractSynapse synapse)
-
Uses of NeuroException in mgui.neuro.stats
Methods in mgui.neuro.stats that throw NeuroException Modifier and Type Method Description void
SimpleStatistics. environmentUpdated(DynamicModelEnvironmentEvent e)