Uses of Class
neuroml.bio.Units

Packages that use Units
neuroml.bio   
neuroml.network   
 

Uses of Units in neuroml.bio
 

Fields in neuroml.bio declared as Units
protected  Units Biophysics.units
           
 

Methods in neuroml.bio that return Units
static Units Units.fromValue(java.lang.String v)
           
 Units Biophysics.getUnits()
          Gets the value of the units property.
static Units Units.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Units[] Units.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in neuroml.bio with parameters of type Units
 void Biophysics.setUnits(Units value)
          Sets the value of the units property.
 

Uses of Units in neuroml.network
 

Fields in neuroml.network declared as Units
protected  Units Projections.units
           
 

Methods in neuroml.network that return Units
 Units Projections.getUnits()
          Gets the value of the units property.
 

Methods in neuroml.network with parameters of type Units
 void Projections.setUnits(Units value)
          Sets the value of the units property.
 



NeuroML API (v1.4)