nslj.src.lang
Class NslClass

java.lang.Object
  |
  +--EDU.gatech.cc.is.abstractrobot.ControlSystemS
        |
        +--EDU.gatech.cc.is.abstractrobot.ControlSystemMFN150
              |
              +--nslj.src.lang.NslBase
                    |
                    +--nslj.src.lang.NslHierarchy
                          |
                          +--nslj.src.lang.NslClass

public class NslClass
extends NslHierarchy


Fields inherited from class nslj.src.lang.NslHierarchy
nslClassInstances, nslDataVars, system
 
Fields inherited from class nslj.src.lang.NslBase
_accessChar, _name, _parent
 
Fields inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemMFN150
abstract_robot
 
Fields inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS
CSSTAT_DONE, CSSTAT_ERROR, CSSTAT_OK, seed
 
Constructor Summary
NslClass(java.lang.String label, NslClass parent)
           
NslClass(java.lang.String label, NslModule parent)
           
 
Method Summary
 void nslInitTempClass()
           
 
Methods inherited from class nslj.src.lang.NslHierarchy
initNslHierarchy, nslAddToClassInstances, nslAddToDataVars, nslGetClassInstance, nslGetClassInstancesVector, nslGetDataVar, nslGetDataVar, nslGetDataVarsVector, nslGetNameAndParent, nslGetNameAndParentRecursive, nslGetSystem, nslGetValue, nslHasChildClass, nslPrintChildClasses, nslRemoveAllClassInstances, nslRemoveAllDataVars, nslRemoveFromClassInstances, nslRemoveFromDataVars, nslSetAccessRecursive, nslSetSystem, nslSetValue, nslSetValue, removeFromNslDataVar
 
Methods inherited from class nslj.src.lang.NslBase
nslGetAccess, nslGetName, nslGetParent, nslGetParentClass, nslGetParentModule, nslGetRealName, nslNullifyParent, nslSetAccess, nslSetName, nslSetParent
 
Methods inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemMFN150
init
 
Methods inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS
configure, Configure, getAbstractRobot, Init, quit, takeStep, TakeStep, trialEnd, TrialEnd, trialInit, TrialInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NslClass

public NslClass(java.lang.String label,
                NslModule parent)

NslClass

public NslClass(java.lang.String label,
                NslClass parent)
Method Detail

nslInitTempClass

public void nslInitTempClass()