org.primordion.ctrnn.base
Interface ICtrnn

All Superinterfaces:
IXholon
All Known Implementing Classes:
XhAbstractCtrnn, XhAdapSysLab

public interface ICtrnn
extends IXholon

Continuous-Time Recurrent Neural Network (CTRNN).

Since:
0.3 (Created on Feb 9, 2006)
Author:
Ken Webb

Field Summary
static double DELTA_T
           
static java.lang.String NEURON_CLASS_NAME
           
static int P_OUT1
           
static int P_OUT2
           
static int P_OUT3
           
static int SIG_READ_AD
           
static int SIG_SET_MOTOR_POWER
           
static int SIZE_MYAPP_PORTS
           
 
Fields inherited from interface org.primordion.xholon.base.IXholon
DEFAULT_SIZE_MSG_Q, NINCLUDE_PSC, NINCLUDE_PSx, NINCLUDE_PxC, NINCLUDE_Pxx, NINCLUDE_xSC, NINCLUDE_xSx, NINCLUDE_xxC, NINCLUDE_xxx
 
Methods inherited from interface org.primordion.xholon.base.IXholon
act, appendChild, appendChild, appendChild, cleanup, configure, configure, createStructure, decVal, decVal, depth, draw, getChildNodes, getFirstChild, getFirstSibling, getId, getLastChild, getLastSibling, getName, getNeighbors, getNextSibling, getNthChild, getNthSibling, getNumChildren, getNumSiblings, getParentNode, getPort, getPreviousSibling, getRoleName, getRootNode, getSiblings, getUid, getVal_boolean, getVal_byte, getVal_char, getVal_double, getVal_float, getVal_int, getVal_long, getVal_Object, getVal_short, getVal_String, getVal, getXhc, getXhcId, getXhcName, getXhType, handleNodeSelection, hasAncestor, hasChildNodes, hasChildOrSiblingNodes, hasNextSibling, hasParentNode, height, incVal, incVal, initialize, initStatics, inOrderPrint, insertAfter, insertBefore, insertFirstChild, isActiveObject, isBound, isContainer, isExternal, isInternal, isLeaf, isPassiveObject, isRootNode, performActivity, performActivity, performBooleanActivity, performBooleanActivity, performDoubleActivity, performGuard, performVoidActivity, postAct, postConfigure, postOrderPrint, postReconfigure, preAct, preConfigure, preOrderPrint, preReconfigure, print, println, processMessageQ, processReceivedMessage, reconfigure, remove, removeChild, sendMessage, sendMessage, sendMessage, setAttributeVal, setFirstChild, setId, setNextSibling, setParentChildLinks, setParentNode, setParentSiblingLinks, setPorts, setRoleName, setUid, setVal, setVal, setVal, setVal, setVal, setVal, setVal, setVal, setVal, setVal, setVariableValue, setXhc, swapNode, terminate, treeSize, writeXml
 

Field Detail

P_OUT1

public static final int P_OUT1
See Also:
Constant Field Values

P_OUT2

public static final int P_OUT2
See Also:
Constant Field Values

P_OUT3

public static final int P_OUT3
See Also:
Constant Field Values

SIZE_MYAPP_PORTS

public static final int SIZE_MYAPP_PORTS
See Also:
Constant Field Values

SIG_SET_MOTOR_POWER

public static final int SIG_SET_MOTOR_POWER
See Also:
Constant Field Values

SIG_READ_AD

public static final int SIG_READ_AD
See Also:
Constant Field Values

NEURON_CLASS_NAME

public static final java.lang.String NEURON_CLASS_NAME
See Also:
Constant Field Values

DELTA_T

public static final double DELTA_T
See Also:
Constant Field Values