Uses of Class
neuroml.morph.FreePoints

Packages that use FreePoints
neuroml.morph   
 

Uses of FreePoints in neuroml.morph
 

Fields in neuroml.morph declared as FreePoints
protected  FreePoints Cell.freePoints
           
 

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

Methods in neuroml.morph that return FreePoints
 FreePoints ObjectFactory.createFreePoints()
          Create an instance of FreePoints
 FreePoints Cell.getFreePoints()
          Gets the value of the freePoints property.
 

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

Methods in neuroml.morph with parameters of type FreePoints
 void Cell.setFreePoints(FreePoints value)
          Sets the value of the freePoints property.
 



NeuroML API (v1.4)