Uses of Interface
org.obolibrary.robot.Command
-
-
Uses of Command in org.obolibrary.robot
Classes in org.obolibrary.robot that implement Command Modifier and Type Class Description classAnnotateCommandAdd and remove annotations from an ontology.classCollapseCommandclassCommandManagerExecute collections of commands.classConvertCommandSave ontology to a different format.classDiffCommandA command to get the differences between two ontology files.classExpandCommandHandles inputs and outputs for theExpandOperation.classExplainCommandHandles inputs and outputs for theExplainOperation.classExportCommandclassExportPrefixesCommandExport prefixes to a file.classExtractCommandHandles inputs and outputs for theExtractOperation.classFilterCommandCreate a subset of an ontology based on a series of inputs.classMaterializeCommandHandles inputs and outputs for theMaterializeOperation.classMeasureCommandHandles inputs and outputs for theMeasureOperation.classMergeCommandHandles inputs and outputs for theMergeOperation.classMirrorCommandMirrors an ontology plus its imports closure locally.classPythonCommandStarts a gateway server for Py4J to execute ROBOT operations via Python.classQueryCommandHandles inputs and outputs for theQueryOperation.classReasonCommandHandles inputs and outputs for theReasonOperation.classReduceCommandHandles inputs and outputs for theReduceOperation.classRelaxCommandHandles inputs and outputs for theRelaxOperation.classRemoveCommandRemove axioms from an ontology based on a series of inputs.classRenameCommandclassRepairCommandHandles inputs and outputs for theRepairOperation.classReportCommandHandles inputs and outputs for theReportOperation.classTemplateCommandHandles inputs and outputs for theTemplateOperation.classUnmergeCommandHandles inputs and outputs for theUnmergeOperation.classValidateProfileCommandclassVerifyCommandCommand that runs a sparql query expecting zero results.Methods in org.obolibrary.robot with parameters of type Command Modifier and Type Method Description voidCommandManager. addCommand(String commandName, Command command)Add a new command to this manager.Method parameters in org.obolibrary.robot with type arguments of type Command Modifier and Type Method Description voidCommandManager. printHelpEntry(Map.Entry<String,Command> entry)Print a help entry for a single command.
-