Uses of Class
neuroml.channel.Transition

Packages that use Transition
neuroml.channel   
 

Uses of Transition in neuroml.channel
 

Fields in neuroml.channel declared as Transition
protected  Transition HHGate.transition
           
 

Fields in neuroml.channel with type parameters of type Transition
protected  java.util.List<Transition> KSGate.transition
           
 

Methods in neuroml.channel that return Transition
 Transition ObjectFactory.createTransition()
          Create an instance of Transition
 Transition HHGate.getTransition()
          Gets the value of the transition property.
 

Methods in neuroml.channel that return types with arguments of type Transition
 java.util.List<Transition> KSGate.getTransition()
          Gets the value of the transition property.
 

Methods in neuroml.channel with parameters of type Transition
 void HHGate.setTransition(Transition value)
          Sets the value of the transition property.
 



NeuroML API (v1.4)