Class Pr1Importer


  • public class Pr1Importer
    extends java.lang.Object
    Import CV values from a "PR1" file written by PR1DOS or PR1WIN.
    This file is part of JMRI.

    JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.

    JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Properties m_CVs  
      (package private) boolean m_packedValues  
    • Constructor Summary

      Constructors 
      Constructor Description
      Pr1Importer​(java.io.File file)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCV​(int cvNumber)  
      void setCvTable​(CvTableModel pCvTable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait