Interface IFmuFactory
-
public interface IFmuFactory
-
-
Field Summary
Fields Modifier and Type Field Description static StringSESSION_SCHEMEFile prefix for session relative files
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(URI uri)The accept method returns true if this factory will handle instantiation of the file into an FMUorg.intocps.fmi.IFmuinstantiate(File sessionRoot, URI uri)Instantiates an FMU from the file
-
-
-
Field Detail
-
SESSION_SCHEME
static final String SESSION_SCHEME
File prefix for session relative files- See Also:
- Constant Field Values
-
-
Method Detail
-
accept
boolean accept(URI uri)
The accept method returns true if this factory will handle instantiation of the file into an FMU- Parameters:
uri- the file- Returns:
- true, if handled by this factory
-
-