Uses of Class
neuroml.channel.Gate.State

Packages that use Gate.State
neuroml.channel   
 

Uses of Gate.State in neuroml.channel
 

Fields in neuroml.channel with type parameters of type Gate.State
protected  java.util.List<Gate.State> Gate.state
           
 

Methods in neuroml.channel that return Gate.State
 Gate.State ObjectFactory.createGateState()
          Create an instance of Gate.State
 

Methods in neuroml.channel that return types with arguments of type Gate.State
 java.util.List<Gate.State> Gate.getState()
          Gets the value of the state property.
 



NeuroML API (v1.4)