Class Fmi2FmuValidator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean validate​(java.lang.String id, java.net.URI path, org.intocps.maestro.core.messages.IErrorReporter reporter)
      returns true if validation could be performed.
      • Methods inherited from class java.lang.Object

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

      • Fmi2FmuValidator

        public Fmi2FmuValidator()
    • Method Detail

      • validate

        public boolean validate​(java.lang.String id,
                                java.net.URI path,
                                org.intocps.maestro.core.messages.IErrorReporter reporter)
        returns true if validation could be performed. I.e. true does NOT indicate that no errors were found.
        Specified by:
        validate in interface IFmuValidator
        Parameters:
        id - validation id.
        path - fmu path.
        reporter - error reporter.
        Returns:
        indication if validation could be performed.