org.mindswap.pellet.owlapi
Class AxiomConverter

java.lang.Object
  extended by org.mindswap.pellet.owlapi.AxiomConverter

public class AxiomConverter
extends java.lang.Object

Title: AxiomConverter

Description: Converts axioms expressed as ATerms to OWL-API structures.

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Evren Sirin

Field Summary
static java.util.logging.Logger log
           
 
Constructor Summary
AxiomConverter(KnowledgeBase kb, org.semanticweb.owl.model.OWLDataFactory factory)
           
 
Method Summary
 org.semanticweb.owl.model.OWLAxiom convert(aterm.ATermAppl term)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static java.util.logging.Logger log
Constructor Detail

AxiomConverter

public AxiomConverter(KnowledgeBase kb,
                      org.semanticweb.owl.model.OWLDataFactory factory)
Method Detail

convert

public org.semanticweb.owl.model.OWLAxiom convert(aterm.ATermAppl term)


Copyright © 2004 Evren Sirin. All Rights Reserved.