Uses of Class
neuroml.channel.KSState

Packages that use KSState
neuroml.channel   
 

Uses of KSState in neuroml.channel
 

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

Methods in neuroml.channel that return KSState
 KSState ObjectFactory.createKSState()
          Create an instance of KSState
 

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



NeuroML API (v1.4)