Uses of Class
neuroml.meta.Annotation

Packages that use Annotation
neuroml   
neuroml.channel   
neuroml.meta   
neuroml.morph   
neuroml.network   
 

Uses of Annotation in neuroml
 

Fields in neuroml declared as Annotation
protected  Annotation NeuroMLLevel3.annotation
           
 

Methods in neuroml that return Annotation
 Annotation NeuroMLLevel3.getAnnotation()
          Gets the value of the annotation property.
 

Methods in neuroml with parameters of type Annotation
 void NeuroMLLevel3.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 

Uses of Annotation in neuroml.channel
 

Fields in neuroml.channel declared as Annotation
protected  Annotation SynapseType.annotation
           
protected  Annotation Parameter.annotation
           
protected  Annotation IonConcentration.annotation
           
protected  Annotation Ion.annotation
           
protected  Annotation DoubleExponentialSynapse.annotation
           
protected  Annotation ChannelType.annotation
           
protected  Annotation ChannelML.annotation
           
 

Methods in neuroml.channel that return Annotation
 Annotation SynapseType.getAnnotation()
          Gets the value of the annotation property.
 Annotation Parameter.getAnnotation()
          Gets the value of the annotation property.
 Annotation IonConcentration.getAnnotation()
          Gets the value of the annotation property.
 Annotation Ion.getAnnotation()
          Gets the value of the annotation property.
 Annotation DoubleExponentialSynapse.getAnnotation()
          Gets the value of the annotation property.
 Annotation ChannelType.getAnnotation()
          Gets the value of the annotation property.
 Annotation ChannelML.getAnnotation()
          Gets the value of the annotation property.
 

Methods in neuroml.channel with parameters of type Annotation
 void SynapseType.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Parameter.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void IonConcentration.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Ion.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void DoubleExponentialSynapse.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void ChannelType.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void ChannelML.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 

Uses of Annotation in neuroml.meta
 

Methods in neuroml.meta that return Annotation
 Annotation ObjectFactory.createAnnotation()
          Create an instance of Annotation
 

Uses of Annotation in neuroml.morph
 

Fields in neuroml.morph declared as Annotation
protected  Annotation Morphology.annotation
           
protected  Annotation Morphology.Features.annotation
           
protected  Annotation Feature.annotation
           
protected  Annotation Cell.annotation
           
protected  Annotation Cell.Cables.annotation
           
protected  Annotation Cell.CellBody.annotation
           
protected  Annotation Cell.Segments.annotation
           
protected  Annotation Cell.Spines.annotation
           
protected  Annotation Cable.annotation
           
 

Methods in neuroml.morph that return Annotation
 Annotation Morphology.getAnnotation()
          Gets the value of the annotation property.
 Annotation Morphology.Features.getAnnotation()
          Gets the value of the annotation property.
 Annotation Feature.getAnnotation()
          Gets the value of the annotation property.
 Annotation Cell.getAnnotation()
          Gets the value of the annotation property.
 Annotation Cell.Cables.getAnnotation()
          Gets the value of the annotation property.
 Annotation Cell.CellBody.getAnnotation()
          Gets the value of the annotation property.
 Annotation Cell.Segments.getAnnotation()
          Gets the value of the annotation property.
 Annotation Cell.Spines.getAnnotation()
          Gets the value of the annotation property.
 Annotation Cable.getAnnotation()
          Gets the value of the annotation property.
 

Methods in neuroml.morph with parameters of type Annotation
 void Morphology.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Morphology.Features.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Feature.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Cell.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Cell.Cables.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Cell.CellBody.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Cell.Segments.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Cell.Spines.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Cable.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 

Uses of Annotation in neuroml.network
 

Fields in neuroml.network declared as Annotation
protected  Annotation SynapseProperties.annotation
           
protected  Annotation RandomArrangement.annotation
           
protected  Annotation Projections.annotation
           
protected  Annotation Projection.annotation
           
protected  Annotation Populations.annotation
           
protected  Annotation PopulationLocation.annotation
           
protected  Annotation Population.annotation
           
protected  Annotation NetworkML.annotation
           
protected  Annotation Instances.annotation
           
protected  Annotation GridArrangement.annotation
           
protected  Annotation Connections.annotation
           
protected  Annotation CellInstance.annotation
           
 

Methods in neuroml.network that return Annotation
 Annotation SynapseProperties.getAnnotation()
          Gets the value of the annotation property.
 Annotation RandomArrangement.getAnnotation()
          Gets the value of the annotation property.
 Annotation Projections.getAnnotation()
          Gets the value of the annotation property.
 Annotation Projection.getAnnotation()
          Gets the value of the annotation property.
 Annotation Populations.getAnnotation()
          Gets the value of the annotation property.
 Annotation PopulationLocation.getAnnotation()
          Gets the value of the annotation property.
 Annotation Population.getAnnotation()
          Gets the value of the annotation property.
 Annotation NetworkML.getAnnotation()
          Gets the value of the annotation property.
 Annotation Instances.getAnnotation()
          Gets the value of the annotation property.
 Annotation GridArrangement.getAnnotation()
          Gets the value of the annotation property.
 Annotation Connections.getAnnotation()
          Gets the value of the annotation property.
 Annotation CellInstance.getAnnotation()
          Gets the value of the annotation property.
 

Methods in neuroml.network that return types with arguments of type Annotation
 javax.xml.bind.JAXBElement<Annotation> ObjectFactory.createConnectionAnnotation(Annotation value)
          Create an instance of JAXBElement<Annotation>}
 javax.xml.bind.JAXBElement<Annotation> ObjectFactory.createPotentialSynapticLocationAnnotation(Annotation value)
          Create an instance of JAXBElement<Annotation>}
 

Methods in neuroml.network with parameters of type Annotation
 javax.xml.bind.JAXBElement<Annotation> ObjectFactory.createConnectionAnnotation(Annotation value)
          Create an instance of JAXBElement<Annotation>}
 javax.xml.bind.JAXBElement<Annotation> ObjectFactory.createPotentialSynapticLocationAnnotation(Annotation value)
          Create an instance of JAXBElement<Annotation>}
 void SynapseProperties.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void RandomArrangement.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Projections.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Projection.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Populations.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void PopulationLocation.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Population.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void NetworkML.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Instances.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void GridArrangement.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void Connections.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 void CellInstance.setAnnotation(Annotation value)
          Sets the value of the annotation property.
 



NeuroML API (v1.4)