open-simulation-platform / osp-validator

Ontology-based systems structure validator
Mozilla Public License 2.0
4 stars 1 forks source link

Description

Supports version 1.0.1 of OSP-IS

This is a java project consisting of a java library, and a command line interface tool to validate FMUs and simulation configurations against OSP-IS.

OSP-IS has been updated in version 1.0.1 to support variable axis properties.

IMPORTRANT

This osp-validator version only works with OspSystemStructure.xml files based on this xsd

Prerequisites

Windows

java \ maven

Linux

java \ maven

Modules

osp-validator-api

osp-validator-core

osp-validator-cli

osp-model-description

osp-system-structure

osp-validator-gen

Build

$ git clone git@github.com:open-simulation-platform/osp-validator.git
$ cd osp-validator
$ mvn clean package

<module-dir>/target will contain the compiled artifacts.