Uses of Class
neuroml.morph.Morphology

Packages that use Morphology
neuroml.morph   
neuroml.util   
 

Uses of Morphology in neuroml.morph
 

Methods in neuroml.morph that return Morphology
 Morphology ObjectFactory.createMorphology()
          Create an instance of Morphology
 

Methods in neuroml.morph that return types with arguments of type Morphology
 javax.xml.bind.JAXBElement<Morphology> ObjectFactory.createMorphml(Morphology value)
          Create an instance of JAXBElement<Morphology>}
 

Methods in neuroml.morph with parameters of type Morphology
 javax.xml.bind.JAXBElement<Morphology> ObjectFactory.createMorphml(Morphology value)
          Create an instance of JAXBElement<Morphology>}
 

Uses of Morphology in neuroml.util
 

Methods in neuroml.util that return Morphology
 Morphology NeuroMLConverter.xmlToMorphology(java.lang.String xmlFile)
           
 

Methods in neuroml.util with parameters of type Morphology
 void NeuroMLConverter.morphologyToXml(Morphology morph, java.lang.String filename)
           
 



NeuroML API (v1.4)