static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateHelper.getAnnotation(String tableName,
QuotedEntityChecker checker,
IOHelper ioHelper,
String template,
String value) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateHelper.getAnnotation(QuotedEntityChecker checker,
String template,
String value) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateHelper.getAnnotation(QuotedEntityChecker checker,
IOHelper ioHelper,
String template,
String value) |
Deprecated.
|
static Set<org.semanticweb.owlapi.model.OWLAnnotation> |
TemplateHelper.getAnnotationPairs(QuotedEntityChecker checker,
String template,
String split,
String value,
String tableName,
int rowNum,
int column) |
Return a set of annotations for the given AP template string and value(s).
|
static Set<org.semanticweb.owlapi.model.OWLAnnotationProperty> |
TemplateHelper.getAnnotationProperties(QuotedEntityChecker checker,
String value,
String split) |
Deprecated.
|
static Set<org.semanticweb.owlapi.model.OWLAnnotationProperty> |
TemplateHelper.getAnnotationProperties(QuotedEntityChecker checker,
String value,
String split,
int column) |
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.
|
static org.semanticweb.owlapi.model.OWLAnnotationProperty |
TemplateHelper.getAnnotationProperty(QuotedEntityChecker checker,
String name) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLAnnotationProperty |
TemplateHelper.getAnnotationProperty(QuotedEntityChecker checker,
String name,
int column) |
Find an annotation property with the given name or create one.
|
static org.semanticweb.owlapi.model.OWLAnnotationProperty |
TemplateOperation.getAnnotationProperty(QuotedEntityChecker checker,
String name) |
Deprecated.
|
static Set<org.semanticweb.owlapi.model.OWLAnnotation> |
TemplateHelper.getAnnotations(String tableName,
QuotedEntityChecker checker,
String template,
String value,
int rowNum,
int column) |
Create an OWLAnnotation based on the template string and cell value.
|
static Set<org.semanticweb.owlapi.model.OWLClassExpression> |
TemplateHelper.getClassExpressions(String tableName,
QuotedEntityChecker checker,
org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxClassExpressionParser parser,
String template,
String value,
int rowNum,
int col) |
Given a Quoted Entity checker, 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.
|
static Set<org.semanticweb.owlapi.model.OWLDataPropertyExpression> |
TemplateHelper.getDataPropertyExpressions(String tableName,
QuotedEntityChecker checker,
String template,
String value,
int rowNum,
int column) |
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).
|
static org.semanticweb.owlapi.model.OWLDatatype |
TemplateHelper.getDatatype(String tableName,
QuotedEntityChecker checker,
String name,
int rowNum,
int column) |
Find a datatype with the given name or create one.
|
static org.semanticweb.owlapi.model.OWLDatatype |
TemplateHelper.getDatatype(QuotedEntityChecker checker,
String name) |
Find a datatype with the given name or create one.
|
static org.semanticweb.owlapi.model.OWLDatatype |
TemplateOperation.getDatatype(QuotedEntityChecker checker,
String name) |
Deprecated.
|
static Set<org.semanticweb.owlapi.model.OWLDatatype> |
TemplateHelper.getDatatypes(String tableName,
QuotedEntityChecker checker,
String value,
String split,
int rowNum,
int column) |
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.
|
static org.semanticweb.owlapi.model.OWLEntity |
TemplateHelper.getEntity(QuotedEntityChecker checker,
org.semanticweb.owlapi.model.IRI type,
String id,
String label) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLEntity |
TemplateOperation.getEntity(QuotedEntityChecker checker,
org.semanticweb.owlapi.model.IRI type,
String id,
String label) |
Deprecated.
|
static Set<org.semanticweb.owlapi.model.OWLIndividual> |
TemplateHelper.getIndividuals(QuotedEntityChecker checker,
String value,
String split) |
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.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateHelper.getIRIAnnotation(QuotedEntityChecker checker,
String template,
String value) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateHelper.getIRIAnnotation(QuotedEntityChecker checker,
String template,
String value,
int column) |
Return an IRI annotation for the given template string and string value.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateHelper.getIRIAnnotation(QuotedEntityChecker checker,
String template,
org.semanticweb.owlapi.model.IRI value) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateHelper.getIRIAnnotation(QuotedEntityChecker checker,
String template,
org.semanticweb.owlapi.model.IRI value,
int column) |
Return an IRI annotation for the given template string and IRI value.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateOperation.getIRIAnnotation(QuotedEntityChecker checker,
String template,
org.semanticweb.owlapi.model.IRI value) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateHelper.getLanguageAnnotation(QuotedEntityChecker checker,
String template,
String value) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateOperation.getLanguageAnnotation(QuotedEntityChecker checker,
String template,
String value) |
Deprecated.
|
static Set<org.semanticweb.owlapi.model.OWLAnnotation> |
TemplateHelper.getLanguageAnnotations(QuotedEntityChecker checker,
String template,
String split,
String value) |
Deprecated.
|
static Set<org.semanticweb.owlapi.model.OWLAnnotation> |
TemplateHelper.getLanguageAnnotations(QuotedEntityChecker checker,
String template,
String split,
String value,
int column) |
Return a set of language tagged annotations for the given template and value(s).
|
static Set<org.semanticweb.owlapi.model.OWLLiteral> |
TemplateHelper.getLiterals(String tableName,
QuotedEntityChecker checker,
String value,
String split,
int rowNum,
int column) |
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.
|
static Set<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
TemplateHelper.getObjectPropertyExpressions(String tableName,
QuotedEntityChecker checker,
String template,
String value,
int rowNum,
int column) |
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).
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateHelper.getStringAnnotation(QuotedEntityChecker checker,
String template,
String value) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateOperation.getStringAnnotation(QuotedEntityChecker checker,
String template,
String value) |
Deprecated.
|
static Set<org.semanticweb.owlapi.model.OWLAnnotation> |
TemplateHelper.getStringAnnotations(QuotedEntityChecker checker,
String template,
String split,
String value) |
Deprecated.
|
static Set<org.semanticweb.owlapi.model.OWLAnnotation> |
TemplateHelper.getStringAnnotations(QuotedEntityChecker checker,
String template,
String split,
String value,
int column) |
Return a set of string annotations for the given template string and value(s).
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateHelper.getTypedAnnotation(QuotedEntityChecker checker,
String template,
String value) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLAnnotation |
TemplateOperation.getTypedAnnotation(QuotedEntityChecker checker,
String template,
String value) |
Deprecated.
|
static Set<org.semanticweb.owlapi.model.OWLAnnotation> |
TemplateHelper.getTypedAnnotations(String tableName,
QuotedEntityChecker checker,
String template,
String split,
String value,
int rowNum,
int column) |
Return a set of typed annotations for the given template string and value(s).
|
static Set<org.semanticweb.owlapi.model.IRI> |
TemplateHelper.getValueIRIs(QuotedEntityChecker checker,
String value,
String split) |
Given a QuotedEntityChecker, a value, and a split character (or null), return the value (or
values) as a set of IRIs.
|
static org.semanticweb.owlapi.model.OWLOntology |
TemplateOperation.template(Map<String,List<List<String>>> tables,
org.semanticweb.owlapi.model.OWLOntology inputOntology,
QuotedEntityChecker checker) |
Deprecated.
|
static org.semanticweb.owlapi.model.OWLOntology |
TemplateOperation.template(Map<String,List<List<String>>> tables,
org.semanticweb.owlapi.model.OWLOntology inputOntology,
QuotedEntityChecker checker,
IOHelper ioHelper) |
Deprecated.
|
protected static org.semanticweb.owlapi.model.OWLClassExpression |
TemplateHelper.tryParse(String tableName,
QuotedEntityChecker checker,
org.semanticweb.owlapi.manchestersyntax.parser.ManchesterOWLSyntaxClassExpressionParser parser,
String content,
int rowNum,
int column) |
Given a Quoted Entity Checker to resolve labels, a Manchester class expression parser, and a
content string, try to parse the content string.
|