com.ontotext.wsmo4j.parser.owl
Class WSMLFromOWL

java.lang.Object
  extended by com.ontotext.wsmo4j.parser.owl.WSMLFromOWL

public class WSMLFromOWL
extends Object

Title: WSMO4J

Description: WSMO API and a Reference Implementation - OWL processing utility class

Copyright: Copyright (c) 2004-2005

Company: OntoText Lab. / SIRMA

Version:
1.0
Author:
not attributable

Constructor Summary
WSMLFromOWL(org.wsmo.factory.WsmoFactory _factory, org.wsmo.factory.LogicalExpressionFactory _leFactory, org.wsmo.factory.DataFactory _dataFactory)
           
 
Method Summary
 void addData(Reader content, String baseURL)
           
 org.omwg.ontology.Ontology process(Reader content, String defaultNs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSMLFromOWL

public WSMLFromOWL(org.wsmo.factory.WsmoFactory _factory,
                   org.wsmo.factory.LogicalExpressionFactory _leFactory,
                   org.wsmo.factory.DataFactory _dataFactory)
Method Detail

addData

public void addData(Reader content,
                    String baseURL)

process

public org.omwg.ontology.Ontology process(Reader content,
                                          String defaultNs)
                                   throws Exception
Parameters:
content -
defaultNs - the baseURL
Returns:
ontology
Throws:
Exception


Copyright © 2004-2008 Ontotext Lab.. All Rights Reserved.