Package org.jamesii.core.data.experiment.read.plugintype

Examples of org.jamesii.core.data.experiment.read.plugintype.ExperimentReaderFactory


   */
  public void openExperiment(URI expURI) throws IOException {
    ParameterBlock aerwfp =
        new ParameterBlock(new ExperimentInfo(expURI, null),
            AbstractExperimentReaderFactory.EXPERIMENT_INFO);
    ExperimentReaderFactory erwf =
        SimSystem.getRegistry().getFactory(
            AbstractExperimentReaderFactory.class, aerwfp);
    openExperiment(erwf, aerwfp);
  }
View Full Code Here

TOP

Related Classes of org.jamesii.core.data.experiment.read.plugintype.ExperimentReaderFactory

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.