owltools.cli
Class CopyOfCommandLineInterface

java.lang.Object
  extended by owltools.cli.CopyOfCommandLineInterface

public class CopyOfCommandLineInterface
extends Object


Constructor Summary
CopyOfCommandLineInterface()
           
 
Method Summary
static void help()
           
static void helpFooter()
           
static void main(String[] args)
           
static org.semanticweb.owlapi.model.OWLClass resolveClass(OWLGraphWrapper g, String id)
           
static org.semanticweb.owlapi.model.OWLObject resolveEntity(OWLGraphWrapper g, owltools.cli.CopyOfCommandLineInterface.Opts opts)
           
static org.semanticweb.owlapi.model.OWLObject resolveEntity(OWLGraphWrapper g, String id)
           
static org.semanticweb.owlapi.model.OWLObjectProperty resolveObjectProperty(OWLGraphWrapper g, String id)
           
static void summarizeOntology(org.semanticweb.owlapi.model.OWLOntology ont)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyOfCommandLineInterface

public CopyOfCommandLineInterface()
Method Detail

main

public static void main(String[] args)
                 throws org.semanticweb.owlapi.model.OWLOntologyCreationException,
                        IOException,
                        org.obolibrary.oboformat.model.FrameMergeException,
                        SimEngine.SimilarityAlgorithmException,
                        org.semanticweb.owlapi.model.OWLOntologyStorageException
Throws:
org.semanticweb.owlapi.model.OWLOntologyCreationException
IOException
org.obolibrary.oboformat.model.FrameMergeException
SimEngine.SimilarityAlgorithmException
org.semanticweb.owlapi.model.OWLOntologyStorageException

summarizeOntology

public static void summarizeOntology(org.semanticweb.owlapi.model.OWLOntology ont)

resolveEntity

public static org.semanticweb.owlapi.model.OWLObject resolveEntity(OWLGraphWrapper g,
                                                                   owltools.cli.CopyOfCommandLineInterface.Opts opts)

resolveEntity

public static org.semanticweb.owlapi.model.OWLObject resolveEntity(OWLGraphWrapper g,
                                                                   String id)

resolveObjectProperty

public static org.semanticweb.owlapi.model.OWLObjectProperty resolveObjectProperty(OWLGraphWrapper g,
                                                                                   String id)

resolveClass

public static org.semanticweb.owlapi.model.OWLClass resolveClass(OWLGraphWrapper g,
                                                                 String id)

help

public static void help()

helpFooter

public static void helpFooter()


Copyright © 2010-2011. All Rights Reserved.