Java classes for CIM / CGMES
Supported CIM / CGMES versions:
- CGMES_2.4.15_27JAN2020
- CGMES_3.0.0
apt install maven openjdk-17-jdkmvn verifyThis compiles the sources, verifies the unit tests, and builds two jar files:
cim4j-cgmes-2-4-15in directoryCGMES_2.4.15_27JAN2020/targetcim4j-cgmes-3-0-0in directoryCGMES_3.0.0/target
These jar files can be used in other projects instead of including the source files.
Read RDF files and write the data to RDF files separated by profiles.
cd CGMES_2.4.15_27JAN2020
java -jar target/cim4j*.jar <rdf_file> [<rdf_file> ...] <output_path_stem>cd CGMES_3.0.0
java -jar target/cim4j*.jar <rdf_file> [<rdf_file> ...] <output_path_stem>