Uses of Class
neuroml.morph.Cable

Packages that use Cable
neuroml.morph   
 

Uses of Cable in neuroml.morph
 

Fields in neuroml.morph with type parameters of type Cable
protected  java.util.List<Cable> Cell.Cables.cable
           
 

Methods in neuroml.morph that return Cable
 Cable ObjectFactory.createCable()
          Create an instance of Cable
 

Methods in neuroml.morph that return types with arguments of type Cable
 java.util.List<Cable> Cell.Cables.getCable()
          Gets the value of the cable property.
 java.util.List<Cable> Cell.getCableList()
          Get the list of cables for this Cell.
 



NeuroML API (v1.4)