Package org.jamesii.simspex.spdm.dataimport.file

Examples of org.jamesii.simspex.spdm.dataimport.file.FileImportManagerFactory


   *
   * @return instantiation of {@link FileImportManager} assigned to some test
   *         data
   */
  public static IDMDataImportManager<PerformanceTuple> createTestFileImportManager() {
    return (new FileImportManagerFactory()).create(new ParameterBlock(TEST_DIR,
        FileImportManagerFactory.TARGET_DIR), SimSystem.getRegistry().createContext());
  }
View Full Code Here

TOP

Related Classes of org.jamesii.simspex.spdm.dataimport.file.FileImportManagerFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.