Uses of Class
neuroml.meta.Person

Packages that use Person
neuroml.meta   
 

Uses of Person in neuroml.meta
 

Fields in neuroml.meta with type parameters of type Person
protected  java.util.List<Person> Authors.modelAuthor
           
protected  java.util.List<Person> Authors.modelTranslator
           
 

Methods in neuroml.meta that return Person
 Person ObjectFactory.createPerson()
          Create an instance of Person
 

Methods in neuroml.meta that return types with arguments of type Person
 java.util.List<Person> Authors.getModelAuthor()
          Gets the value of the modelAuthor property.
 java.util.List<Person> Authors.getModelTranslator()
          Gets the value of the modelTranslator property.
 



NeuroML API (v1.4)