Class FmuFactory


  • public class FmuFactory
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FmuFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.intocps.fmi.IFmu create​(java.io.File sessionRoot, java.net.URI uri)  
      static org.intocps.fmi.IFmu create​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • customFactory

        public static IFmuFactory customFactory
      • customFmuFactoryProperty

        public static final java.lang.String customFmuFactoryProperty
        See Also:
        Constant Field Values
    • Constructor Detail

      • FmuFactory

        public FmuFactory()
    • Method Detail

      • create

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

        public static org.intocps.fmi.IFmu create​(java.io.File sessionRoot,
                                                  java.net.URI uri)
                                           throws java.lang.Exception
        Throws:
        java.lang.Exception