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 voidAbstractDendrites. addDendrite(Dendrite d)voidAbstractDendrites. addDendrite(Dendrite d, Dendrite d2)voidDendrites. addDendrite(Dendrite d)voidDendrites. addDendrite(Dendrite d, Dendrite d2)voidAbstractDendrite. addSynapse(Synapse s)Add a synapse and create connection between this dendrite and synapsevoidDendrite. addSynapse(Synapse s)voidAbstractAxon. connectSynapse(Synapse s)voidAxon. connectSynapse(Synapse s)voidAbstractDendrite. connectTo(Dendrite d)Connects this dendrite to another dendrite.voidAbstractDendrite. connectTo(Soma s)Connects this dendrite to a soma.voidDendrite. connectTo(Dendrite d)voidDendrite. connectTo(Soma s)protected booleanAbstractNeuroComponent. executeEvent(DynamicModelEvent e)voidAbstractDendrites. removeDendrite(Dendrite d)voidDendrites. removeDendrite(Dendrite d)voidAbstractMotorNeuron. setAxon(AbstractAxon a)voidAbstractNeuron. setAxon(Axon a)voidNeuron. setAxon(Axon a)voidAbstractNeuron. setDendrites(Dendrites d)voidNeuron. setDendrites(Dendrites d)voidAbstractDendrite. setParent(Neuron n)voidAbstractNeuronalComponent. setParent(Neuron n)voidNeuronalComponent. setParent(Neuron n)voidAbstractNeuron. setSoma(Soma s)voidNeuron. 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 voidCompartmentalDendrite. addSynapse(Synapse s)voidCompartmentalDendrite. connectTo(Dendrite d)voidCompartmentalDendrite. connectTo(Soma s)protected booleanAbstractCompartment. executeEvent(DynamicModelEvent e)protected booleanCompartmentalComponent. executeEvent(DynamicModelEvent e)voidCompartmentalNeuron. setAxon(Axon a)voidCompartmentalNeuron. setDendrites(Dendrites d)voidCompartmentalDendrite. setParent(Neuron n)voidNeuronalCompartmentalComponent. setParent(Neuron n)voidCompartmentalNeuron. setSoma(Soma s)abstract voidCompartmentalComponent. transmit(AbstractCompartment c1, AbstractCompartment c2)Transmit signals between compartments; should update appropriate state and/or temporary variables.voidCompartmentalDendrite. transmit(AbstractCompartment c1, AbstractCompartment c2)voidCompartmentalNeuron. transmit(AbstractCompartment c1, AbstractCompartment c2)voidCompartmentalSoma. 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 booleanSimpleCorticalConnection. executeEvent(DynamicModelEvent e)protected booleanSimpleCorticalOutput. executeEvent(DynamicModelEvent e)protected booleanSimpleCorticalRegion. 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 voidSimpleDendrites. addDendrite(Dendrite d)voidSimpleDendrites. addDendrites(Dendrite d, Dendrite d2)voidSimpleDendrite. addSynapse(Synapse s)voidSimpleAxon. connectSynapse(AbstractSynapse s)voidSimpleDendrite. connectTo(Dendrite d)voidSimpleDendrite. connectTo(Soma s)protected booleanSimpleAxon. executeEvent(DynamicModelEvent e)protected booleanSimpleDendrite. executeEvent(DynamicModelEvent e)protected booleanSimpleMotorNeuron. executeEvent(DynamicModelEvent e)protected booleanSimpleSoma. executeEvent(DynamicModelEvent e)protected booleanSimpleSynapse. executeEvent(DynamicModelEvent e)voidSimpleNeuron. setAxon(AbstractAxon a)voidSimpleNeuron. setDendrites(AbstractDendrites d)voidSimpleNeuron. setSoma(AbstractSoma s)protected booleanSimpleSensoryNeuron. 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 booleanConnectableNeuron. connectDendrite(ConnectableNeuron neuron, AbstractSynapse synapse, int index)booleanConnectableNeuron. connectOpenDendrite(ConnectableNeuron neuron, AbstractSynapse synapse)Connect the passed SimpleNeuron to this neuron's first open (synapse-free) dendrite.booleanConnectableNeuron. 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 voidSimpleStatistics. environmentUpdated(DynamicModelEnvironmentEvent e)