Uses of Class
jmri.jmrit.operations.rollingstock.cars.Kernel
- 
Packages that use Kernel Package Description jmri.jmrit.operations.rollingstock.cars  - 
- 
Uses of Kernel in jmri.jmrit.operations.rollingstock.cars
Fields in jmri.jmrit.operations.rollingstock.cars declared as Kernel Modifier and Type Field Description protected KernelCar. _kernelMethods in jmri.jmrit.operations.rollingstock.cars that return Kernel Modifier and Type Method Description KernelCar. getKernel()KernelKernelManager. getKernelByName(java.lang.String name)Get a Kernel by nameKernelKernelManager. newKernel(java.lang.String name)Create a new KernelMethods in jmri.jmrit.operations.rollingstock.cars with parameters of type Kernel Modifier and Type Method Description voidCar. setKernel(Kernel kernel)A kernel is a group of cars that are switched as a unit. 
 -