Package | Description |
---|---|
owltools.ontologyrelease |
Oort - OBO Ontology Release Tool (OORT)
|
owltools.ontologyrelease.gui | |
owltools.ontologyrelease.logging |
Modifier and Type | Method and Description |
---|---|
static OortConfiguration |
OortConfiguration.createOortConfig(Properties properties)
Create an
OortConfiguration from the given Properties . |
static OortConfiguration |
OortConfiguration.readConfig(File file)
Read from a configuration property file and load it
into a new
OortConfiguration object. |
Modifier and Type | Method and Description |
---|---|
static Properties |
OortConfiguration.createProperties(OortConfiguration config)
Create a
Properties object for the given configuration. |
static void |
OortConfiguration.loadConfig(File file,
OortConfiguration config)
Load the configuration from a property file into the
given
OortConfiguration . |
static void |
OortConfiguration.loadOortConfig(Properties properties,
OortConfiguration config)
Load the given
Properties into the OortConfiguration . |
static void |
OortConfiguration.writeConfig(File file,
OortConfiguration config)
Write the given
OortConfiguration into the file as properties. |
Constructor and Description |
---|
OboOntologyReleaseRunner(OortConfiguration oortConfig,
File base,
List<LogHandler> handlers) |
Modifier and Type | Class and Description |
---|---|
class |
OortGuiConfiguration
Parameters for
OboOntologyReleaseRunnerGui with
different default values. |
Constructor and Description |
---|
OortGuiAdvancedPanel(Frame frame,
OortConfiguration oortConfiguration)
Create the panel with the given default values.
|
OortGuiMainPanel(Frame frame,
OortConfiguration configuration)
Constructor allows to build a panel with default values.
|
OortGuiMenuBar(OortGuiMainFrame frame,
OortConfiguration parameters)
Create a new menu instance.
|
OortGuiQueryOntologyPanel(Frame frame,
OortConfiguration oortConfiguration) |
Modifier and Type | Method and Description |
---|---|
static LogHandler |
ExplicitReportFileHandler.createNameFiltered(Set<String> names,
OortConfiguration config) |
static LogHandler |
ExplicitReportFileHandler.createSuffixFiltered(Set<String> suffixes,
OortConfiguration config) |
Constructor and Description |
---|
ExplicitReportFileHandler(OortConfiguration config) |
Copyright © 2010–2016. All rights reserved.