owltools.io
Class TableToAxiomConverter.Config
java.lang.Object
owltools.io.TableToAxiomConverter.Config
- Enclosing class:
- TableToAxiomConverter
public class TableToAxiomConverter.Config
- extends Object
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
- Author:
- cjm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isOboIdentifiers
public boolean isOboIdentifiers
isSwitchSubjectObject
public boolean isSwitchSubjectObject
axiomType
public org.semanticweb.owlapi.model.AxiomType axiomType
individualsType
public org.semanticweb.owlapi.model.OWLClass individualsType
property
public org.semanticweb.owlapi.model.IRI property
defaultCol1
public String defaultCol1
defaultCol2
public String defaultCol2
classMap
public Map<org.semanticweb.owlapi.model.OWLClass,org.semanticweb.owlapi.model.OWLClass> classMap
iriPrefixMap
public Map<Integer,String> iriPrefixMap
TableToAxiomConverter.Config
public TableToAxiomConverter.Config()
setPropertyToLabel
public void setPropertyToLabel()
setPropertyToComment
public void setPropertyToComment()
setAxiomType
public void setAxiomType(String n)
Copyright © 2010-2012. All Rights Reserved.