- CannotReadQuery - Exception in org.obolibrary.robot.exceptions
-
Created by edouglass on 8/9/17.
- CannotReadQuery(String, Exception) - Constructor for exception org.obolibrary.robot.exceptions.CannotReadQuery
-
- CatalogElementHandler - Class in org.obolibrary.robot
-
A SAX DefaultHandler for reading OWL Catalog files.
- CatalogElementHandler(File, Map<IRI, IRI>) - Constructor for class org.obolibrary.robot.CatalogElementHandler
-
Initialize the element handler with required context.
- CatalogXmlIRIMapper - Class in org.obolibrary.robot
-
OWLOntologyIRIMapper
using the mappings from a catalog.xml file.
- CatalogXmlIRIMapper(String) - Constructor for class org.obolibrary.robot.CatalogXmlIRIMapper
-
Given a String path to a catalog file, create a CatalogXmlIRIMapper that interprets any
relative paths as relative to the catalog file location.
- CatalogXmlIRIMapper(File) - Constructor for class org.obolibrary.robot.CatalogXmlIRIMapper
-
Given a catalog File, create a CatalogXmlIRIMapper that interprets any relative paths as
relative to the catalog file location.
- CatalogXmlIRIMapper(File, File) - Constructor for class org.obolibrary.robot.CatalogXmlIRIMapper
-
Given a catalog File and a parent folder, create a CatalogXmlIRIMapper that interprets any
relative paths as relative to the parent folder.
- CatalogXmlIRIMapper(IRI) - Constructor for class org.obolibrary.robot.CatalogXmlIRIMapper
-
Given an IRI, create a CatalogXmlIRIMapper that interprets any relative paths as relative to
the catalog file location.
- CatalogXmlIRIMapper(URL) - Constructor for class org.obolibrary.robot.CatalogXmlIRIMapper
-
Given an URL, create a CatalogXmlIRIMapper that interprets any relative paths as relative to
the catalog file location.
- CatalogXmlIRIMapper(URL, File) - Constructor for class org.obolibrary.robot.CatalogXmlIRIMapper
-
Given an URL and a parent folder, create a CatalogXmlIRIMapper that interprets any relative
paths as relative to the parent folder.
- Cell - Class in org.obolibrary.robot.export
-
- Cell(Column, List<String>) - Constructor for class org.obolibrary.robot.export.Cell
-
Init a new Cell for a Column with multiple display values and no sort values.
- Cell(Column, List<String>, List<String>) - Constructor for class org.obolibrary.robot.export.Cell
-
Init a new Cell for a Column with mulitple values in a cell.
- Cell(Column, String) - Constructor for class org.obolibrary.robot.export.Cell
-
Init a Cell for a Column with single value in cell with no sort value.
- Cell(Column, String, String) - Constructor for class org.obolibrary.robot.export.Cell
-
Init a Cell for a Column with single value in cell.
- cellToA1(int, int) - Static method in class org.obolibrary.robot.IOHelper
-
Convert a row index and column index for a cell to A1 notation.
- cellValue - Variable in exception org.obolibrary.robot.exceptions.RowParseException
-
- checkImportModule(OWLOntology, OWLOntology) - Static method in class org.obolibrary.robot.checks.InvalidReferenceChecker
-
Checks an import module.
- cleanTDB(String) - Static method in class org.obolibrary.robot.IOHelper
-
Given a directory containing TDB mappings, remove the files and directory.
- clear() - Method in class org.obolibrary.robot.Tuple
-
- collapseOntology(OWLOntology, Set<IRI>) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology and a set of IRIs that must be retained, remove intermediate superclasses
(classes that only have one child) and update the subclass relationships to preserve structure.
- collapseOntology(OWLOntology, int, Set<IRI>, boolean) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, a threshold, and a set of precious IRIs (or empty set), minimize the input
ontology's class hierarchy based on the threshold.
- colNum - Variable in exception org.obolibrary.robot.exceptions.RowParseException
-
- Column - Class in org.obolibrary.robot.export
-
- Column(String, String, IRI, ShortFormProvider, String) - Constructor for class org.obolibrary.robot.export.Column
-
Init a new Column using an IRI.
- Column(String, String, OWLAnnotationProperty, ShortFormProvider) - Constructor for class org.obolibrary.robot.export.Column
-
Init a new Column using an annotation property.
- Column(String, String, OWLDataProperty, ShortFormProvider, String) - Constructor for class org.obolibrary.robot.export.Column
-
Init a new Column using a data property.
- Column(String, String, OWLObjectProperty, ShortFormProvider, String) - Constructor for class org.obolibrary.robot.export.Column
-
Init a new column using an object property.
- Column(String, ShortFormProvider) - Constructor for class org.obolibrary.robot.export.Column
-
- Column(String, Map<String, List<String>>, String, ShortFormProvider) - Constructor for class org.obolibrary.robot.export.Column
-
Init a new column using one or more rules for validate.
- ColumnException - Exception in org.obolibrary.robot.exceptions
-
Template column cannot be parsed.
- ColumnException(String) - Constructor for exception org.obolibrary.robot.exceptions.ColumnException
-
Throw new ColumnException with message.
- ColumnException(String, Exception) - Constructor for exception org.obolibrary.robot.exceptions.ColumnException
-
Throw new ColumnException with message and exception cause.
- compare(OWLOntology, OWLOntology, Writer) - Static method in class org.obolibrary.robot.DiffOperation
-
Given two ontologies and a Writer, get their differences and write then to the writer.
- compare(OWLOntology, OWLOntology, IOHelper, Writer, Map<String, String>) - Static method in class org.obolibrary.robot.DiffOperation
-
Given two ontologies, a Writer, and a set of diff options, get their differences and write then
to the writer.
- contains(Object) - Method in class org.obolibrary.robot.Tuple
-
- containsAll(Collection) - Method in class org.obolibrary.robot.Tuple
-
- convertModel(Model) - Static method in class org.obolibrary.robot.QueryOperation
-
- convertModel(Model, IOHelper, String) - Static method in class org.obolibrary.robot.QueryOperation
-
Given a Model, an IOHelper, and a path to an XML catalog, convert the model to an OWLOntology
object.
- copy(OWLOntology, OWLOntology, OWLEntity, Set<OWLAnnotationProperty>) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given input and output ontologies, a target entity, and a set of annotation properties, copy
the target entity from the input ontology to the output ontology, along with the specified
annotations.
- copyAnnotations(OWLOntology, OWLOntology, OWLEntity, Set<OWLAnnotationProperty>) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an input ontology, an output ontology, an entity to copy annotations of, and the
annotation properties to copy (or null for all), copy annotations of the entity from the input
to the output ontology.
- countResults(ResultSet) - Static method in class org.obolibrary.robot.QueryOperation
-
Count results.
- create(OWLAxiom, OWLEntity, InvalidReferenceViolation.Category) - Static method in class org.obolibrary.robot.checks.InvalidReferenceViolation
-
- createEmptyDataset() - Static method in class org.obolibrary.robot.QueryOperation
-
- createExportTable(OWLOntology, IOHelper, List<String>, Map<String, String>) - Static method in class org.obolibrary.robot.ExportOperation
-
Given an ontology, an ioHelper, a list of columns, an output export file, and a map of options,
export details about the entities in the ontology to the export file.
- createIncoherentModule(OWLReasoner, IRI) - Static method in class org.obolibrary.robot.ReasonerHelper
-
- createIRI(String) - Method in class org.obolibrary.robot.IOHelper
-
Given a term string, use the current prefixes to create an IRI.
- createIRI(String, boolean) - Method in class org.obolibrary.robot.IOHelper
-
Given a term string, use the current prefixes to create an IRI.
- createIRIs(Set<String>) - Method in class org.obolibrary.robot.IOHelper
-
Given a set of term identifier strings, return a set of IRIs.
- createLiteral(String) - Static method in class org.obolibrary.robot.IOHelper
-
Create an OWLLiteral.
- createTaggedLiteral(String, String) - Static method in class org.obolibrary.robot.IOHelper
-
Create an OWLLiteral with a language tag.
- createTypedLiteral(String, String) - Method in class org.obolibrary.robot.IOHelper
-
Create a typed OWLLiteral.
- createTypedLiteral(String, IRI) - Method in class org.obolibrary.robot.IOHelper
-
Create a typed OWLLiteral.
- CURIEShortFormProvider - Class in org.obolibrary.robot.providers
-
ShortFormProvider to return CURIEs.
- CURIEShortFormProvider(Map<String, String>) - Constructor for class org.obolibrary.robot.providers.CURIEShortFormProvider
-
Init a new CURIEShortFormProvider
- generateOutputOntology() - Method in class org.obolibrary.robot.Template
-
Generate an OWLOntology based on the rows of the template.
- generateOutputOntology(String, boolean) - Method in class org.obolibrary.robot.Template
-
Generate an OWLOntology based on the rows of the template.
- generateOutputOntology(String, boolean, String) - Method in class org.obolibrary.robot.Template
-
Generate an OWLOntology with given IRI based on the rows of the template.
- getAncestors(OWLOntology, Set<IRI>, Set<IRI>, Set<OWLAnnotationProperty>) - Static method in class org.obolibrary.robot.MireotOperation
-
Given an ontology, a set of upper-level IRIs, a set of lower-level IRIs, and a set of
annotation properties, return a new ontology with just the named ancestors of those terms,
their subclass relations, and the selected annotations.
- getAncestors(OWLOntology, Set<IRI>, Set<IRI>, Set<OWLAnnotationProperty>, Map<String, String>, Map<IRI, IRI>) - Static method in class org.obolibrary.robot.MireotOperation
-
Given an input ontology, a set of upper IRIs, a set of lower IRIs, a set of annotation
properties (or null for all), and a map of extract options, get the ancestors of the lower IRIs
up to the upper IRIs.
- getAncestors(OWLOntology, Set<IRI>, Set<IRI>, Set<OWLAnnotationProperty>, boolean, Map<IRI, IRI>) - Static method in class org.obolibrary.robot.MireotOperation
-
- getAnnotation(String, QuotedEntityChecker, IOHelper, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getAnnotation(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getAnnotation(QuotedEntityChecker, IOHelper, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getAnnotationAxioms(OWLOntology, OWLAnnotationProperty) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, and an optional set of annotation properties, return a set of annotation
assertion axioms for those properties, for all subjects.
- getAnnotationAxioms(OWLOntology, OWLAnnotationProperty, IRI) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, an optional set of annotation properties, and an optional set of subject,
return a set of annotation assertion axioms for those subjects and those properties.
- getAnnotationAxioms(OWLOntology, Set<OWLAnnotationProperty>, Set<IRI>) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, an optional set of annotation properties, and an optional set of subject,
return a set of annotation assertion axioms for those subjects and those properties.
- getAnnotationAxioms(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, return the annotation axioms for all objects.
- getAnnotationAxioms(OWLEntity, Set<OWLAnnotation>, Map<OWLAnnotation, Map<OWLAnnotation, Set<OWLAnnotation>>>) - Static method in class org.obolibrary.robot.TemplateHelper
-
- getAnnotationProperties(QuotedEntityChecker, String, String, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Given a QuotedEntityChecker, a string value, and a character to split the value string on (or
null), return the value or values as a set of OWLAnnotationProperties.
- getAnnotationProperties(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getAnnotationProperty(QuotedEntityChecker, String, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Find an annotation property with the given name or create one.
- getAnnotationProperty(QuotedEntityChecker, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getAnnotationProperty(QuotedEntityChecker, String) - Static method in class org.obolibrary.robot.TemplateOperation
-
Deprecated.
- getAnnotations(OWLOntology, IOHelper, String) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an IOHelper and an annotation as CURIE=..., return the OWLAnnotation object(s).
- getAnnotations(String, QuotedEntityChecker, String, String, int, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Create an OWLAnnotation based on the template string and cell value.
- getAnnotationString(OWLOntology, OWLAnnotationProperty, IRI) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, an optional set of annotation properties, and an optional set of subject,
return the alphanumerically first annotation value string for those subjects and those
properties.
- getAnnotationString(OWLOntology, Set<OWLAnnotationProperty>, Set<IRI>) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, an optional set of annotation properties, and an optional set of subject,
return the alphanumerically first annotation value string for those subjects and those
properties.
- getAnnotationStrings(OWLOntology, OWLAnnotationProperty, IRI) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, an optional set of annotation properties, and an optional set of subject,
return a set of strings for those subjects and those properties.
- getAnnotationStrings(OWLOntology, Set<OWLAnnotationProperty>, Set<IRI>) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, an optional set of annotation properties, and an optional set of subject,
return a set of strings for those subjects and those properties.
- getAnnotationValues(OWLOntology, OWLAnnotationProperty, IRI) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, an optional set of annotation properties, and an optional set of subject,
return a set of annotation values for those subjects and those properties.
- getAnnotationValues(OWLOntology, Set<OWLAnnotationProperty>, Set<IRI>) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, an optional set of annotation properties, and an optional set of subject,
return a set of annotation values for those subjects and those properties.
- getAnonymousAncestorAxioms(OWLOntology, OWLEntity) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, an entity, and an empty set, fill the set with axioms representing any
anonymous superclasses in the line of ancestors.
- getAnonymousDescendantAxioms(OWLOntology, OWLEntity) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology and an entity, return a set of axioms containing any anonymous entities
referenced in the descendants of the entity.
- getAnonymousEquivalentAxioms(OWLOntology, OWLEntity) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology and an entity, return a set of axioms containing any anonymous entities
referenced in equivalent entities.
- getAnonymousParentAxioms(OWLOntology, OWLEntity) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology and an entity, return a set of axioms only corresponding to anonymous
parents.
- getAxiom() - Method in class org.obolibrary.robot.checks.InvalidReferenceViolation
-
- getAxioms(OWLOntology, Set<OWLObject>, Set<Class<? extends OWLAxiom>>, boolean, boolean) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
- getAxiomStrings(OWLOntology) - Static method in class org.obolibrary.robot.DiffOperation
-
- getAxiomValues(String) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given a string axiom selector, return the OWLAxiom Class type(s) or null.
- getBaseNamespaces() - Method in class org.obolibrary.robot.IOHelper
-
Get the base namespaces.
- getCategory() - Method in class org.obolibrary.robot.checks.InvalidReferenceViolation
-
- getCellColor() - Method in class org.obolibrary.robot.export.Cell
-
Get the cell background color for this cell in an XLSX workbook.
- getCellContent(List<List<String>>, int, Integer) - Static method in class org.obolibrary.robot.TemplateHelper
-
- getCellPattern() - Method in class org.obolibrary.robot.export.Cell
-
Get the cell background pattern for this cell in an XLSX workbook.
- getChecker() - Method in class org.obolibrary.robot.Template
-
Return the QuotedEntityChecker.
- getClassExpressions(String, ManchesterOWLSyntaxClassExpressionParser, String, String, int, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Given a Manchester Syntax parser, a template string, and a template value, insert the value
into the template string and parse to a set of class expressions.
- getColumnName() - Method in class org.obolibrary.robot.export.Cell
-
Get the column name for a cell.
- getColumns() - Method in class org.obolibrary.robot.export.Table
-
Get the Columns in a Table.
- getComment() - Method in class org.obolibrary.robot.export.Cell
-
Get the comment for this Cell.
- getCompleteAxioms(OWLOntology, Set<OWLObject>, Set<Class<? extends OWLAxiom>>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology, a set of objects, and a set of axiom types, return a set of axioms where all
the objects in those axioms are in the set of objects.
- getCompleteAxioms(OWLOntology, Set<OWLObject>, Set<Class<? extends OWLAxiom>>, boolean) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology, a set of objects, and a set of axiom types, return a set of axioms where all
the objects in those axioms are in the set of objects.
- getContext() - Method in class org.obolibrary.robot.IOHelper
-
Get a copy of the current context.
- getContextString() - Method in class org.obolibrary.robot.IOHelper
-
Return the current prefixes as a JSON-LD string.
- getDataPropertyExpressions(String, QuotedEntityChecker, String, String, int, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Given a QuotedEntityChecker, a template string, and a template value, return a set of data
property expressions based on the value or values (if SPLIT is included in the template
string).
- getDatatype(String, QuotedEntityChecker, String, int, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Find a datatype with the given name or create one.
- getDatatype(QuotedEntityChecker, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Find a datatype with the given name or create one.
- getDatatype(QuotedEntityChecker, String) - Static method in class org.obolibrary.robot.TemplateOperation
-
Deprecated.
- getDatatypes(String, QuotedEntityChecker, String, String, int, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Given a QuotedEntityChecker, a string value, and a character to split the value string on (or
null), return the value or values as a set of OWLDatatypes.
- getDefaultAnnotationProperties() - Static method in class org.obolibrary.robot.MireotOperation
-
Get a set of default annotation properties.
- getDefaultContext() - Method in class org.obolibrary.robot.IOHelper
-
Get a copy of the default context.
- getDefaultFormatName(String) - Static method in class org.obolibrary.robot.QueryOperation
-
Given a SPARQL query, return its default file format as a string.
- getDefaultFormatName(Query) - Static method in class org.obolibrary.robot.QueryOperation
-
Given a SPARQL query, return its default file format as a string.
- getDefaultOptions() - Static method in class org.obolibrary.robot.DiffOperation
-
Return default diff options.
- getDefaultOptions() - Static method in class org.obolibrary.robot.ExportOperation
-
Return a map from option name to default option value, for all the available export options.
- getDefaultOptions() - Static method in class org.obolibrary.robot.ExtractOperation
-
Return a map from option name to default option value.
- getDefaultOptions() - Static method in class org.obolibrary.robot.MaterializeOperation
-
Return a map from option name to default option value, for all the available reasoner options.
- getDefaultOptions() - Static method in class org.obolibrary.robot.MergeOperation
-
Return a map from option name to default option value, for all the available merge options.
- getDefaultOptions() - Static method in class org.obolibrary.robot.ReasonOperation
-
Return a map from option name to default option value, for all the available reasoner options.
- getDefaultOptions() - Static method in class org.obolibrary.robot.ReduceOperation
-
Return a map from option name to default option value, for all the available reasoner options.
- getDefaultOptions() - Static method in class org.obolibrary.robot.RelaxOperation
-
Return a map from option name to default option value, for all the available reasoner options.
- getDefaultOptions() - Static method in class org.obolibrary.robot.RepairOperation
-
Return a map from option name to default option value, for all the available repair options.
- getDefaultOptions() - Static method in class org.obolibrary.robot.ReportOperation
-
Return a map from option name to default option value, for all the available report options.
- getDefaultOptions() - Static method in class org.obolibrary.robot.TemplateOperation
-
Get the default template options.
- getDescendants(OWLOntology, Set<IRI>, Set<OWLAnnotationProperty>) - Static method in class org.obolibrary.robot.MireotOperation
-
Given an ontology, a set of upper-level IRIs, and a set of annotation properties, return a new
ontology with just those terms and their named descendants, their subclass relations, and the
selected annotations.
- getDescendants(OWLOntology, Set<IRI>, Set<OWLAnnotationProperty>, Map<String, String>, Map<IRI, IRI>) - Static method in class org.obolibrary.robot.MireotOperation
-
Given an ontology, a set of upper-level IRIs, and a set of annotation properties, return a new
ontology with just those terms and their named descendants, their subclass relations, and the
selected annotations.
- getDescendants(OWLOntology, Set<IRI>, Set<OWLAnnotationProperty>, boolean, Map<IRI, IRI>) - Static method in class org.obolibrary.robot.MireotOperation
-
- getDisplayName() - Method in class org.obolibrary.robot.export.Column
-
Get the display name of a column.
- getDisplayRendererType() - Method in class org.obolibrary.robot.export.Table
-
Get the type of display renderer
- getDisplayRule() - Method in class org.obolibrary.robot.export.Column
-
Get the display rule of a column for validation.
- getDisplayValues() - Method in class org.obolibrary.robot.export.Cell
-
Get the value of a cell.
- getDocumentIRI(IRI) - Method in class org.obolibrary.robot.CatalogXmlIRIMapper
-
Given an IRI, return the mapped IRI.
- getEntities(OWLOntology, Set<IRI>) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology and a set of term IRIs, return a set of entities for those IRIs.
- getEntities(OWLOntology) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, return a set of all the entities in its signature.
- getEntity(OWLOntology, IRI) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology and an IRI, get the OWLEntity object represented by the IRI.
- getEntity(OWLOntology, IRI, boolean) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, an IRI, and a boolean specifying if a null return value is allowed, get the
OWLEntity object represented by the IRI.
- getEntity(QuotedEntityChecker, IRI, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
- getEntity(QuotedEntityChecker, IRI, String, String) - Static method in class org.obolibrary.robot.TemplateOperation
-
Deprecated.
- getExplanation() - Method in enum org.obolibrary.robot.reason.EquivalentClassReasoningMode
-
Get the explanation.
- getFontColor() - Method in class org.obolibrary.robot.export.Cell
-
Get the font color for this cell in an XLSX workbook.
- getFormat() - Method in class org.obolibrary.robot.export.Table
-
Get the format of this table
- getFormat(String) - Static method in class org.obolibrary.robot.IOHelper
-
Given the name of a file format, return an instance of it.
- getFormatLang(String) - Static method in class org.obolibrary.robot.QueryOperation
-
Convert a format name string to a language code.
- getHTMLClass() - Method in class org.obolibrary.robot.export.Cell
-
Get the HTML class of a cell.
- getIncludeAnonymous() - Method in class org.obolibrary.robot.export.Column
-
- getIncludeNamed() - Method in class org.obolibrary.robot.export.Column
-
- getIndividuals(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Given a QuotedEntityChecker, a string value (maybe separated by a split character), and a split
character (or null), return the value or values as a set of OWLIndividuals.
- getInferredAxiomGenerator(String) - Static method in class org.obolibrary.robot.ReasonerHelper
-
Given an axiom generator as a string, return the InferredAxiomGenerator object.
- getInferredAxiomGenerator(String, boolean) - Static method in class org.obolibrary.robot.ReasonerHelper
-
Given an axiom generator as a string, return the InferredAxiomGenerator object.
- getInferredAxiomGenerators(List<String>, boolean) - Static method in class org.obolibrary.robot.ReasonerHelper
-
Given a list of axiom generator strings, return a list of InferredAxiomGenerator objects.
- getInferredAxiomGenerators(List<String>) - Static method in class org.obolibrary.robot.ReasonerHelper
-
Given a list of axiom generator strings, return a list of InferredAxiomGenerator objects.
- getInvalidReferenceViolations(OWLOntology, Set<OWLAxiom>, boolean) - Static method in class org.obolibrary.robot.checks.InvalidReferenceChecker
-
Finds axioms that reference a deprecated or dangling entity.
- getInvalidReferenceViolations(OWLOntology, boolean) - Static method in class org.obolibrary.robot.checks.InvalidReferenceChecker
-
- getIOHelper() - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Get the configured IOHelper.
- getIRI() - Method in class org.obolibrary.robot.export.Column
-
Return the IRI used in a column, or null.
- getIRI(String, boolean) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Get the IRI for the given name, or create a new IRI from the name.
- getIRIAnnotation(QuotedEntityChecker, String, String, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Return an IRI annotation for the given template string and string value.
- getIRIAnnotation(QuotedEntityChecker, String, IRI, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Return an IRI annotation for the given template string and IRI value.
- getIRIAnnotation(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getIRIAnnotation(QuotedEntityChecker, String, IRI) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getIRIAnnotation(QuotedEntityChecker, String, IRI) - Static method in class org.obolibrary.robot.TemplateOperation
-
Deprecated.
- getIRIs() - Method in class org.obolibrary.robot.checks.Report
-
Deprecated.
- getIRIs(Map<String, List<Violation>>) - Method in class org.obolibrary.robot.checks.Report
-
Deprecated.
- getIRIs(OWLOntology) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, return a set of IRIs for all the entities in its signature.
- getIRIs(Map<String, List<List<String>>>, IOHelper) - Static method in class org.obolibrary.robot.TemplateHelper
-
Get a list of the IRIs defined in a set of template tables.
- getIRIs(String, List<List<String>>, IOHelper) - Static method in class org.obolibrary.robot.TemplateHelper
-
Get a list of the IRIs defined in a template table.
- getIRIs(Map<String, List<List<String>>>, IOHelper) - Static method in class org.obolibrary.robot.TemplateOperation
-
Deprecated.
- getIRIs(String, List<List<String>>, IOHelper) - Static method in class org.obolibrary.robot.TemplateOperation
-
Deprecated.
- getIRIsInSignature(OWLAxiom) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an OWLAxiom, return all the IRIs in the signature.
- getIsDefinedBy(OWLEntity, Map<IRI, IRI>) - Static method in class org.obolibrary.robot.ExtractOperation
-
Given an OWLEntity, return an OWLAnnotationAssertionAxiom indicating the source ontology with
rdfs:isDefinedBy.
- getLabel(IRI) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Get the label for the given IRI.
- getLabel() - Method in class org.obolibrary.robot.reason.InferredClassAssertionAxiomGeneratorDirectOnly
-
- getLabel() - Method in class org.obolibrary.robot.reason.InferredSubClassAxiomGeneratorIncludingIndirect
-
- getLabel() - Method in class org.obolibrary.robot.reason.InferredSubObjectPropertyAxiomGeneratorIncludingIndirect
-
- getLabelFunction(OWLOntology, boolean) - Static method in class org.obolibrary.robot.OntologyHelper
-
Generates a function that returns a label string for any named object in the ontology
- getLabelIRIs(OWLOntology) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, return a map from rdfs:label to IRIs.
- getLabels(OWLOntology) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, return a map from IRIs to rdfs:labels.
- getLanguageAnnotation(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getLanguageAnnotation(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateOperation
-
Deprecated.
- getLanguageAnnotations(QuotedEntityChecker, String, String, String, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Return a set of language tagged annotations for the given template and value(s).
- getLanguageAnnotations(QuotedEntityChecker, String, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getLiterals(String, QuotedEntityChecker, String, String, int, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Given a QuotedEntityChecker, a string value (maybe separated by a split character), and a split
character (or null), return the value or values as a set of OWLLiterals.
- getLogicalAxioms(OWLClass, String, Set<OWLClassExpression>, Map<OWLClassExpression, Set<OWLAnnotation>>) - Static method in class org.obolibrary.robot.TemplateHelper
-
- getName() - Method in class org.obolibrary.robot.export.Column
-
Get the name of a column.
- getNamedObjects(OWLOntology) - Static method in class org.obolibrary.robot.OntologyHelper
-
Get all named OWLObjects from an input ontology.
- getNamedObjects(OWLAxiom) - Static method in class org.obolibrary.robot.OntologyHelper
-
Get all named OWLObjects associated with an axiom.
- getObjectPropertyExpressions(String, QuotedEntityChecker, String, String, int, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Given a QuotedEntityChecker, a template string, and a template value, return a set of object
property expressions based on the value or values (if SPLIT is included in the template
string).
- getObjects(OWLOntology) - Static method in class org.obolibrary.robot.OntologyHelper
-
Get all OWLObjects from an input ontology.
- getObjects(OWLAxiom) - Static method in class org.obolibrary.robot.OntologyHelper
-
Get all OWLObjects associated with an axiom.
- getOption(Map<String, String>, String) - Static method in class org.obolibrary.robot.OptionsHelper
-
Given a map of options and a key name, return the value, or null if it is not specified.
- getOption(Map<String, String>, String, String) - Static method in class org.obolibrary.robot.OptionsHelper
-
Given a map of options, a key name, and a default value, if the map contains the key, return
its value, otherwise return the default value.
- getOWLAnnotationProperty(String) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Find an annotation property with the given name, or create one.
- getOWLAnnotationProperty(String, boolean) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Find an annotation property with the given name, or create one.
- getOWLClass(String) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Find a class with the given name, or create one.
- getOWLDataProperty(String) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Find a data property with the given name.
- getOWLDatatype(String) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Find a datatype with the given name, or create one.
- getOWLDatatype(String, boolean) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Find a datatype with the given name, or create one.
- getOWLEntity(String) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Find any entity with the given name.
- getOWLIndividual(String) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Find a named individual with the given name.
- getOWLObjectProperty(String) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Find an object property with the given name.
- getPartialAxioms(OWLOntology, Set<OWLObject>, Set<Class<? extends OWLAxiom>>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology, a set of objects, and a set of axiom types, return a set of axioms where at
least one object in those axioms is also in the set of objects.
- getPartialAxioms(OWLOntology, Set<OWLObject>, Set<Class<? extends OWLAxiom>>, boolean) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology, a set of objects, and a set of axiom types, return a set of axioms where at
least one object in those axioms is also in the set of objects.
- getPrefixes() - Method in class org.obolibrary.robot.IOHelper
-
Get a copy of the current prefix map.
- getPrefixManager() - Method in class org.obolibrary.robot.IOHelper
-
Get a prefix manager with the current prefixes.
- getProperty() - Method in class org.obolibrary.robot.export.Column
-
Return the OWLProperty used in a column, or null.
- getQueryTypeName(String) - Static method in class org.obolibrary.robot.QueryOperation
-
Given a SPARQL query, return its type as a string: ASK, CONSTRUCT, DESCRIBE, or SELECT.
- getReferencedObject() - Method in class org.obolibrary.robot.checks.InvalidReferenceViolation
-
- getRelationType(String) - Static method in enum org.obolibrary.robot.RelationType
-
- getReport(OWLOntology, IOHelper, Map<String, String>) - Static method in class org.obolibrary.robot.ReportOperation
-
Given an ontology, an IOHelper, and a map of options, create a Report object and run the report
queries specified in a profile (from options, or default).
- getRules() - Method in class org.obolibrary.robot.export.Column
-
Return the rules used in column for validate, or null.
- getShortForm(OWLEntity) - Method in class org.obolibrary.robot.providers.CURIEShortFormProvider
-
Get the short form of an OWLEntity as a CURIE.
- getShortForm(IRI) - Method in class org.obolibrary.robot.providers.CURIEShortFormProvider
-
Get the short form of an IRI as a CURIE.
- getShortForm(IRI) - Method in class org.obolibrary.robot.providers.EmptyIRIShortFormProvider
-
Return an empty string as the short form of an IRI.
- getShortForm(OWLEntity) - Method in class org.obolibrary.robot.providers.EmptyShortFormProvider
-
Return an empty string as the short form of an entity.
- getShortForm(OWLEntity) - Method in class org.obolibrary.robot.providers.IRIValueShortFormProvider
-
Return the IRI of the entity as the short form.
- getShortForm(OWLEntity) - Method in class org.obolibrary.robot.providers.QuotedAnnotationValueShortFormProvider
-
Given an OWLEntity, return the short form based on annotation properties.
- getShortFormProvider() - Method in class org.obolibrary.robot.export.Column
-
Return the short form provider for this column
- getSortOrder() - Method in class org.obolibrary.robot.export.Column
-
Get the int sort order of the column.
- getSortRendererType() - Method in class org.obolibrary.robot.export.Table
-
Get thee type of sort renderer
- getSortValueString() - Method in class org.obolibrary.robot.export.Cell
-
Get the sort value of a cell.
- getSortValueString(String) - Method in class org.obolibrary.robot.export.Row
-
Get the Cell sort value of a column.
- getStringAnnotation(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getStringAnnotation(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateOperation
-
Deprecated.
- getStringAnnotations(QuotedEntityChecker, String, String, String, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Return a set of string annotations for the given template string and value(s).
- getStringAnnotations(QuotedEntityChecker, String, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getSubject() - Method in class org.obolibrary.robot.export.Row
-
Return the subject of this row as an IRI.
- getTautologyChecker(boolean) - Static method in class org.obolibrary.robot.ReasonOperation
-
Create a tautology checker.
- getTDBReport(String, Map<String, String>) - Static method in class org.obolibrary.robot.ReportOperation
-
Given an input path to an ontology and a map of options, create a Report object and run (on TDB
dataset) the report queries specified in a profile (from options, or default).
- getTDBReport(Dataset, Map<String, String>) - Static method in class org.obolibrary.robot.ReportOperation
-
Given a dataset and a map of options, create a Report object and run (on TDB dataset) the
report queries specified in a profile (from options, or default).
- getTDBReport(IOHelper, Dataset, Map<String, String>) - Static method in class org.obolibrary.robot.ReportOperation
-
Given a dataset and a map of options, create a Report object and run (on TDB dataset) the
report queries specified in a profile (from options, or default).
- getTotalViolations() - Method in class org.obolibrary.robot.checks.Report
-
Return the total violations from reporting.
- getTotalViolations(String) - Method in class org.obolibrary.robot.checks.Report
-
Given a reporting level, return the number of violations.
- getType(OWLAnnotationValue) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an annotation value, return its datatype, or null.
- getTypedAnnotation(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Deprecated.
- getTypedAnnotation(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateOperation
-
Deprecated.
- getTypedAnnotations(String, QuotedEntityChecker, String, String, String, int, int) - Static method in class org.obolibrary.robot.TemplateHelper
-
Return a set of typed annotations for the given template string and value(s).
- getTypeIRI(OWLAnnotationValue) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an annotation value, return the IRI of its datatype, or null.
- getValue(OWLAnnotationValue) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an OWLAnnotationValue, return its value as a string.
- getValue(OWLAnnotation) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an OWLAnnotation, return its value as a string.
- getValue(OWLAnnotationAssertionAxiom) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an OWLAnnotationAssertionAxiom, return its value as a string.
- getValue(Set<OWLAnnotation>) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given a set of OWLAnnotations, return the first string value as determined by natural string
sorting.
- getValueIRIs(QuotedEntityChecker, String, String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Given a QuotedEntityChecker, a value, and a split character (or null), return the value (or
values) as a set of IRIs.
- getValues(Set<OWLAnnotation>) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given a set of OWLAnnotations, return a set of their value strings.
- getViolationCount(String) - Method in class org.obolibrary.robot.checks.Report
-
Given a rule name, return the violation count for that rule.
- getXMLEntityFlag() - Method in class org.obolibrary.robot.IOHelper
-
Get the useXMLEntities flag.
- guessCatalogFile(File) - Method in class org.obolibrary.robot.IOHelper
-
Try to guess the location of the catalog.xml file.
- readCSV(String) - Static method in class org.obolibrary.robot.IOHelper
-
Read comma-separated values from a path to a list of lists of strings.
- readCSV(InputStream) - Static method in class org.obolibrary.robot.IOHelper
-
Read comma-separated values from a stream to a list of lists of strings.
- readCSV(Reader) - Static method in class org.obolibrary.robot.IOHelper
-
Read comma-separated values from a reader to a list of lists of strings.
- readCSV(String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Read comma-separated values from a path to a list of lists of strings.
- readCSV(InputStream) - Static method in class org.obolibrary.robot.TemplateHelper
-
Read comma-separated values from a stream to a list of lists of strings.
- readCSV(Reader) - Static method in class org.obolibrary.robot.TemplateHelper
-
Read comma-separated values from a reader to a list of lists of strings.
- readTable(String) - Static method in class org.obolibrary.robot.IOHelper
-
Read a table from a path to a list of lists of strings.
- readTable(String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Read a table from a path to a list of lists of strings.
- readTSV(String) - Static method in class org.obolibrary.robot.IOHelper
-
Read tab-separated values from a path to a list of lists of strings.
- readTSV(InputStream) - Static method in class org.obolibrary.robot.IOHelper
-
Read tab-separated values from a stream to a list of lists of strings.
- readTSV(Reader) - Static method in class org.obolibrary.robot.IOHelper
-
Read tab-separated values from a reader to a list of lists of strings.
- readTSV(String) - Static method in class org.obolibrary.robot.TemplateHelper
-
Read tab-separated values from a path to a list of lists of strings.
- readTSV(InputStream) - Static method in class org.obolibrary.robot.TemplateHelper
-
Read tab-separated values from a stream to a list of lists of strings.
- readTSV(Reader) - Static method in class org.obolibrary.robot.TemplateHelper
-
Read tab-separated values from a reader to a list of lists of strings.
- reason() - Method in class org.obolibrary.robot.reason.EquivalentClassReasoning
-
Uses the reasoner to find all equivalent classes in the ontology, and then adds the axioms that
are not allowed the the list of failed axioms.
- reason(OWLOntology, OWLReasonerFactory) - Static method in class org.obolibrary.robot.ReasonOperation
-
Given an ontology and a reasoner factory, return the ontology with inferred axioms added after
reasoning.
- reason(OWLOntology, OWLReasonerFactory, Map<String, String>) - Static method in class org.obolibrary.robot.ReasonOperation
-
Given an ontology, a reasoner factory, and a map of options, return the ontology with inferred
axioms added after reasoning.
- ReasonerHelper - Class in org.obolibrary.robot
-
Provides convenience methods for working with OWL reasoning.
- ReasonerHelper() - Constructor for class org.obolibrary.robot.ReasonerHelper
-
- ReasonOperation - Class in org.obolibrary.robot
-
Reason over an ontology and add axioms.
- ReasonOperation() - Constructor for class org.obolibrary.robot.ReasonOperation
-
- reduce(OWLOntology, OWLReasonerFactory) - Static method in class org.obolibrary.robot.ReduceOperation
-
Remove redundant SubClassOf axioms.
- reduce(OWLOntology, OWLReasonerFactory, Map<String, String>) - Static method in class org.obolibrary.robot.ReduceOperation
-
Remove redundant SubClassOf axioms.
- ReduceOperation - Class in org.obolibrary.robot
-
Reason over an ontology and remove redundant SubClassOf axioms
- ReduceOperation() - Constructor for class org.obolibrary.robot.ReduceOperation
-
- RelatedObjectsHelper - Class in org.obolibrary.robot
-
Convenience methods to get related entities for a set of IRIs.
- RelatedObjectsHelper() - Constructor for class org.obolibrary.robot.RelatedObjectsHelper
-
- RelationType - Enum in org.obolibrary.robot
-
Enum containing all possible relation types.
- relax(OWLOntology, Map<String, String>) - Static method in class org.obolibrary.robot.RelaxOperation
-
Replace EquivalentClass axioms with weaker SubClassOf axioms.
- RelaxOperation - Class in org.obolibrary.robot
-
Add additional SubClassOf axioms that are relaxed forms of equivalence axioms.
- RelaxOperation() - Constructor for class org.obolibrary.robot.RelaxOperation
-
- remove(Object) - Method in class org.obolibrary.robot.Tuple
-
- removeAll(Collection) - Method in class org.obolibrary.robot.Tuple
-
- removeImports(OWLOntology) - Static method in class org.obolibrary.robot.OntologyHelper
-
Given an ontology, remove the import declarations.
- removeOntologyAnnotations(OWLOntology) - Static method in class org.obolibrary.robot.OntologyHelper
-
Remove all annotations on this ontology.
- removeRedundantSubClassAxioms(OWLReasoner) - Static method in class org.obolibrary.robot.ReasonOperation
-
Remove subClassAxioms where there is a more direct axiom, and the subClassAxiom does not have
any annotations.
- removeRedundantSubClassAxioms(OWLReasoner, Map<String, String>) - Static method in class org.obolibrary.robot.ReasonOperation
-
Remove subClassAxioms where there is a more direct axiom, and the subClassAxiom does not have
any annotations.
- renameFull(OWLOntology, IOHelper, Map<String, String>) - Static method in class org.obolibrary.robot.RenameOperation
-
Given an ontology, an IOHelper, and a map of old IRIs to new IRIs, rename each old IRI with the
new IRI.
- RenameOperation - Class in org.obolibrary.robot
-
Rename entity IRIs in an ontology.
- RenameOperation() - Constructor for class org.obolibrary.robot.RenameOperation
-
- renamePrefixes(OWLOntology, IOHelper, Map<String, String>) - Static method in class org.obolibrary.robot.RenameOperation
-
Given an ontology, an IOHelper, and a map of old IRI bases to new IRI bases, rename each IRI
with the 'old base' as a prefix, replacing it with the 'new base'.
- RendererType - Enum in org.obolibrary.robot.export
-
- renderExplanationAsMarkdown(Explanation<OWLAxiom>, OWLOntologyManager) - Static method in class org.obolibrary.robot.ExplainOperation
-
Render an Explanation object as Markdown text, linking text labels to term IRIs and indenting
axioms.
- renderManchester(OWLObject, ShortFormProvider) - Static method in class org.obolibrary.robot.OntologyHelper
-
Render a Manchester string for an OWLObject.
- renderManchester(OWLObject, ShortFormProvider, RendererType) - Static method in class org.obolibrary.robot.OntologyHelper
-
Render a Manchester string for an OWLObject.
- repair(OWLOntology, IOHelper) - Static method in class org.obolibrary.robot.RepairOperation
-
Repairs ontology
- repair(OWLOntology, IOHelper, boolean) - Static method in class org.obolibrary.robot.RepairOperation
-
Repairs ontology
- repair(OWLOntology, IOHelper, boolean, Set<OWLAnnotationProperty>) - Static method in class org.obolibrary.robot.RepairOperation
-
Repairs ontology
- repair(OWLOntology, IOHelper, Map<String, String>) - Static method in class org.obolibrary.robot.RepairOperation
-
Repairs ontology
- repair(OWLOntology, IOHelper, Map<String, String>, boolean) - Static method in class org.obolibrary.robot.RepairOperation
-
Repairs ontology
- repair(OWLOntology, IOHelper, Map<String, String>, boolean, Set<OWLAnnotationProperty>) - Static method in class org.obolibrary.robot.RepairOperation
-
Repairs ontology
- repairInvalidReferences(IOHelper, OWLOntology, Set<InvalidReferenceViolation>) - Static method in class org.obolibrary.robot.RepairOperation
-
Repairs invalid references
- repairInvalidReferences(IOHelper, OWLOntology, Set<InvalidReferenceViolation>, Set<OWLAnnotationProperty>) - Static method in class org.obolibrary.robot.RepairOperation
-
Repairs invalid references
- RepairOperation - Class in org.obolibrary.robot
-
Repair an ontology
- RepairOperation() - Constructor for class org.obolibrary.robot.RepairOperation
-
- Report - Class in org.obolibrary.robot.checks
-
- Report() - Constructor for class org.obolibrary.robot.checks.Report
-
Create a new report object without an ontology or predefined IOHelper.
- Report(OWLOntology, boolean) - Constructor for class org.obolibrary.robot.checks.Report
-
Create a new report object with an ontology (maybe) using labels for output.
- Report(Map<IRI, String>) - Constructor for class org.obolibrary.robot.checks.Report
-
Create a new report object with a QuotedEntityChecker loaded with entries from the label map.
- Report(OWLOntology, IOHelper, boolean) - Constructor for class org.obolibrary.robot.checks.Report
-
Create a new report object with an ontology to (maybe) get labels from and a defined IOHelper.
- Report(OWLOntology) - Constructor for class org.obolibrary.robot.checks.Report
-
- Report(OWLOntology, IOHelper) - Constructor for class org.obolibrary.robot.checks.Report
-
- report(OWLOntology, IOHelper) - Static method in class org.obolibrary.robot.ReportOperation
-
Report on the ontology using the rules within the profile and print results.
- report(OWLOntology, String, String, String, String) - Static method in class org.obolibrary.robot.ReportOperation
-
Given an ontology, a profile path (or null), an output path (or null), and a report format (or
null) report on the ontology using the rules within the profile and write results to the output
path.
- report(OWLOntology, IOHelper, String, String, String, String) - Static method in class org.obolibrary.robot.ReportOperation
-
Given an ontology, an IOHelper, a profile path (or null), an output path (or null), a report
format (or null), and a level to fail on, report on the ontology using the rules within the
profile and write results to the output path.
- report(OWLOntology, IOHelper, Map<String, String>) - Static method in class org.obolibrary.robot.ReportOperation
-
Report on the ontology using the rules within the profile and print results.
- report(OWLOntology, IOHelper, String, String, String, String, boolean) - Static method in class org.obolibrary.robot.ReportOperation
-
Given an ontology, an IOHelper, a profile path (or null), an output path (or null), a report
format (or null), a level to fail on, and a boolean indicating to use labels, report on the
ontology using the rules within the profile and write results to the output path.
- report(OWLOntology, IOHelper, String, Map<String, String>) - Static method in class org.obolibrary.robot.ReportOperation
-
Given an ontology, an IOHelper, an output path (or null), and a map of options (or null),
report on the ontology using the rules within the profile specified by the options and write
results to the output path.
- ReportOperation - Class in org.obolibrary.robot
-
Report issues with an ontology using a series of QC SPARQL queries.
- ReportOperation() - Constructor for class org.obolibrary.robot.ReportOperation
-
- retainAll(Collection) - Method in class org.obolibrary.robot.Tuple
-
- right() - Method in class org.obolibrary.robot.Tuple
-
- Row - Class in org.obolibrary.robot.export
-
- Row() - Constructor for class org.obolibrary.robot.export.Row
-
Init a new Row.
- Row(IRI) - Constructor for class org.obolibrary.robot.export.Row
-
Init a new Row with a subject.
- Row(String) - Constructor for class org.obolibrary.robot.export.Row
-
Init a new Row for a Report with a violation level.
- rowNum - Variable in exception org.obolibrary.robot.exceptions.RowParseException
-
- RowParseException - Exception in org.obolibrary.robot.exceptions
-
Template row cannot be parsed.
- RowParseException(String) - Constructor for exception org.obolibrary.robot.exceptions.RowParseException
-
Throw new RowParseException with message.
- RowParseException(String, Exception) - Constructor for exception org.obolibrary.robot.exceptions.RowParseException
-
Throw new RowParseException with message amd cause.
- RowParseException(String, int, int, String) - Constructor for exception org.obolibrary.robot.exceptions.RowParseException
-
Throw a new RowParseException with message and location.
- ruleID - Variable in exception org.obolibrary.robot.exceptions.RowParseException
-
- ruleName - Variable in exception org.obolibrary.robot.exceptions.RowParseException
-
- run(Integer) - Static method in class org.obolibrary.robot.PythonOperation
-
Run a Gateway Server.
- runConstruct(Dataset, String, File, Lang) - Static method in class org.obolibrary.robot.QueryOperation
-
Run a CONSTRUCT query and write the result to a file.
- runQuery(DatasetGraph, String, File, Lang) - Static method in class org.obolibrary.robot.QueryOperation
-
- runQuery(Dataset, String, File, Lang) - Static method in class org.obolibrary.robot.QueryOperation
-
Run a SELECT query on a dataset and write the result to a file.
- runSparqlQuery(DatasetGraph, String, String, OutputStream) - Static method in class org.obolibrary.robot.QueryOperation
-
- runSparqlQuery(Dataset, String, String, OutputStream) - Static method in class org.obolibrary.robot.QueryOperation
-
Given a dataset, a query string, a format name, and an output stream, run the SPARQL query over
the named graphs and write the output to the stream.
- runSparqlQuery(QueryExecution, String, OutputStream) - Static method in class org.obolibrary.robot.QueryOperation
-
Given a query execution, a format name, and an output stream, run the query and write to
output.
- runUpdate(Model, String, File, Lang) - Static method in class org.obolibrary.robot.QueryOperation
-
Given a Model, a SPARQL update string, an output stream, and the output format, update the
model and write it to the output.
- runVerify(DatasetGraph, String, String, Path, Lang) - Static method in class org.obolibrary.robot.QueryOperation
-
- runVerify(Dataset, String, String, Path, Lang) - Static method in class org.obolibrary.robot.QueryOperation
-
Run a SELECT query over the union of named graphs in a dataset and write the result to a file.
- saveContext(String) - Method in class org.obolibrary.robot.IOHelper
-
Write the current context as a JSON-LD file.
- saveContext(File) - Method in class org.obolibrary.robot.IOHelper
-
Write the current context as a JSON-LD file.
- saveOntology(OWLOntology, String) - Method in class org.obolibrary.robot.IOHelper
-
Save an ontology to a String path.
- saveOntology(OWLOntology, File) - Method in class org.obolibrary.robot.IOHelper
-
Save an ontology to a File.
- saveOntology(OWLOntology, IRI) - Method in class org.obolibrary.robot.IOHelper
-
Save an ontology to an IRI, using the file extension to determine the format.
- saveOntology(OWLOntology, OWLDocumentFormat, File) - Method in class org.obolibrary.robot.IOHelper
-
Save an ontology in the given format to a file.
- saveOntology(OWLOntology, OWLDocumentFormat, File, boolean) - Method in class org.obolibrary.robot.IOHelper
-
Save an ontology in the given format to a file, with the option to ignore OBO document checks.
- saveOntology(OWLOntology, OWLDocumentFormat, IRI) - Method in class org.obolibrary.robot.IOHelper
-
Save an ontology in the given format to an IRI.
- saveOntology(OWLOntology, OWLDocumentFormat, String, boolean) - Method in class org.obolibrary.robot.IOHelper
-
Save an ontology in the given format to a path, with the option to ignore OBO document checks.
- saveOntology(OWLOntology, OWLDocumentFormat, IRI, boolean) - Method in class org.obolibrary.robot.IOHelper
-
Save an ontology in the given format to an IRI, with the option to ignore OBO document checks.
- saveOntology(OWLOntology, OWLDocumentFormat, IRI, Map<String, String>, boolean) - Method in class org.obolibrary.robot.IOHelper
-
Save an ontology in the given format to an IRI, with option to add prefixes and option to
ignore OBO document checks.
- saveTable(Table, String, Map<String, String>) - Static method in class org.obolibrary.robot.ExportOperation
-
Save the Table object as: csv, tsv, html, json, or xlsx.
- select(OWLOntology, IOHelper, Set<OWLObject>, List<String>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology, a set of objects, and a list of selector strings, return the objects related
to the set of OWLObjects based on the set of selectors.
- select(OWLOntology, IOHelper, Set<OWLObject>, String) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology, a set of objects, and a selector, return the related objects related to the
set of OWL objects based on the selector.
- selectAncestors(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, return all ancestors (recursively) of those objects.
- selectAnnotationProperties(Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given a set of objects, return a set of annotation properties from the starting set.
- selectAnonymous(Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given a set of objects, return a set of anonymous objects from the starting set.
- selectChildren(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, return the children of the starting set.
- selectClasses(Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given a set of objects, return a set of OWLClasses from the starting set.
- selectComplement(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, return all objects contained in the ontology that are
NOT in the starting set.
- selectCURIE(IOHelper, Set<OWLObject>, String) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an IOHelper, a set of objects, and a selector string for CURIE pattern, return a set of
objects matching that CURIE pattern.
- selectDataProperties(Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given a set of objects, return a set of OWLDataProperties from the starting set.
- selectDescendants(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, return all descendants (recursively) of those objects.
- selectDomains(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, return all domains of any properties in the set.
- selectEquivalents(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, return all equivalent objects of the starting set.
- selectGroups(OWLOntology, IOHelper, Set<OWLObject>, List<List<String>>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology, a set of objects, and a list of select groups (as lists), return the objects
related to the set of OWLObjects based on each set of selectors.
- selectIndividuals(Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given a set of objects, return a set of OWLIndividuals from the starting set.
- selectInstances(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, select all the instances of the classes in the set of
objects.
- selectIRI(Set<OWLObject>, String) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given a set of objects, and a selector string (IRI pattern in angle brackets), select all the
objects that have an IRI matching that pattern.
- selectNamed(Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given a set of objects, return a set of named objects from the starting set.
- selectObjectProperties(Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given a set of objects, return a set of OWLObjectProperties from the starting set.
- selectParents(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, return the parent objects of all objects in the set.
- selectPattern(OWLOntology, IOHelper, Set<OWLObject>, String) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology, a set of objects, and a pattern to match annotations to, return a set of
objects that are annotated with the matching annotation.
- selectProperties(Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given a set of objects, return a set of all OWLProperties from the starting set.
- selectRanges(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, return all ranges of any properties in the set.
- selectTypes(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, return a set of all the types of the individuals in
that set.
- setCellColor(IndexedColors) - Method in class org.obolibrary.robot.export.Cell
-
Set the cell background color for this cell in an XLSX workbook.
- setCellPattern(FillPatternType) - Method in class org.obolibrary.robot.export.Cell
-
Set the cell background pattern for this cell in an XLSX workbook.
- setComment(String) - Method in class org.obolibrary.robot.export.Cell
-
Add a comment to this Cell.
- setContext() - Method in class org.obolibrary.robot.IOHelper
-
Set an empty context.
- setContext(Context) - Method in class org.obolibrary.robot.IOHelper
-
Set the current JSON-LD context to the given context.
- setContext(String) - Method in class org.obolibrary.robot.IOHelper
-
Set the current JSON-LD context to the given context.
- setContext(Map<String, Object>) - Method in class org.obolibrary.robot.IOHelper
-
Set the current JSON-LD context to the given map.
- setFontColor(IndexedColors) - Method in class org.obolibrary.robot.export.Cell
-
Set the font color for this cell in an XLSX workbook.
- setHTMLClass(String) - Method in class org.obolibrary.robot.export.Cell
-
Add an HTML class to this Cell.
- setIOHelper(IOHelper) - Method in class org.obolibrary.robot.QuotedEntityChecker
-
Add an IOHelper for resolving names to IRIs.
- setOntologyIRI(OWLOntology, String, String) - Static method in class org.obolibrary.robot.OntologyHelper
-
Set the ontology IRI and version IRI using strings.
- setOntologyIRI(OWLOntology, IRI, IRI) - Static method in class org.obolibrary.robot.OntologyHelper
-
Set the ontology IRI and version IRI.
- setPrefixes(Map<String, Object>) - Method in class org.obolibrary.robot.IOHelper
-
Set the current prefix map.
- setSort(int, boolean) - Method in class org.obolibrary.robot.export.Column
-
- setSortColumns() - Method in class org.obolibrary.robot.export.Table
-
Once all Columns have been added to a Table, set the columns to sort on.
- setXMLEntityFlag(Boolean) - Method in class org.obolibrary.robot.IOHelper
-
Set whether or not XML entities will be swapped into URIs in saveOntology XML output formats.
- size() - Method in class org.obolibrary.robot.Tuple
-
- sortRows() - Method in class org.obolibrary.robot.export.Table
-
Once all Rows have been added to a Table, sort Rows based on the sort Columns.
- spanGaps(OWLOntology, Set<OWLObject>) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
- spanGaps(OWLOntology, Set<OWLObject>, boolean) - Static method in class org.obolibrary.robot.RelatedObjectsHelper
-
Given an ontology and a set of objects, construct a set of subClassOf axioms that span the gaps
between classes to maintain a hierarchy.
- startElement(String, String, String, Attributes) - Method in class org.obolibrary.robot.CatalogElementHandler
-
Handle startElement events by looking for 'uri' elements, and their 'name' and 'uri'
attributes, and updating 'mappings'.
- statements - Variable in class org.obolibrary.robot.checks.Violation
-
- subject - Variable in class org.obolibrary.robot.checks.Violation
-