Uses of Class
neuroml.channel.Block

Packages that use Block
neuroml.channel   
 

Uses of Block in neuroml.channel
 

Fields in neuroml.channel declared as Block
protected  Block BlockingSynapse.block
           
 

Methods in neuroml.channel that return Block
 Block ObjectFactory.createBlock()
          Create an instance of Block
 Block BlockingSynapse.getBlock()
          Gets the value of the block property.
 

Methods in neuroml.channel with parameters of type Block
 void BlockingSynapse.setBlock(Block value)
          Sets the value of the block property.
 



NeuroML API (v1.4)