owltools.io
Class TableToAxiomConverter.Config

java.lang.Object
  extended by 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

Field Summary
 org.semanticweb.owlapi.model.AxiomType axiomType
           
 Map<org.semanticweb.owlapi.model.OWLClass,org.semanticweb.owlapi.model.OWLClass> classMap
           
 String defaultCol1
           
 String defaultCol2
           
 org.semanticweb.owlapi.model.OWLClass individualsType
           
 Map<Integer,String> iriPrefixMap
           
 boolean isOboIdentifiers
           
 boolean isSwitchSubjectObject
           
 org.semanticweb.owlapi.model.IRI property
           
 
Constructor Summary
TableToAxiomConverter.Config()
           
 
Method Summary
 void setAxiomType(String n)
           
 void setPropertyToComment()
           
 void setPropertyToLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TableToAxiomConverter.Config

public TableToAxiomConverter.Config()
Method Detail

setPropertyToLabel

public void setPropertyToLabel()

setPropertyToComment

public void setPropertyToComment()

setAxiomType

public void setAxiomType(String n)


Copyright © 2010-2011. All Rights Reserved.