Class BlockBossLogicXml

  • All Implemented Interfaces:
    XmlAdapter

    public class BlockBossLogicXml
    extends BlockBossLogicProviderXml
    Handle XML persistance of Simple Signal Logic objects.

    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.