com.croftsoft.core.ai.neuro
Interface ChannelMut

All Superinterfaces:
Channel
All Known Subinterfaces:
ChannelSim
All Known Implementing Classes:
ChannelMutImp, SnapChannel

public interface ChannelMut
extends Channel

Mutable Channel interface.

Since:
2008-07-19
Version:
$Id: ChannelMut.java,v 1.2 2008/07/25 23:32:22 croft Exp $
Author:
David Wallace Croft

Method Summary
 void setConductance(double conductance)
           
 void setOpen(boolean open)
           
 void setReversalPotential(double reversalPotential)
           
 
Methods inherited from interface com.croftsoft.core.ai.neuro.Channel
getConductance, getReversalPotential, isOpen
 

Method Detail

setConductance

void setConductance(double conductance)

setOpen

void setOpen(boolean open)

setReversalPotential

void setReversalPotential(double reversalPotential)

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)