Class FmuFactory

java.lang.Object
org.intocps.maestro.framework.fmi2.FmuFactory

public class FmuFactory extends Object
  • Field Details

  • Constructor Details

    • FmuFactory

      public FmuFactory()
  • Method Details

    • create

      public static org.intocps.fmi.IFmu create(String path) throws IOException, org.intocps.fmi.FmuInvocationException
      Throws:
      IOException
      org.intocps.fmi.FmuInvocationException
    • create

      public static org.intocps.fmi.IFmu create(File sessionRoot, URI uri) throws Exception
      Throws:
      Exception