Uses of Class
neuroml.meta.Sphere

Packages that use Sphere
neuroml.meta   
neuroml.morph   
neuroml.network   
 

Uses of Sphere in neuroml.meta
 

Methods in neuroml.meta that return Sphere
 Sphere ObjectFactory.createSphere()
          Create an instance of Sphere
 

Uses of Sphere in neuroml.morph
 

Fields in neuroml.morph declared as Sphere
protected  Sphere Cell.CellBody.sphere
           
 

Fields in neuroml.morph with type parameters of type Sphere
protected  java.util.List<Sphere> Feature.sphere
           
 

Methods in neuroml.morph that return Sphere
 Sphere Cell.CellBody.getSphere()
          Gets the value of the sphere property.
 

Methods in neuroml.morph that return types with arguments of type Sphere
 java.util.List<Sphere> Feature.getSphere()
          Gets the value of the sphere property.
 

Methods in neuroml.morph with parameters of type Sphere
 void Cell.CellBody.setSphere(Sphere value)
          Sets the value of the sphere property.
 

Uses of Sphere in neuroml.network
 

Fields in neuroml.network declared as Sphere
protected  Sphere RandomArrangement.sphericalLocation
           
 

Methods in neuroml.network that return Sphere
 Sphere RandomArrangement.getSphericalLocation()
          Gets the value of the sphericalLocation property.
 

Methods in neuroml.network with parameters of type Sphere
 void RandomArrangement.setSphericalLocation(Sphere value)
          Sets the value of the sphericalLocation property.
 



NeuroML API (v1.4)