Uses of Interface
jmri.jmrit.logixng.Table
-
Packages that use Table Package Description jmri.jmrit.logixng jmri.jmrit.logixng.implementation -
-
Uses of Table in jmri.jmrit.logixng
Subinterfaces of Table in jmri.jmrit.logixng Modifier and Type Interface Description interface
AnonymousTable
Represent an anonymous table.interface
NamedTable
Represent a named table. -
Uses of Table in jmri.jmrit.logixng.implementation
Classes in jmri.jmrit.logixng.implementation that implement Table Modifier and Type Class Description class
AbstractNamedTable
The default implementation of a NamedTableclass
DefaultAnonymousTable
Default implementation for anonymous tablesclass
DefaultCsvNamedTable
The default implementation of a NamedTableclass
DefaultInternalNamedTable
The default implementation of a NamedTable
-