Class CorticalFunction
java.lang.Object
mgui.interfaces.AbstractInterfaceObject
mgui.models.dynamic.functions.Function
mgui.models.dynamic.functions.ODEFunction
mgui.neuro.components.cortical.functions.CorticalFunction
- All Implemented Interfaces:
AttributeObject
,InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,org.opensourcephysics.numerics.ODE
- Direct Known Subclasses:
BiexponentialFunction
,MorrisLecarFunction
public abstract class CorticalFunction extends ODEFunction
-
Field Summary
Fields inherited from class mgui.models.dynamic.functions.ODEFunction
state
Fields inherited from class mgui.models.dynamic.functions.Function
attributes, isDestroyed
Fields inherited from class mgui.interfaces.AbstractInterfaceObject
tree_nodes
-
Constructor Summary
Constructors Constructor Description CorticalFunction()
-
Method Summary
Methods inherited from class mgui.models.dynamic.functions.ODEFunction
getState, reset, setState
Methods inherited from class mgui.models.dynamic.functions.Function
clone, destroy, evaluate, evaluate, getAttribute, getAttributes, getAttributeValue, getTreeNodeCopy, init, isDestroyed, setAttribute, setAttributes, setTreeNode, toString
Methods inherited from class mgui.interfaces.AbstractInterfaceObject
clean, getName, getTreeLabel, issueTreeNode, setName, updateTreeNodes
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface mgui.interfaces.NamedObject
getName, setName
-
Constructor Details
-
CorticalFunction
public CorticalFunction()
-
-
Method Details
-
setInput
public void setInput(double input) -
getOutput
public abstract double getOutput() -
getRate
public void getRate(double[] state, double[] rate)
-