org.mindswap.pellet.jena.graph.converter
Class AxiomConverter

java.lang.Object
  extended by org.mindswap.pellet.jena.graph.converter.AxiomConverter

public class AxiomConverter
extends java.lang.Object

Title:

Description: Converts axioms from ATerms to Jena triples.

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Evren Sirin

Constructor Summary
AxiomConverter(KnowledgeBase kb, com.hp.hpl.jena.graph.Graph g)
           
 
Method Summary
 void convert(aterm.ATermAppl axiom)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxiomConverter

public AxiomConverter(KnowledgeBase kb,
                      com.hp.hpl.jena.graph.Graph g)
Method Detail

convert

public void convert(aterm.ATermAppl axiom)


Copyright © 2004 Evren Sirin. All Rights Reserved.