| Modifier and Type | Class and Description |
|---|---|
class |
AnnotateCommand
Add and remove annotations from an ontology.
|
class |
CollapseCommand |
class |
CommandManager
Execute collections of commands.
|
class |
ConvertCommand
Save ontology to a different format.
|
class |
DiffCommand
A command to get the differences between two ontology files.
|
class |
ExplainCommand
Handles inputs and outputs for the
ExplainOperation. |
class |
ExportCommand |
class |
ExportPrefixesCommand
Export prefixes to a file.
|
class |
ExtractCommand
Handles inputs and outputs for the
ExtractOperation. |
class |
FilterCommand
Create a subset of an ontology based on a series of inputs.
|
class |
MaterializeCommand
Handles inputs and outputs for the
MaterializeOperation. |
class |
MergeCommand
Handles inputs and outputs for the
MergeOperation. |
class |
MirrorCommand
Mirrors an ontology plus its imports closure locally.
|
class |
PythonCommand
Starts a gateway server for Py4J to execute ROBOT operations via Python.
|
class |
QueryCommand
Handles inputs and outputs for the
QueryOperation. |
class |
ReasonCommand
Handles inputs and outputs for the
ReasonOperation. |
class |
ReduceCommand
Handles inputs and outputs for the
ReduceOperation. |
class |
RelaxCommand
Handles inputs and outputs for the
RelaxOperation. |
class |
RemoveCommand
Remove axioms from an ontology based on a series of inputs.
|
class |
RenameCommand |
class |
RepairCommand
Handles inputs and outputs for the
RepairOperation. |
class |
ReportCommand
Handles inputs and outputs for the
ReportOperation. |
class |
TemplateCommand
Handles inputs and outputs for the
TemplateOperation. |
class |
UnmergeCommand
Handles inputs and outputs for the
UnmergeOperation. |
class |
ValidateProfileCommand |
class |
VerifyCommand
Command that runs a sparql query expecting zero results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandManager.addCommand(String commandName,
Command command)
Add a new command to this manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CommandManager.printHelpEntry(Map.Entry<String,Command> entry)
Print a help entry for a single command.
|
Copyright © 2015–2020. All rights reserved.