Uses of Class
neuroml.morph.Segment

Packages that use Segment
neuroml.morph   
 

Uses of Segment in neuroml.morph
 

Fields in neuroml.morph with type parameters of type Segment
protected  java.util.List<Segment> Cell.Segments.segment
           
 

Methods in neuroml.morph that return Segment
 Segment ObjectFactory.createSegment()
          Create an instance of Segment
 

Methods in neuroml.morph that return types with arguments of type Segment
 java.util.List<Segment> Cell.Segments.getSegment()
          Gets the value of the segment property.
 java.util.List<Segment> Cell.getSegmentList()
          Get the list of segments representing this cell.
 java.util.List<Segment> Cell.getSegmentList(int indx)
          Get the segment list at the specified index.
 



NeuroML API (v1.4)