Class FmuFactory
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.FmuFactory
-
public class FmuFactory extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static IFmuFactorycustomFactorystatic 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(File sessionRoot, URI uri)static org.intocps.fmi.IFmucreate(String path)
-
-
-
Field Detail
-
customFactory
public static IFmuFactory customFactory
-
customFmuFactoryProperty
public static final String customFmuFactoryProperty
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static org.intocps.fmi.IFmu create(String path) throws IOException, org.intocps.fmi.FmuInvocationException
- Throws:
IOExceptionorg.intocps.fmi.FmuInvocationException
-
-