com.croftsoft.core.ai.neuro.imp
Class ChannelMutImp

java.lang.Object
  extended by com.croftsoft.core.ai.neuro.imp.ChannelMutImp
All Implemented Interfaces:
Channel, ChannelMut

public class ChannelMutImp
extends Object
implements ChannelMut

ChannelMut implementation.

Since:
2008-08-17
Version:
$Id: ChannelMutImp.java,v 1.1 2008/08/17 22:39:46 croft Exp $
Author:
David Wallace Croft

Constructor Summary
ChannelMutImp(double conductance, double reversalPotential)
           
ChannelMutImp(double conductance, double reversalPotential, boolean open)
           
 
Method Summary
 double getConductance()
           
 double getReversalPotential()
           
 boolean isOpen()
           
 void setConductance(double conductance)
           
 void setOpen(boolean open)
           
 void setReversalPotential(double reversalPotential)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelMutImp

public ChannelMutImp(double conductance,
                     double reversalPotential,
                     boolean open)

ChannelMutImp

public ChannelMutImp(double conductance,
                     double reversalPotential)
Method Detail

getConductance

public double getConductance()
Specified by:
getConductance in interface Channel

getReversalPotential

public double getReversalPotential()
Specified by:
getReversalPotential in interface Channel

isOpen

public boolean isOpen()
Specified by:
isOpen in interface Channel

setConductance

public void setConductance(double conductance)
Specified by:
setConductance in interface ChannelMut

setOpen

public void setOpen(boolean open)
Specified by:
setOpen in interface ChannelMut

setReversalPotential

public void setReversalPotential(double reversalPotential)
Specified by:
setReversalPotential in interface ChannelMut

CroftSoft Javadoc

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