public class TableToAxiomConverter extends Object
Modifier and Type | Class and Description |
---|---|
class |
TableToAxiomConverter.Config
If AxiomType is ClassAssertion, then axioms will be of form
ClassAssertion(sub obj)
If AxiomType is SubClassOf, then axioms will be of form
SubClassOf(sub obj)
if a property P is specified, then obj is transformed to a class expression "P some obj'"
where obj' is the original value for obj
|
Modifier and Type | Field and Description |
---|---|
TableToAxiomConverter.Config |
config |
OWLGraphWrapper |
graph |
Constructor and Description |
---|
TableToAxiomConverter(OWLGraphWrapper graph) |
Modifier and Type | Method and Description |
---|---|
void |
addRow(org.semanticweb.owlapi.model.OWLOntology ont,
String[] row) |
void |
addRow(String[] row) |
void |
buildClassMap(OWLGraphWrapper g) |
void |
parse(File myFile) |
void |
parse(String fn) |
Set<org.semanticweb.owlapi.model.OWLAxiom> |
rowToAxioms(String[] row) |
public TableToAxiomConverter.Config config
public OWLGraphWrapper graph
public TableToAxiomConverter(OWLGraphWrapper graph)
public void parse(String fn) throws IOException
IOException
public void parse(File myFile) throws IOException
IOException
public void addRow(String[] row)
public void addRow(org.semanticweb.owlapi.model.OWLOntology ont, String[] row)
public void buildClassMap(OWLGraphWrapper g)
Copyright © 2010–2015. All rights reserved.