Uses of Class
neuroml.meta.NeuronDBReference

Packages that use NeuronDBReference
neuroml   
neuroml.channel   
neuroml.meta   
neuroml.morph   
 

Uses of NeuronDBReference in neuroml
 

Fields in neuroml declared as NeuronDBReference
protected  NeuronDBReference NeuroMLLevel3.neuronDBref
           
 

Methods in neuroml that return NeuronDBReference
 NeuronDBReference NeuroMLLevel3.getNeuronDBref()
          Gets the value of the neuronDBref property.
 

Methods in neuroml with parameters of type NeuronDBReference
 void NeuroMLLevel3.setNeuronDBref(NeuronDBReference value)
          Sets the value of the neuronDBref property.
 

Uses of NeuronDBReference in neuroml.channel
 

Fields in neuroml.channel declared as NeuronDBReference
protected  NeuronDBReference SynapseType.neuronDBref
           
protected  NeuronDBReference IonConcentration.neuronDBref
           
protected  NeuronDBReference ChannelType.neuronDBref
           
 

Methods in neuroml.channel that return NeuronDBReference
 NeuronDBReference SynapseType.getNeuronDBref()
          Gets the value of the neuronDBref property.
 NeuronDBReference IonConcentration.getNeuronDBref()
          Gets the value of the neuronDBref property.
 NeuronDBReference ChannelType.getNeuronDBref()
          Gets the value of the neuronDBref property.
 

Methods in neuroml.channel with parameters of type NeuronDBReference
 void SynapseType.setNeuronDBref(NeuronDBReference value)
          Sets the value of the neuronDBref property.
 void IonConcentration.setNeuronDBref(NeuronDBReference value)
          Sets the value of the neuronDBref property.
 void ChannelType.setNeuronDBref(NeuronDBReference value)
          Sets the value of the neuronDBref property.
 

Uses of NeuronDBReference in neuroml.meta
 

Methods in neuroml.meta that return NeuronDBReference
 NeuronDBReference ObjectFactory.createNeuronDBReference()
          Create an instance of NeuronDBReference
 

Uses of NeuronDBReference in neuroml.morph
 

Fields in neuroml.morph declared as NeuronDBReference
protected  NeuronDBReference Cell.neuronDBref
           
 

Methods in neuroml.morph that return NeuronDBReference
 NeuronDBReference Cell.getNeuronDBref()
          Gets the value of the neuronDBref property.
 

Methods in neuroml.morph with parameters of type NeuronDBReference
 void Cell.setNeuronDBref(NeuronDBReference value)
          Sets the value of the neuronDBref property.
 



NeuroML API (v1.4)