Class SimpleCorticalInput
java.lang.Object
mgui.interfaces.AbstractInterfaceObject
mgui.models.networks.components.AbstractNetworkComponent
mgui.neuro.components.AbstractNeuroComponent
mgui.neuro.components.cortical.AbstractCorticalConnection
mgui.neuro.components.cortical.AbstractCorticalInput
mgui.neuro.components.cortical.simple.SimpleCorticalInput
- All Implemented Interfaces:
java.lang.Cloneable
,java.lang.Comparable<DynamicModelComponent>
,AttributeListener
,AttributeObject
,InterfaceObject
,NamedObject
,TreeObject
,CleanableObject
,DynamicModelComponent
,DynamicModelEnvironmentSensor
,TimeStepListener
,Updateable
public class SimpleCorticalInput extends AbstractCorticalInput
-
Field Summary
Fields inherited from class mgui.neuro.components.cortical.AbstractCorticalInput
index, input
Fields inherited from class mgui.neuro.components.AbstractNeuroComponent
attributes, clock, connections, events, hasSubComponents, id, listeners, solver, updated
Fields inherited from class mgui.interfaces.AbstractInterfaceObject
isDestroyed, tree_nodes
-
Constructor Summary
Constructors Constructor Description SimpleCorticalInput()
-
Method Summary
Modifier and Type Method Description void
connectTo(AbstractCorticalRegion target)
boolean
stimulate(DynamicModelEnvironmentEvent e)
Notifies this sensor that the environment has changed.Methods inherited from class mgui.neuro.components.cortical.AbstractCorticalInput
getIndex, getInput, reset, setIndex, setInput
Methods inherited from class mgui.neuro.components.cortical.AbstractCorticalConnection
clone, getTargets, getWeight, init, setWeight
Methods inherited from class mgui.neuro.components.AbstractNeuroComponent
addConnection, addEvent, addListener, addToEngine, attributeUpdated, compareTo, executeEvent, executeEvents, fireListeners, fireListeners, getAttribute, getAttributes, getConnections, getDelay, getID, getName, getODESolver, getRate, getSolver, getSubComponents, hasSubComponents, removeConnection, removeListener, resetClock, setAttribute, setAttributes, setDelay, setID, setID, setName, setODESolver, setSolver, setSolver, timeElapsed, updateComponent, updateFromClock
Methods inherited from class mgui.models.networks.components.AbstractNetworkComponent
getAttributeValue
Methods inherited from class mgui.interfaces.AbstractInterfaceObject
clean, destroy, getTreeLabel, isDestroyed, issueTreeNode, setTreeNode, updateTreeNodes
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface mgui.interfaces.util.CleanableObject
clean
Methods inherited from interface mgui.models.dynamic.DynamicModelEnvironmentSensor
getName
Methods inherited from interface mgui.interfaces.InterfaceObject
destroy, isDestroyed
Methods inherited from interface mgui.interfaces.NamedObject
setName
Methods inherited from interface mgui.interfaces.trees.TreeObject
getTreeLabel, issueTreeNode, setTreeNode
-
Constructor Details
-
SimpleCorticalInput
public SimpleCorticalInput()
-
-
Method Details
-
connectTo
- Specified by:
connectTo
in classAbstractCorticalConnection
-
stimulate
Description copied from interface:DynamicModelEnvironmentSensor
Notifies this sensor that the environment has changed.- Returns:
-