Package jmri.jmrit.blockboss.configurexml
XML persistance for the jmrit.blockboss package.
In JMRI 2.1.5, the XML written by this package was changed.
Previously, it wrote a single "blocks" element, which contained multiple "block" elements to represent each individual BlockBoss (Simple Signal Logic) object.
These names were too generic, and conflicted with storing true Block objects.
Starting in JMRI 2.1.5 (May 2008), these were changed to "signalelements" and "signalelement" respectively.
- See Also:
jmri.jmrit.blockboss
-
Class Summary Class Description BlockBossLogicProviderXml Handle XML persistance of Simple Signal Logic objects.BlockBossLogicXml Handle XML persistance of Simple Signal Logic objects.