public class RdfsParser
extends java.lang.Object
Constructor and Description |
---|
RdfsParser(java.io.File rdfSchemaFile)
Constructs an instance from the file with the CIM RDF Schema.
|
Modifier and Type | Method and Description |
---|---|
void |
diffSchemas(java.io.File diffFile,
RdfsModel otherModel)
Saves the differences in the given file.
|
RdfsModel |
getModel() |
public RdfsParser(java.io.File rdfSchemaFile) throws CimSchemaException
rdfSchemaFile
- input: the CIM RDF Schema file.CimSchemaException
- if file cannot be found.public RdfsModel getModel()
public void diffSchemas(java.io.File diffFile, RdfsModel otherModel) throws java.io.IOException
diffFile
- file where to store the differences.otherModel
- other model.java.io.IOException
Copyright 2009-2016 Tatjana (Tanja) Kostic