public class StartUpTool extends Object
Constructor and Description |
---|
StartUpTool() |
Modifier and Type | Method and Description |
---|---|
static Set<org.semanticweb.owlapi.model.OWLObjectProperty> |
getAssertedSubProperties(org.semanticweb.owlapi.model.OWLObjectProperty parent,
owltools.graph.OWLGraphWrapper g)
Find all asserted direct sub properties of the parent property.
|
static org.semanticweb.owlapi.model.OWLObjectProperty |
getRelation(String rel,
owltools.graph.OWLGraphWrapper g)
Try to resolve the given string into an
OWLObjectProperty . |
static void |
main(String[] args) |
static void |
startUp(String ontology,
String catalog,
String modelFolder,
String gafFolder,
String proteinOntologyFolder,
int port,
String contextString,
List<String> obsoleteImports,
String importantRelationParent,
ExternalLookupService lookupService,
boolean checkLiteralIds) |
static org.eclipse.jetty.server.Server |
startUp(UndoAwareMolecularModelManager models,
int port,
String contextString,
Set<org.semanticweb.owlapi.model.OWLObjectProperty> relevantRelations,
ExternalLookupService lookupService,
boolean checkLiteralIds) |
public static org.semanticweb.owlapi.model.OWLObjectProperty getRelation(String rel, owltools.graph.OWLGraphWrapper g)
OWLObjectProperty
.rel
- g
- public static Set<org.semanticweb.owlapi.model.OWLObjectProperty> getAssertedSubProperties(org.semanticweb.owlapi.model.OWLObjectProperty parent, owltools.graph.OWLGraphWrapper g)
parent
- g
- public static void startUp(String ontology, String catalog, String modelFolder, String gafFolder, String proteinOntologyFolder, int port, String contextString, List<String> obsoleteImports, String importantRelationParent, ExternalLookupService lookupService, boolean checkLiteralIds) throws Exception
Exception
public static org.eclipse.jetty.server.Server startUp(UndoAwareMolecularModelManager models, int port, String contextString, Set<org.semanticweb.owlapi.model.OWLObjectProperty> relevantRelations, ExternalLookupService lookupService, boolean checkLiteralIds) throws Exception
Exception
Copyright © 2010–2015. All rights reserved.