org.semanticweb.owlapi.owllink.server.serverfactory
Class PelletServerFactory

java.lang.Object
  extended by org.semanticweb.owlapi.owllink.server.serverfactory.PelletServerFactory

public class PelletServerFactory
extends java.lang.Object

Author: Olaf Noppens Date: 26.02.2010


Constructor Summary
PelletServerFactory()
           
 
Method Summary
 OWLlinkHTTPXMLServer createServer(int port)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PelletServerFactory

public PelletServerFactory()
Method Detail

createServer

public OWLlinkHTTPXMLServer createServer(int port)
                                  throws OWLRuntimeException
Throws:
OWLRuntimeException

main

public static void main(java.lang.String[] args)