Class ImportLogix

java.lang.Object
jmri.jmrit.logixng.tools.ImportLogix

public class ImportLogix extends Object
Imports Logixs to LogixNG
  • Constructor Details

    • ImportLogix

      public ImportLogix(Logix logix)
    • ImportLogix

      public ImportLogix(Logix logix, boolean allowSystemImport)
    • ImportLogix

      public ImportLogix(Logix logix, boolean allowSystemImport, boolean dryRun)
      Create instance of ImportConditional
      Parameters:
      logix - the parent Logix of the conditional to import
      allowSystemImport - true if system logixs is allowed to be imported, false otherwise
      dryRun - true if import without creating any new beans, false if to create new beans
  • Method Details