Class FmuFactory
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.FmuFactory
-
public class FmuFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static IFmuFactorycustomFactorystatic java.lang.StringcustomFmuFactoryProperty
-
Constructor Summary
Constructors Constructor Description FmuFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.intocps.fmi.IFmucreate(java.io.File sessionRoot, java.net.URI uri)static org.intocps.fmi.IFmucreate(java.lang.String path)
-
-
-
Field Detail
-
customFactory
public static IFmuFactory customFactory
-
customFmuFactoryProperty
public static final java.lang.String customFmuFactoryProperty
- See Also:
- Constant Field Values
-
-
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.IOExceptionorg.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
-
-