A B C D E F G H I J K L M N O P Q R S T U V X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbbreviatedIRI() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- addAllowedIRI(IRI) - Method in class openllet.owlapi.LimitedMapIRIMapper
- addAllowedIRI(IRI, IRI) - Method in class openllet.owlapi.LimitedMapIRIMapper
- addAxiom(OWLAxiom) - Method in interface openllet.owlapi.OWLManagementObject
- addAxiom(OWLAxiom, Set<OWLOntology>, OWLOntologyManager) - Static method in class openllet.owlapi.OntologyUtils
-
Add the axiom to all the given ontologies.
- addAxioms(Stream<OWLAxiom>) - Method in interface openllet.owlapi.OWLManagementObject
- addAxioms(OWLOntology, Collection<? extends OWLAxiom>) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- addAxioms(OWLOntology, Stream<? extends OWLAxiom>) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- addAxioms(OWLOntology, OWLAxiom...) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- addClass(OWLNamedIndividual, IRI) - Method in interface openllet.owlapi.OWLManagementObject
- addClass(OWLNamedIndividual, OWLClassExpression) - Method in interface openllet.owlapi.OWLManagementObject
- addClassPropertyAxiom(OWLClassExpression, OWLIndividual) - Method in interface openllet.owlapi.OWLManagementObject
-
add axiom into the ontology.
- addDataPropertyAxiom(OWLDataProperty, OWLIndividual, double) - Method in interface openllet.owlapi.OWLManagementObject
-
add axiom into the ontology.
- addDataPropertyAxiom(OWLDataProperty, OWLIndividual, int) - Method in interface openllet.owlapi.OWLManagementObject
-
add axiom into the ontology.
- addDataPropertyAxiom(OWLDataProperty, OWLIndividual, long) - Method in interface openllet.owlapi.OWLManagementObject
-
add axiom into the ontology.
- addDataPropertyAxiom(OWLDataProperty, OWLIndividual, String) - Method in interface openllet.owlapi.OWLManagementObject
-
add axiom into the ontology.
- addDataPropertyAxiom(OWLDataProperty, OWLIndividual, OWLLiteral) - Method in interface openllet.owlapi.OWLManagementObject
-
add axiom into the ontology.
- addObject(IRI, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagedObject
- addObject(OWLNamedIndividual, IRI, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagementObject
- addObject(OWLNamedIndividual, OWLObjectPropertyExpression, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagementObject
- addObjectPropertyAxiom(OWLObjectPropertyExpression, OWLIndividual, OWLIndividual) - Method in interface openllet.owlapi.OWLManagementObject
-
add axiom into the ontology.
- addValue(IRI, double) - Method in interface openllet.owlapi.OWLManagedObject
- addValue(IRI, int) - Method in interface openllet.owlapi.OWLManagedObject
- addValue(IRI, String) - Method in interface openllet.owlapi.OWLManagedObject
- addValue(IRI, OWLLiteral) - Method in interface openllet.owlapi.OWLManagedObject
- addValue(OWLNamedIndividual, IRI, double) - Method in interface openllet.owlapi.OWLManagementObject
- addValue(OWLNamedIndividual, IRI, int) - Method in interface openllet.owlapi.OWLManagementObject
- addValue(OWLNamedIndividual, IRI, String) - Method in interface openllet.owlapi.OWLManagementObject
- addValue(OWLNamedIndividual, IRI, OWLLiteral) - Method in interface openllet.owlapi.OWLManagementObject
- addValue(OWLNamedIndividual, OWLDataProperty, double) - Method in interface openllet.owlapi.OWLManagementObject
- addValue(OWLNamedIndividual, OWLDataProperty, int) - Method in interface openllet.owlapi.OWLManagementObject
- addValue(OWLNamedIndividual, OWLDataProperty, String) - Method in interface openllet.owlapi.OWLManagementObject
- addValue(OWLNamedIndividual, OWLDataProperty, OWLLiteral) - Method in interface openllet.owlapi.OWLManagementObject
- adjustBeginLineColumn(int, int) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- all(OWLDataPropertyExpression, OWLDataRange) - Static method in class openllet.owlapi.OWL
- all(OWLObjectPropertyExpression, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- allOntologies() - Method in class openllet.owlapi.OWLAPILoader
- allValuesFrom(OWLObjectPropertyExpression, OWLClassExpression) - Static method in class openllet.owlapi.OWL
-
Deprecated.2.5.1 Use
OWL.all(OWLObjectPropertyExpression, OWLClassExpression)instead - and(Set<? extends OWLClassExpression>) - Static method in class openllet.owlapi.OWL
- and(Set<OWLObjectPropertyExpression>, Set<OWLDataPropertyExpression>, Set<OWLClassExpression>) - Static method in class openllet.owlapi.OWL
-
Return a class expression that is a logical and between a set of properties (objets/datas) and classes.
- and(Stream<? extends OWLClassExpression>) - Static method in class openllet.owlapi.OWL
- and(OWLClassExpression...) - Static method in class openllet.owlapi.OWL
- annotation(OWLEntity, IRI, OWLIndividual) - Static method in class openllet.owlapi.OWL
- annotation(OWLEntity, IRI, OWLLiteral) - Static method in class openllet.owlapi.OWL
- annotation(OWLEntity, OWLAnnotation) - Static method in class openllet.owlapi.OWL
- Annotation() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ANNOTATION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- AnnotationAssertion() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ANNOTATIONASSERTION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- AnnotationAxiom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- AnnotationProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ANNOTATIONPROPERTY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- AnnotationPropertyDomain() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ANNOTATIONPROPERTYDOMAIN - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- AnnotationPropertyIRI() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- AnnotationPropertyRange() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ANNOTATIONPROPERTYRANGE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- AnnotationSubject() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- AnnotationValue() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- AnonymousIndividual() - Static method in class openllet.owlapi.OWL
- AnonymousIndividual() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- AnonymousIndividual(String) - Static method in class openllet.owlapi.OWL
- antecedent(SWRLAtom...) - Static method in class openllet.owlapi.SWRL
- ANY_CHAR - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ANY_ESCAPED_CHAR - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ANY_SIMPLE_TYPE - Static variable in class openllet.owlapi.XSD
- ANY_TYPE - Static variable in class openllet.owlapi.XSD
- ANY_URI - Static variable in class openllet.owlapi.XSD
- applyChanges(List<? extends OWLOntologyChange>) - Method in class openllet.owlapi.PelletLoader
-
Apply the given changes to the Pellet KB.
- asymmetric(OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- AsymmetricObjectProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ASYMMETRICOBJECTPROPERTY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- Atom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- atoms(SWRLAtom...) - Static method in class openllet.owlapi.SWRL
- Axiom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- AxiomAnnotationSet() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- AxiomConverter - Class in openllet.owlapi
-
Title: AxiomConverter
- AxiomConverter(KnowledgeBase, OWLDataFactory) - Constructor for class openllet.owlapi.AxiomConverter
- AxiomConverter(OpenlletReasoner) - Constructor for class openllet.owlapi.AxiomConverter
B
- backup(int) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Backup a number of characters.
- base(Class<T>) - Static method in interface openllet.owlapi.IRIUtils
- BASE_64_BINARY - Static variable in class openllet.owlapi.XSD
- beginColumn - Variable in class openllet.owlapi.parser.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class openllet.owlapi.parser.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class openllet.owlapi.parser.SimpleCharStream
-
Start.
- BODY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- BOOLEAN - Static variable in class openllet.owlapi.XSD
- bottomDataProperty - Static variable in class openllet.owlapi.OWL
- bottomObjectProperty - Static variable in class openllet.owlapi.OWL
- bufpos - Variable in class openllet.owlapi.parser.SimpleCharStream
-
Position in buffer.
- buildVersion(IRI, double) - Static method in interface openllet.owlapi.OWLHelper
- builtIn(SWRLBuiltInsVocabulary, List<SWRLDArgument>) - Static method in class openllet.owlapi.SWRL
- builtIn(SWRLBuiltInsVocabulary, SWRLDArgument...) - Static method in class openllet.owlapi.SWRL
- BuiltInAtom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- BUILTINATOM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- BYTE - Static variable in class openllet.owlapi.XSD
C
- Cardinality() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- check(OWLOntologyManager) - Method in interface openllet.owlapi.OWLGroup
- check(OWLOntologyManager) - Method in class openllet.owlapi.OWLManagerGroup
- Class() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- Class(String) - Static method in class openllet.owlapi.OWL
- Class(IRI) - Static method in class openllet.owlapi.OWL
- CLASS - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- classAssertion(OWLIndividual, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- ClassAssertion() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- CLASSASSERTION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- classAtom(OWLClassExpression, SWRLIArgument) - Static method in class openllet.owlapi.SWRL
- ClassAtom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- CLASSATOM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ClassAxiom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ClassExpression() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ClassExpressionSet() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ClassIRI() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- clazz(Class<T>) - Static method in interface openllet.owlapi.IRIUtils
- clear() - Method in class openllet.owlapi.LimitedMapIRIMapper
- clear() - Method in class openllet.owlapi.OWLAPILoader
- clear() - Method in class openllet.owlapi.PelletLoader
- clear() - Method in class openllet.owlapi.PelletVisitor
-
Clear the visitor _cache about simple properties.
- clearOWLOntologyManager() - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- close() - Method in class openllet.owlapi.OWLIncrementalFlatFileStorageManagerListener
-
Put an end to the storage manager.
- close() - Method in class openllet.owlapi.OWLManagerGroup
-
Free all in memory resource.
- CLOSEPAR - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- comment(OWLEntity, String) - Static method in class openllet.owlapi.OWL
- COMMENT - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- COMMENT_START - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- complementOf(OWLClassExpression) - Static method in class openllet.owlapi.OWL
-
Deprecated.2.5.1 Use
OWL.not(OWLClassExpression)instead - ConceptConverter - Class in openllet.owlapi
-
Description: Converts concepts expressed as ATerms to OWL-API structures.
- ConceptConverter(KnowledgeBase, OWLDataFactory) - Constructor for class openllet.owlapi.ConceptConverter
- consequent(SWRLAtom...) - Static method in class openllet.owlapi.SWRL
- constant(boolean) - Static method in class openllet.owlapi.OWL
-
Convenience method that obtains a constant typed as an integer.
- constant(boolean) - Static method in class openllet.owlapi.SWRL
- constant(double) - Static method in class openllet.owlapi.OWL
-
Convenience method that obtains a constant typed as an integer.
- constant(double) - Static method in class openllet.owlapi.SWRL
- constant(float) - Static method in class openllet.owlapi.OWL
-
Convenience method that obtains a constant typed as an integer.
- constant(float) - Static method in class openllet.owlapi.SWRL
- constant(int) - Static method in class openllet.owlapi.OWL
-
Convenience method that obtains a constant typed as an integer.
- constant(int) - Static method in class openllet.owlapi.SWRL
- constant(String) - Static method in class openllet.owlapi.OWL
- constant(String) - Static method in class openllet.owlapi.SWRL
- constant(String, String) - Static method in class openllet.owlapi.OWL
- constant(String, String) - Static method in class openllet.owlapi.SWRL
- constant(String, OWLDatatype) - Static method in class openllet.owlapi.OWL
- constant(String, OWLDatatype) - Static method in class openllet.owlapi.SWRL
- constant(OWLLiteral) - Static method in class openllet.owlapi.SWRL
- containsClass(Set<Set<OWLClass>>, OWLClass) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- containsUnreferencedEntity(OWLOntology, OWLClassExpression) - Static method in class openllet.owlapi.OntologyUtils
-
Determines if a class description contains any unreferenced entities with respect to the ontology that contains the entailments which are being explained.
- convert(ATermAppl) - Method in class openllet.owlapi.AxiomConverter
- convert(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- convertIndividual(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- core(Class<T>) - Static method in interface openllet.owlapi.IRIUtils
- core(Class<T>, Method) - Static method in interface openllet.owlapi.IRIUtils
- createLightHelper(InputStream) - Static method in interface openllet.owlapi.OWLHelper
-
When you have finish use this Helper, you must call {dispose() and eventually getGroup().close()}
- createLightHelper(OpenlletReasoner) - Static method in interface openllet.owlapi.OWLHelper
-
When you have finish use this Helper, you must call {dispose() and eventually getGroup().close()}
- createLightHelper(OWLOntology) - Static method in interface openllet.owlapi.OWLHelper
-
When you have finish use this Helper, you must call {dispose() and eventually getGroup().close()}
- createNonBufferingReasoner(OWLOntology) - Method in class openllet.owlapi.OpenlletReasonerFactory
- createNonBufferingReasoner(OWLOntology) - Method in class openllet.owlapi.PelletReasonerFactory
-
Deprecated.
- createNonBufferingReasoner(OWLOntology, OWLReasonerConfiguration) - Method in class openllet.owlapi.OpenlletReasonerFactory
- createNonBufferingReasoner(OWLOntology, OWLReasonerConfiguration) - Method in class openllet.owlapi.PelletReasonerFactory
-
Deprecated.
- createReasoner(OWLOntology) - Method in class openllet.owlapi.OpenlletReasonerFactory
- createReasoner(OWLOntology) - Method in class openllet.owlapi.PelletReasonerFactory
-
Deprecated.
- createReasoner(OWLOntology, OWLReasonerConfiguration) - Method in class openllet.owlapi.OpenlletReasonerFactory
- createReasoner(OWLOntology, OWLReasonerConfiguration) - Method in class openllet.owlapi.PelletReasonerFactory
-
Deprecated.
- currentToken - Variable in exception openllet.owlapi.parser.ParseException
-
This is the last token that has been consumed successfully.
D
- DArg() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DataAllValuesFrom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAALLVALUESFROM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- dataAnd(Set<? extends OWLDataRange>) - Static method in class openllet.owlapi.OWL
- dataAnd(OWLDataRange...) - Static method in class openllet.owlapi.OWL
- DataComplementOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATACOMPLEMENTOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataExactCardinality() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAEXACTCARDINALITY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataHasValue() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAHASVALUE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataIntersectionOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAINTERSECTIONOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataMaxCardinality() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAMAXCARDINALITY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataMinCardinality() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAMINCARDINALITY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- dataNot(OWLDataRange) - Static method in class openllet.owlapi.OWL
- dataOneOf(Set<? extends OWLLiteral>) - Static method in class openllet.owlapi.OWL
- DataOneOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAONEOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- dataOr(Set<? extends OWLDataRange>) - Static method in class openllet.owlapi.OWL
- dataOr(Stream<? extends OWLDataRange>) - Static method in class openllet.owlapi.OWL
- dataOr(OWLDataRange...) - Static method in class openllet.owlapi.OWL
- DATAPROP - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DataProperty(String) - Static method in class openllet.owlapi.OWL
- DataProperty(IRI) - Static method in class openllet.owlapi.OWL
- DataPropertyAssertion() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAPROPERTYASSERTION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataPropertyAtom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAPROPERTYATOM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataPropertyAxiom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DataPropertyDomain() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAPROPERTYDOMAIN - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataPropertyExpression() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DataPropertyIRI() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DataPropertyRange() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAPROPERTYRANGE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataPropertySet() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DataRange() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- dataRangeAtom(OWLDataRange, SWRLLiteralArgument) - Static method in class openllet.owlapi.SWRL
- DataRangeAtom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATARANGEATOM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataRangeFacetRestriction() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DataRangeRestriction() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DataSomeValuesFrom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATASOMEVALUESFROM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- Datatype() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- Datatype(String) - Static method in class openllet.owlapi.OWL
- Datatype(IRI) - Static method in class openllet.owlapi.OWL
- DATATYPE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- datatypeDefinition(OWLDatatype, OWLDataRange) - Static method in class openllet.owlapi.OWL
- DATATYPEDEFINITION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DatatypeDefinitionAxiom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATATYPEIDENTIFIER - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DatatypeIRI() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATATYPERESTRICTION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DataUnionOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DATAUNIONOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DATE - Static variable in class openllet.owlapi.XSD
- DATE_TIME - Static variable in class openllet.owlapi.XSD
- debugStream - Variable in class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Debug output.
- declaration(OWLEntity) - Static method in class openllet.owlapi.OWL
- Declaration() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DECLARATION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- declareClass(IRI) - Method in interface openllet.owlapi.OWLManagementObject
- declareClassOfIndividual(Class<?>, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagementObject
- declareDataProperty(IRI) - Method in interface openllet.owlapi.OWLManagementObject
- declareIndividual() - Method in interface openllet.owlapi.OWLManagementObject
- declareIndividual(IRI) - Method in interface openllet.owlapi.OWLManagementObject
- declareIndividual(OWLClass, String, String) - Method in interface openllet.owlapi.OWLManagementObject
-
Deprecated.
- declareIndividual(OWLClass, IRI) - Method in interface openllet.owlapi.OWLManagementObject
-
Declare the individual and add it a given class
- declareIndividual(OWLClass, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagementObject
-
Declare the individual and add it a given class
- declareObjectProperty(IRI) - Method in interface openllet.owlapi.OWLManagementObject
- DEFAULT - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
Lexical state.
- derivate() - Method in interface openllet.owlapi.OWLHelper
-
Same as derivate but with a version number based on EPOCH time.
- derivate(double) - Method in interface openllet.owlapi.OWLHelper
-
Clone into another ontology with the same axioms and same manager.
- DESCRIPTIONGRAPH - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- deserializeAxioms(String) - Method in interface openllet.owlapi.OWLHelper
- deserializeAxiomsInto(String) - Method in interface openllet.owlapi.OWLHelper
-
Axiom are parsed from the stream then add into the ontology.
- DGRULE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- differentFrom(Set<OWLIndividual>) - Static method in class openllet.owlapi.OWL
- differentFrom(OWLIndividual, OWLIndividual) - Static method in class openllet.owlapi.OWL
- differentFrom(SWRLIArgument, SWRLIArgument) - Static method in class openllet.owlapi.SWRL
- DifferentIndividuals() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DIFFERENTINDIVIDUALS - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DifferentIndividualsAtom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DIFFERENTINDIVIDUALSATOM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- disable_tracing() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Disable tracing.
- disjointClasses(Set<? extends OWLClassExpression>) - Static method in class openllet.owlapi.OWL
- disjointClasses(OWLClassExpression, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- DisjointClasses() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DISJOINTCLASSES - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DisjointDataProperties() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DISJOINTDATAPROPERTIES - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DisjointObjectProperties() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DISJOINTOBJECTPROPERTIES - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- disjointProperties(OWLDataPropertyExpression, OWLDataPropertyExpression) - Static method in class openllet.owlapi.OWL
- disjointProperties(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- DisjointUnion() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DISJOINTUNION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- dispose() - Method in class openllet.owlapi.OWLAPILoader
- dispose() - Method in class openllet.owlapi.OWLGenericTools
- dispose() - Method in interface openllet.owlapi.OWLHelper
-
Dispose the reasoner attached to this helper.
- dispose() - Method in class openllet.owlapi.PelletReasoner
- dispose() - Method in class openllet.owlapi.PelletVisitor
- DLSafeRule() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- DLSAFERULE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- DOCUMENTATION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- domain(OWLDataPropertyExpression, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- domain(OWLObjectPropertyExpression, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- Done() - Method in class openllet.owlapi.parser.SimpleCharStream
-
Reset buffer when finished.
- DOUBLE - Static variable in class openllet.owlapi.XSD
- DURATION - Static variable in class openllet.owlapi.XSD
E
- EDGEASSERTION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- EDGES - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- enable_tracing() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Enable tracing.
- endColumn - Variable in class openllet.owlapi.parser.Token
-
The column number of the last character of this Token.
- endLine - Variable in class openllet.owlapi.parser.Token
-
The line number of the last character of this Token.
- EntailmentChecker - Class in openllet.owlapi
-
Copyright: Copyright (c) 2006
- EntailmentChecker(OpenlletReasoner) - Constructor for class openllet.owlapi.EntailmentChecker
- EntailmentQueryVisitor - Class in openllet.owlapi
- EntailmentQueryVisitor(OpenlletReasoner) - Constructor for class openllet.owlapi.EntailmentQueryVisitor
- ENTITIES - Static variable in class openllet.owlapi.XSD
- Entity() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ENTITY - Static variable in class openllet.owlapi.XSD
- EOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
End of File.
- equal(SWRLDArgument, SWRLDArgument) - Static method in class openllet.owlapi.SWRL
- EQUALS - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- equivalentClasses(Set<? extends OWLClassExpression>) - Static method in class openllet.owlapi.OWL
- equivalentClasses(Stream<? extends OWLClassExpression>) - Static method in class openllet.owlapi.OWL
- equivalentClasses(OWLClassExpression, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- EquivalentClasses() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- EQUIVALENTCLASSES - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- equivalentDataProperties(Set<? extends OWLDataPropertyExpression>) - Static method in class openllet.owlapi.OWL
- equivalentDataProperties(OWLDataPropertyExpression, OWLDataPropertyExpression) - Static method in class openllet.owlapi.OWL
- EquivalentDataProperties() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- EQUIVALENTDATAPROPERTIES - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- EquivalentObjectProperties() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- EQUIVALENTOBJECTPROPERTIES - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- equivalentProperties(Set<? extends OWLObjectPropertyExpression>) - Static method in class openllet.owlapi.OWL
- equivalentProperties(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- ERROR - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- exactly(OWLDataProperty, int) - Static method in class openllet.owlapi.OWL
- exactly(OWLDataProperty, int, OWLDataRange) - Static method in class openllet.owlapi.OWL
- exactly(OWLObjectProperty, int) - Static method in class openllet.owlapi.OWL
- exactly(OWLObjectProperty, int, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- expectedTokenSequences - Variable in exception openllet.owlapi.parser.ParseException
-
Each entry in this array is an array of integers.
F
- FacetFactoryOWL - Interface in openllet.owlapi.facet
- FacetHelperOWL - Interface in openllet.owlapi.facet
-
An object that is not itself an ontology but have one.
- FacetManagerOWL - Interface in openllet.owlapi.facet
- FacetOntologyOWL - Interface in openllet.owlapi.facet
- FacetReasonerOWL - Interface in openllet.owlapi.facet
- facetRestriction(OWLFacet, OWLLiteral) - Static method in class openllet.owlapi.OWL
- FALSE - Static variable in class openllet.owlapi.OWL
- findEntity(String, Set<OWLOntology>) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- findEntity(String, Stream<OWLOntology>) - Static method in class openllet.owlapi.OntologyUtils
-
Finds an entity (class, _individual, object or _data property) in the given set of ontologies that has the given local name or URI.
- findEntity(String, OWLOntology) - Static method in class openllet.owlapi.OntologyUtils
-
Finds an entity (class, _individual, object or _data property) in the given ontology that has the given local name or URI.
- findNonEntailments(Set<? extends OWLAxiom>, boolean) - Method in class openllet.owlapi.EntailmentChecker
- FLOAT - Static variable in class openllet.owlapi.XSD
- flush() - Method in class openllet.owlapi.OWLIncrementalFlatFileStorageManagerListener
-
Save the ontology with there current state, so the log can be empty at that moment.
- flush() - Method in class openllet.owlapi.PelletReasoner
- flushIncrementalStorage() - Method in class openllet.owlapi.OWLManagerGroup
-
Make sure that no temporary file remain and all delta are in the storage.
- FRACTIONDIGITS - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- fromPersistentManager(OWLOntologyManager) - Static method in interface openllet.owlapi.OWLGroup
- fromVolatileManager(OWLOntologyManager) - Static method in interface openllet.owlapi.OWLGroup
- FullIRI() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- FULLIRI - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- functional(OWLDataPropertyExpression) - Static method in class openllet.owlapi.OWL
- functional(OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- FunctionalDataProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- FUNCTIONALDATAPROPERTY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- FunctionalObjectProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- FUNCTIONALOBJECTPROPERTY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
G
- G_DAY - Static variable in class openllet.owlapi.XSD
- G_MONTH - Static variable in class openllet.owlapi.XSD
- G_MONTH_DAY - Static variable in class openllet.owlapi.XSD
- G_YEAR - Static variable in class openllet.owlapi.XSD
- G_YEAR_MONTH - Static variable in class openllet.owlapi.XSD
- generateParseException() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Generate ParseException.
- getAllOntologies() - Method in class openllet.owlapi.OWLAPILoader
-
Deprecated.
- getAnnotationPropertyValues(OWLNamedIndividual, OWLAnnotationProperty) - Method in interface openllet.owlapi.OpenlletReasoner
- getAnnotationPropertyValues(OWLNamedIndividual, OWLAnnotationProperty) - Method in class openllet.owlapi.PelletReasoner
- getBeginColumn() - Method in class openllet.owlapi.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class openllet.owlapi.parser.SimpleCharStream
-
Get token beginning line number.
- getBottomClassNode() - Method in class openllet.owlapi.PelletReasoner
- getBottomDataPropertyNode() - Method in class openllet.owlapi.PelletReasoner
- getBottomObjectPropertyNode() - Method in class openllet.owlapi.PelletReasoner
- getBufferingMode() - Method in class openllet.owlapi.PelletReasoner
- getColumn() - Method in class openllet.owlapi.parser.SimpleCharStream
-
Deprecated.
- getDataPropertyDomains(OWLDataProperty, boolean) - Method in class openllet.owlapi.PelletReasoner
- getDataPropertyValues(OWLNamedIndividual, OWLDataProperty) - Method in class openllet.owlapi.PelletReasoner
- getDifferentIndividuals(OWLNamedIndividual) - Method in class openllet.owlapi.PelletReasoner
- getDirectInstances(Taxonomy<OWLClass>, OWLClass) - Static method in class openllet.owlapi.OWLClassTreePrinter
-
Retrieves direct instances of a class from Taxonomy
- getDisjointClasses(OWLClassExpression) - Method in class openllet.owlapi.PelletReasoner
- getDisjointDataProperties(OWLDataPropertyExpression) - Method in class openllet.owlapi.PelletReasoner
- getDisjointObjectProperties(OWLObjectPropertyExpression) - Method in class openllet.owlapi.PelletReasoner
- getDocumentIRI(IRI) - Method in class openllet.owlapi.LimitedMapIRIMapper
- getEndColumn() - Method in class openllet.owlapi.parser.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class openllet.owlapi.parser.SimpleCharStream
-
Get token end line number.
- getEquivalentClasses(OWLClassExpression) - Method in class openllet.owlapi.PelletReasoner
- getEquivalentDataProperties(OWLDataProperty) - Method in class openllet.owlapi.PelletReasoner
- getEquivalentObjectProperties(OWLObjectPropertyExpression) - Method in class openllet.owlapi.PelletReasoner
- getFactory() - Method in class openllet.owlapi.AxiomConverter
- getFactory() - Method in class openllet.owlapi.ConceptConverter
- getFactory() - Method in interface openllet.owlapi.facet.FacetFactoryOWL
- getFactory() - Method in class openllet.owlapi.OWL
- getFactory() - Method in class openllet.owlapi.OWLAPILoader
- getFactory() - Method in class openllet.owlapi.OWLGenericTools
- getFactory() - Method in class openllet.owlapi.PelletReasoner
- getFragment(IRI) - Method in interface openllet.owlapi.OWLHelper
-
This function exist because the one in IRI is deprecated and will be remove : We want the memory of calling it 'fragment' preserved.
- getFreshEntityPolicy() - Method in class openllet.owlapi.PelletReasoner
- getGroup() - Method in interface openllet.owlapi.facet.FacetManagerOWL
- getGroup() - Method in class openllet.owlapi.OWL
- getGroup() - Method in class openllet.owlapi.OWLAPILoader
- getGroup() - Method in class openllet.owlapi.OWLGenericTools
- getGroup() - Method in class openllet.owlapi.PelletLoader
- getGroup() - Method in class openllet.owlapi.PelletReasoner
- getHelper(OWLOntologyID) - Method in interface openllet.owlapi.OWLGroup
- GetImage() - Method in class openllet.owlapi.parser.SimpleCharStream
-
Get token literal value.
- getIndividualNodeSetPolicy() - Method in class openllet.owlapi.PelletReasoner
- getInstance() - Static method in class openllet.owlapi.OpenlletReasonerFactory
-
Returns a static factory instance that can be used to create reasoners.
- getInstance() - Static method in class openllet.owlapi.PelletReasonerFactory
-
Deprecated.Returns a static factory instance that can be used to create reasoners.
- getInstances(OWLClassExpression, boolean) - Method in class openllet.owlapi.PelletReasoner
- getInverseObjectProperties(OWLObjectPropertyExpression) - Method in class openllet.owlapi.PelletReasoner
- getIRI(String) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- getKB() - Method in interface openllet.owlapi.facet.FacetHelperOWL
- getKB() - Method in interface openllet.owlapi.OpenlletReasoner
- getKB() - Method in class openllet.owlapi.OWLAPILoader
- getKB() - Method in class openllet.owlapi.PelletLoader
- getKB() - Method in class openllet.owlapi.PelletReasoner
-
Return the underlying Pellet knowledge base.
- getLastEcho() - Method in class openllet.owlapi.ProgressAdapter
- getLine() - Method in class openllet.owlapi.parser.SimpleCharStream
-
Deprecated.
- getLogger() - Method in class openllet.owlapi.OWL
- getLogger() - Method in class openllet.owlapi.OWLGenericTools
- getLogger() - Method in class openllet.owlapi.OWLManagerGroup
- getLogger() - Method in class openllet.owlapi.OWLTools
- getManager() - Method in interface openllet.owlapi.facet.FacetManagerOWL
- getManager() - Method in class openllet.owlapi.OWL
- getManager() - Method in class openllet.owlapi.OWLAPILoader
- getManager() - Method in class openllet.owlapi.OWLGenericTools
- getManager() - Method in class openllet.owlapi.PelletLoader
- getManager() - Method in class openllet.owlapi.PelletReasoner
- getMe() - Method in interface openllet.owlapi.OWLManagedObject
- getMe() - Method in class openllet.owlapi.OWLSelfTools
- getMessage() - Method in error openllet.owlapi.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getNameSpace(String) - Method in interface openllet.owlapi.OWLHelper
- getNamespaces() - Method in interface openllet.owlapi.OWLHelper
- getNextToken() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Get the next Token.
- getNextToken() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Get the next Token.
- getObject(IRI) - Method in interface openllet.owlapi.OWLManagedObject
- getObject(OWLNamedIndividual, IRI) - Method in interface openllet.owlapi.OWLManagementObject
- getObject(OWLNamedIndividual, OWLObjectPropertyExpression) - Method in interface openllet.owlapi.OWLManagementObject
- getObjectPropertyDomains(OWLObjectPropertyExpression, boolean) - Method in class openllet.owlapi.PelletReasoner
- getObjectPropertyRanges(OWLObjectPropertyExpression, boolean) - Method in class openllet.owlapi.PelletReasoner
- getObjectPropertyValues(OWLNamedIndividual, OWLObjectPropertyExpression) - Method in class openllet.owlapi.PelletReasoner
- getObjects(IRI) - Method in interface openllet.owlapi.OWLManagedObject
- getObjects(OWLNamedIndividual, IRI) - Method in interface openllet.owlapi.OWLManagementObject
- getObjects(OWLNamedIndividual, OWLObjectPropertyExpression) - Method in interface openllet.owlapi.OWLManagementObject
- getOntologies() - Method in class openllet.owlapi.PelletLoader
- getOntologiesDirectory() - Method in interface openllet.owlapi.OWLGroup
- getOntologiesDirectory() - Method in class openllet.owlapi.OWLManagerGroup
- getOntology() - Method in interface openllet.owlapi.facet.FacetOntologyOWL
- getOntology() - Method in class openllet.owlapi.OWLAPILoader
- getOntology() - Method in class openllet.owlapi.OWLGenericTools
- getOntology() - Method in class openllet.owlapi.PelletReasoner
- getOntology(IRI, double, boolean) - Method in interface openllet.owlapi.OWLGroup
-
Seek the asked ontology.
- getOntology(OWLOntologyID) - Method in interface openllet.owlapi.OWLGroup
-
Seek the asked ontology.
- getOntology(OWLOntologyID) - Method in interface openllet.owlapi.OWLHelper
-
The standard 'getOntology' from the OWLManager don't really take care of versionning.
- getOntology(OWLOntologyID, boolean) - Method in interface openllet.owlapi.OWLGroup
-
Seek the asked ontology.
- getOntology(OWLOntologyManager, OWLOntologyID) - Static method in interface openllet.owlapi.OWLGroup
-
The standard 'getOntology' from the OWLManager don't really take care of versionning.
- getOwlManagerGroup() - Static method in class openllet.owlapi.OWLUtils
-
Deprecated.
- getOWLOntologyManager() - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- getPendingAxiomAdditions() - Method in class openllet.owlapi.PelletReasoner
-
Return an empty set.
- getPendingAxiomRemovals() - Method in class openllet.owlapi.PelletReasoner
-
Return an empty set.
- getPendingChanges() - Method in class openllet.owlapi.PelletReasoner
- getPersistentManager() - Method in interface openllet.owlapi.OWLGroup
- getPersistentManager() - Method in class openllet.owlapi.OWLManagerGroup
- getPersistentOntology(OWLOntologyID) - Method in interface openllet.owlapi.OWLGroup
- getPersistentsHelper() - Method in interface openllet.owlapi.OWLGroup
- getPrecomputableInferenceTypes() - Method in class openllet.owlapi.PelletReasoner
- getProcessImports() - Method in class openllet.owlapi.PelletLoader
- getProgress() - Method in class openllet.owlapi.ProgressAdapter
- getProgressPercent() - Method in class openllet.owlapi.ProgressAdapter
- getReasoner() - Method in class openllet.owlapi.EntailmentChecker
- getReasoner() - Method in class openllet.owlapi.EntailmentQueryVisitor
- getReasoner() - Method in interface openllet.owlapi.facet.FacetReasonerOWL
- getReasoner() - Method in class openllet.owlapi.OWLAPILoader
-
Returns the reasoner created by this loader.
- getReasoner() - Method in class openllet.owlapi.OWLGenericTools
- getReasonerName() - Method in class openllet.owlapi.OpenlletReasonerFactory
- getReasonerName() - Method in class openllet.owlapi.PelletReasoner
- getReasonerName() - Method in class openllet.owlapi.PelletReasonerFactory
-
Deprecated.
- getReasonerVersion() - Method in class openllet.owlapi.PelletReasoner
- getResult() - Method in class openllet.owlapi.ConceptConverter
- getRootIri() - Method in interface openllet.owlapi.OWLHelper
- getRootOntology() - Method in class openllet.owlapi.PelletReasoner
- getSameIndividuals(OWLNamedIndividual) - Method in class openllet.owlapi.PelletReasoner
- getSignature(OWLAxiom) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.2.5.1 use the stream version
- getSubClasses(OWLClassExpression, boolean) - Method in class openllet.owlapi.PelletReasoner
- getSubDataProperties(OWLDataProperty, boolean) - Method in class openllet.owlapi.PelletReasoner
- getSubObjectProperties(OWLObjectPropertyExpression, boolean) - Method in class openllet.owlapi.PelletReasoner
- GetSuffix(int) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Get the suffix.
- getSuperClasses(OWLClassExpression, boolean) - Method in class openllet.owlapi.PelletReasoner
- getSuperDataProperties(OWLDataProperty, boolean) - Method in class openllet.owlapi.PelletReasoner
- getSuperObjectProperties(OWLObjectPropertyExpression, boolean) - Method in class openllet.owlapi.PelletReasoner
- getTabSize() - Method in class openllet.owlapi.parser.SimpleCharStream
- getTimeOut() - Method in class openllet.owlapi.PelletReasoner
- getToken(int) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Get the specific Token.
- getTopClassNode() - Method in class openllet.owlapi.PelletReasoner
- getTopDataPropertyNode() - Method in class openllet.owlapi.PelletReasoner
- getTopObjectPropertyNode() - Method in class openllet.owlapi.PelletReasoner
- getTypes(OWLIndividual) - Method in interface openllet.owlapi.OWLHelper
-
Compute the types of an individual.
- getTypes(OWLNamedIndividual, boolean) - Method in class openllet.owlapi.PelletReasoner
- getUnsatisfiableClasses() - Method in class openllet.owlapi.PelletReasoner
- getUnsupportedAxioms() - Method in class openllet.owlapi.PelletLoader
- getUnsupportedAxioms() - Method in class openllet.owlapi.PelletVisitor
- getValue() - Method in class openllet.owlapi.parser.Token
-
An optional attribute value of the Token.
- getValue(IRI) - Method in interface openllet.owlapi.OWLManagedObject
- getValue(OWLNamedIndividual, IRI) - Method in interface openllet.owlapi.OWLManagementObject
- getValue(OWLNamedIndividual, OWLDataProperty) - Method in interface openllet.owlapi.OWLManagementObject
- getValues(IRI) - Method in interface openllet.owlapi.OWLManagedObject
- getValues(OWLNamedIndividual, IRI) - Method in interface openllet.owlapi.OWLManagementObject
- getValues(OWLNamedIndividual, OWLDataProperty) - Method in interface openllet.owlapi.OWLManagementObject
- getVersion() - Method in interface openllet.owlapi.OWLHelper
- getVersion(IRI, double) - Static method in interface openllet.owlapi.OWLHelper
- getVolatileManager() - Method in interface openllet.owlapi.OWLGroup
- getVolatileManager() - Method in class openllet.owlapi.OWLManagerGroup
- getVolatileOntology(OWLOntologyID) - Method in interface openllet.owlapi.OWLGroup
- getVolatilesHelper() - Method in interface openllet.owlapi.OWLGroup
- greaterThan(SWRLDArgument, SWRLDArgument) - Static method in class openllet.owlapi.SWRL
- greaterThanOrEqual(SWRLDArgument, SWRLDArgument) - Static method in class openllet.owlapi.SWRL
H
- HasKey() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- HASKEY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- havePersistentManager() - Method in interface openllet.owlapi.OWLGroup
- havePersistentManager() - Method in class openllet.owlapi.OWLManagerGroup
- haveVolatileManager() - Method in interface openllet.owlapi.OWLGroup
- haveVolatileManager() - Method in class openllet.owlapi.OWLManagerGroup
- HEAD - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- HEX_BINARY - Static variable in class openllet.owlapi.XSD
I
- IArg() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ID - Static variable in class openllet.owlapi.XSD
- IDREF - Static variable in class openllet.owlapi.XSD
- IDREFS - Static variable in class openllet.owlapi.XSD
- image - Variable in class openllet.owlapi.parser.Token
-
The string image of the token.
- IMPORT - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ImportsDeclaration() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- IN_COMMENT - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
Lexical state.
- IN_STRING_LITERAL - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
Lexical state.
- incrementProgress() - Method in class openllet.owlapi.ProgressAdapter
- individual(String) - Static method in class openllet.owlapi.SWRL
- individual(OWLIndividual) - Static method in class openllet.owlapi.SWRL
- Individual() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- Individual(String) - Static method in class openllet.owlapi.OWL
- Individual(IRI) - Static method in class openllet.owlapi.OWL
- IndividualAxiom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- individualHaveFacet(OWLNamedIndividual, OWLClassExpression) - Method in interface openllet.owlapi.OWLManagementObject
- IndividualIRI() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- IndividualMinOneSet() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- IndividualSet() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- instantFromRandStr(String) - Static method in interface openllet.owlapi.IRIUtils
- instantFromShortTime(String) - Static method in interface openllet.owlapi.IRIUtils
- INT - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- INT - Static variable in class openllet.owlapi.XSD
- Integer() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- INTEGER - Static variable in class openllet.owlapi.XSD
- interrupt() - Method in class openllet.owlapi.PelletReasoner
- INVALID_LEXICAL_STATE - Static variable in error openllet.owlapi.parser.TokenMgrError
-
Tried to change to an invalid lexical state.
- inverse(OWLObjectProperty) - Static method in class openllet.owlapi.OWL
- inverseFunctional(OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- InverseFunctionalObjectProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- INVERSEFUNCTIONALOBJECTPROPERTY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- InverseObjectProperties() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- INVERSEOBJECTPROPERTIES - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- InverseObjectProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- inverseProperties(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- IRI() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- iri2filename(IRI) - Static method in interface openllet.owlapi.OWLHelper
- iriModel2iri(String) - Static method in interface openllet.owlapi.IRIUtils
- iriModel2iri(String) - Static method in class openllet.owlapi.OWLUtils
-
Deprecated.use IRIUtils.iriModel2iri
- IRIUtils - Interface in openllet.owlapi
-
A set of function usefull to manage IRIs
- irreflexive(OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- IrreflexiveObjectProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- IRREFLEXIVEOBJECTPROPERTY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- isCanceled() - Method in class openllet.owlapi.ProgressAdapter
- isConsistent() - Method in class openllet.owlapi.PelletReasoner
- isEntailed() - Method in class openllet.owlapi.EntailmentQueryVisitor
- isEntailed(Set<? extends OWLAxiom>) - Method in class openllet.owlapi.EntailmentChecker
- isEntailed(Set<? extends OWLAxiom>) - Method in class openllet.owlapi.PelletReasoner
- isEntailed(Stream<? extends OWLAxiom>) - Method in class openllet.owlapi.EntailmentChecker
- isEntailed(Stream<? extends OWLAxiom>) - Method in class openllet.owlapi.PelletReasoner
- isEntailed(OWLAxiom) - Method in class openllet.owlapi.PelletReasoner
- isEntailmentCheckingSupported(AxiomType<?>) - Method in class openllet.owlapi.PelletReasoner
- isIRI(String) - Static method in interface openllet.owlapi.IRIUtils
-
Deprecated.
- isLiteralIncludeInRange(OWLDataProperty, OWLDataRange, OWLLiteral) - Method in interface openllet.owlapi.OWLManagementObject
- isPrecomputed(InferenceType) - Method in class openllet.owlapi.PelletReasoner
- isReloadRequired() - Method in class openllet.owlapi.PelletVisitor
- isSatisfiable(OWLClassExpression) - Method in class openllet.owlapi.PelletReasoner
- isVolatile() - Method in class openllet.owlapi.OWLAPILoader
-
The ontology is load from a file but is not persist into a file after change, so it is a volatile ontology.
- isVolatile() - Method in class openllet.owlapi.OWLGenericTools
- isVolatile() - Method in interface openllet.owlapi.OWLHelper
J
- jj_nt - Variable in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Next token.
- jjnewLexState - Static variable in class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Token literal values.
K
- kind - Variable in class openllet.owlapi.parser.Token
-
An integer that describes the kind of this token.
L
- label(OWLEntity, String) - Static method in class openllet.owlapi.OWL
- LABEL - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- LANGIDENTIFIER - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- LangTag() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- LANGUAGE - Static variable in class openllet.owlapi.XSD
- length(int) - Static method in class openllet.owlapi.OWL
- length(OWLLiteral) - Static method in class openllet.owlapi.OWL
- LENGTH - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- lessThan(SWRLDArgument, SWRLDArgument) - Static method in class openllet.owlapi.SWRL
- lessThanOrEqual(SWRLDArgument, SWRLDArgument) - Static method in class openllet.owlapi.SWRL
- LEXICAL_ERROR - Static variable in error openllet.owlapi.parser.TokenMgrError
-
Lexical error occurred.
- lexStateNames - Static variable in class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Lexer state names.
- LimitedMapIRIMapper - Class in openllet.owlapi
-
Title: Limited Map IRI Mapper
- LimitedMapIRIMapper() - Constructor for class openllet.owlapi.LimitedMapIRIMapper
- Literal() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- load() - Method in class openllet.owlapi.OWLAPILoader
- load(File, OWLOntologyManager, Optional<OWLOntologyID>) - Static method in class openllet.owlapi.parser.OWLFunctionalSyntax
- load(Set<OWLOntology>) - Method in class openllet.owlapi.PelletLoader
- loadDirectory(File) - Method in interface openllet.owlapi.OWLGroup
- loadDirectory(File) - Method in class openllet.owlapi.OWLManagerGroup
- loadDirectory(File) - Static method in class openllet.owlapi.OWLUtils
-
Deprecated.
- loadDirectory(File, OWLOntologyManager, BiFunction<OWLOntologyManager, File, Optional<OWLOntology>>) - Method in interface openllet.owlapi.OWLGroup
- loadDirectory(File, OWLOntologyManager, BiFunction<OWLOntologyManager, File, Optional<OWLOntology>>) - Method in class openllet.owlapi.OWLManagerGroup
-
Load a directory of '.owl' file.
- loadImports() - Method in class openllet.owlapi.PelletLoader
-
Deprecated.Use
PelletLoader.getProcessImports()instead - loadOntology(InputStream) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- loadOntology(InputStream, boolean) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- loadOntology(String) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- loadOntology(String, boolean) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- loadOntology(OWLOntologyManager, InputStream) - Static method in class openllet.owlapi.OntologyUtils
- loadOntology(OWLOntologyManager, InputStream, boolean) - Static method in class openllet.owlapi.OntologyUtils
- loadOntology(OWLOntologyManager, String) - Static method in class openllet.owlapi.OntologyUtils
- loadOntology(OWLOntologyManager, String, boolean) - Static method in class openllet.owlapi.OntologyUtils
- LONG - Static variable in class openllet.owlapi.XSD
- look(IRI) - Method in interface openllet.owlapi.OWLHelper
- look(IRI, double) - Method in interface openllet.owlapi.OWLHelper
- LOOP_DETECTED - Static variable in error openllet.owlapi.parser.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
M
- MAINCLASSES - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- max(OWLDataPropertyExpression, int) - Static method in class openllet.owlapi.OWL
- max(OWLDataPropertyExpression, int, OWLDataRange) - Static method in class openllet.owlapi.OWL
- max(OWLObjectPropertyExpression, int) - Static method in class openllet.owlapi.OWL
- max(OWLObjectPropertyExpression, int, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- maxExclusive(double) - Static method in class openllet.owlapi.OWL
- maxExclusive(float) - Static method in class openllet.owlapi.OWL
- maxExclusive(int) - Static method in class openllet.owlapi.OWL
- maxExclusive(OWLLiteral) - Static method in class openllet.owlapi.OWL
- MAXEXCLUSIVE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- maxInclusive(double) - Static method in class openllet.owlapi.OWL
- maxInclusive(float) - Static method in class openllet.owlapi.OWL
- maxInclusive(int) - Static method in class openllet.owlapi.OWL
- maxInclusive(OWLLiteral) - Static method in class openllet.owlapi.OWL
- MAXINCLUSIVE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- maxLength(int) - Static method in class openllet.owlapi.OWL
- maxLength(OWLLiteral) - Static method in class openllet.owlapi.OWL
- MAXLENGTH - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- method(Class<T>, Method) - Static method in interface openllet.owlapi.IRIUtils
- min(OWLDataPropertyExpression, int) - Static method in class openllet.owlapi.OWL
- min(OWLDataPropertyExpression, int, OWLDataRange) - Static method in class openllet.owlapi.OWL
- min(OWLObjectPropertyExpression, int) - Static method in class openllet.owlapi.OWL
- min(OWLObjectPropertyExpression, int, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- minExclusive(double) - Static method in class openllet.owlapi.OWL
- minExclusive(float) - Static method in class openllet.owlapi.OWL
- minExclusive(int) - Static method in class openllet.owlapi.OWL
- minExclusive(OWLLiteral) - Static method in class openllet.owlapi.OWL
- MINEXCLUSIVE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- minInclusive(double) - Static method in class openllet.owlapi.OWL
- minInclusive(float) - Static method in class openllet.owlapi.OWL
- minInclusive(int) - Static method in class openllet.owlapi.OWL
- minInclusive(OWLLiteral) - Static method in class openllet.owlapi.OWL
- MININCLUSIVE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- minLength(int) - Static method in class openllet.owlapi.OWL
- minLength(OWLLiteral) - Static method in class openllet.owlapi.OWL
- MINLENGTH - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
N
- name(Class<T>, String) - Static method in interface openllet.owlapi.IRIUtils
-
Work for property and individual
- NamedIndividual() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- NAMEDINDIVIDUAL - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- NEGATIVE_INTEGER - Static variable in class openllet.owlapi.XSD
- NegativeDataPropertyAssertion() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- NEGATIVEDATAPROPERTYASSERTION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- NegativeObjectPropertyAssertion() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- NEGATIVEOBJECTPROPERTYASSERTION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- newToken(int) - Static method in class openllet.owlapi.parser.Token
- newToken(int, String) - Static method in class openllet.owlapi.parser.Token
-
Returns a new Token object, by default.
- next - Variable in class openllet.owlapi.parser.Token
-
A reference to the next regular (non-special) token from the input stream.
- NODEASSERTION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- NODEID - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- NODES - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- NON_NEGATIVE_INTEGER - Static variable in class openllet.owlapi.XSD
- NON_POSITIVE_INTEGER - Static variable in class openllet.owlapi.XSD
- NORMALIZED_STRING - Static variable in class openllet.owlapi.XSD
- not(OWLClassExpression) - Static method in class openllet.owlapi.OWL
- NOTATION - Static variable in class openllet.owlapi.XSD
- notEqual(SWRLDArgument, SWRLDArgument) - Static method in class openllet.owlapi.SWRL
- Nothing - Static variable in class openllet.owlapi.OWL
O
- ObjectAllValuesFrom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTALLVALUESFROM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectComplementOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTCOMPLEMENTOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectExactCardinality() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTEXACTCARDINALITY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- OBJECTHASSELF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectHasValue() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTHASVALUE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectIntersectionOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTINTERSECTIONOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- OBJECTINVERSEOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectMaxCardinality() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTMAXCARDINALITY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectMinCardinality() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTMINCARDINALITY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- objectOneOf(Set<OWLIndividual>) - Static method in class openllet.owlapi.OWL
- objectOneOf(Stream<OWLIndividual>) - Static method in class openllet.owlapi.OWL
- ObjectOneOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTONEOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- OBJECTPROP - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ObjectProperty(String) - Static method in class openllet.owlapi.OWL
- ObjectProperty(IRI) - Static method in class openllet.owlapi.OWL
- ObjectPropertyAssertion() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTPROPERTYASSERTION - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectPropertyAtom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTPROPERTYATOM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectPropertyAxiom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ObjectPropertyDomain() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTPROPERTYDOMAIN - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectPropertyExpression() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ObjectPropertyIRI() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ObjectPropertyRange() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTPROPERTYRANGE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectPropertySet() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- objectPropertyValues(OWLNamedIndividual, OWLObjectPropertyExpression) - Method in class openllet.owlapi.PelletReasoner
- ObjectSelf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- ObjectSomeValuesFrom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTSOMEVALUESFROM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ObjectUnionOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- OBJECTUNIONOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- oneOf(OWLIndividual...) - Static method in class openllet.owlapi.OWL
- oneOf(OWLLiteral...) - Static method in class openllet.owlapi.OWL
- only(OWLDataPropertyExpression, OWLDataRange) - Static method in class openllet.owlapi.OWL
- only(OWLObjectPropertyExpression, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- ontologiesChanged(List<? extends OWLOntologyChange>) - Method in class openllet.owlapi.OWLIncrementalFlatFileStorageManagerListener
- ontologiesChanged(List<? extends OWLOntologyChange>) - Method in class openllet.owlapi.PelletReasoner
- ontology(Class<T>, String, String) - Static method in interface openllet.owlapi.IRIUtils
- Ontology() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- Ontology(Collection<? extends OWLAxiom>) - Static method in class openllet.owlapi.OWL
- Ontology(Collection<? extends OWLAxiom>, IRI) - Static method in class openllet.owlapi.OWL
- Ontology(Stream<? extends OWLAxiom>) - Static method in class openllet.owlapi.OWL
- Ontology(Stream<? extends OWLAxiom>, IRI) - Static method in class openllet.owlapi.OWL
- Ontology(OWLAxiom...) - Static method in class openllet.owlapi.OWL
- Ontology(OWLOntologyManager, Collection<? extends OWLAxiom>) - Static method in class openllet.owlapi.OWL
- Ontology(OWLOntologyManager, Collection<? extends OWLAxiom>, IRI) - Static method in class openllet.owlapi.OWL
- Ontology(OWLOntologyManager, Stream<? extends OWLAxiom>) - Static method in class openllet.owlapi.OWL
- Ontology(OWLOntologyManager, Stream<? extends OWLAxiom>, IRI) - Static method in class openllet.owlapi.OWL
- Ontology(OWLOntologyManager, OWLAxiom...) - Static method in class openllet.owlapi.OWL
- ONTOLOGY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- ontology2filename(File, OWLOntology) - Static method in interface openllet.owlapi.OWLHelper
- ontology2filename(File, OWLOntologyID) - Static method in interface openllet.owlapi.OWLHelper
- ontology2filename(OWLOntology) - Method in interface openllet.owlapi.OWLGroup
- ontology2filename(OWLOntology) - Method in class openllet.owlapi.OWLIncrementalFlatFileStorageManagerListener
- ontology2filename(OWLOntology) - Method in class openllet.owlapi.OWLManagerGroup
- ontology2filename(OWLOntology) - Static method in class openllet.owlapi.OWLUtils
-
Deprecated.
- ontology2filename(OWLOntologyID) - Method in interface openllet.owlapi.OWLGroup
- ontology2filename(OWLOntologyID) - Method in class openllet.owlapi.OWLManagerGroup
- ontology2filename(OWLOntologyID) - Static method in class openllet.owlapi.OWLUtils
-
Deprecated.
- ontologyToString(String) - Method in interface openllet.owlapi.OWLHelper
- ontologyToString(StringBuffer, String) - Method in interface openllet.owlapi.OWLHelper
- OntologyUtils - Class in openllet.owlapi
-
Copyright: Copyright (c) 2007
- OntologyUtils() - Constructor for class openllet.owlapi.OntologyUtils
- openllet.owlapi - package openllet.owlapi
- openllet.owlapi.facet - package openllet.owlapi.facet
- openllet.owlapi.parser - package openllet.owlapi.parser
- OpenlletReasoner - Interface in openllet.owlapi
- OpenlletReasonerFactory - Class in openllet.owlapi
-
Copyright: Copyright (c) 2007
- OpenlletReasonerFactory() - Constructor for class openllet.owlapi.OpenlletReasonerFactory
- OPENPAR - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- or(Set<? extends OWLClassExpression>) - Static method in class openllet.owlapi.OWL
- or(Stream<? extends OWLClassExpression>) - Static method in class openllet.owlapi.OWL
- or(OWLClassExpression...) - Static method in class openllet.owlapi.OWL
- OWL - Class in openllet.owlapi
-
Description: Utility class to generate OWL concepts in a concise and readable way.
- OWL() - Constructor for class openllet.owlapi.OWL
- OWLAPILoader - Class in openllet.owlapi
-
Copyright: Copyright (c) 2007
- OWLAPILoader() - Constructor for class openllet.owlapi.OWLAPILoader
- OWLClassTreePrinter - Class in openllet.owlapi
-
TaxonomyPrinter for Taxonomies of OWLClasses (Taxonomy
) - OWLClassTreePrinter() - Constructor for class openllet.owlapi.OWLClassTreePrinter
- OWLException - Exception in openllet.owlapi
-
throw a exception for OWL related problems.
- OWLException() - Constructor for exception openllet.owlapi.OWLException
- OWLException(String) - Constructor for exception openllet.owlapi.OWLException
- OWLException(String, Throwable) - Constructor for exception openllet.owlapi.OWLException
- OWLException(Throwable) - Constructor for exception openllet.owlapi.OWLException
- OWLFunctionalSyntax - Class in openllet.owlapi.parser
-
Load and ontology in functional syntax.
- OWLFunctionalSyntax() - Constructor for class openllet.owlapi.parser.OWLFunctionalSyntax
- OWLFunctionalSyntaxParser - Class in openllet.owlapi.parser
- OWLFunctionalSyntaxParser(InputStream) - Constructor for class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Constructor with InputStream.
- OWLFunctionalSyntaxParser(InputStream, String) - Constructor for class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Constructor with InputStream and supplied encoding
- OWLFunctionalSyntaxParser(Reader) - Constructor for class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Constructor.
- OWLFunctionalSyntaxParser(OWLFunctionalSyntaxParserTokenManager) - Constructor for class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Constructor with generated Token Manager.
- OWLFunctionalSyntaxParserConstants - Interface in openllet.owlapi.parser
-
Token literal values and constants.
- OWLFunctionalSyntaxParserTokenManager - Class in openllet.owlapi.parser
-
Token Manager.
- OWLFunctionalSyntaxParserTokenManager(SimpleCharStream) - Constructor for class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Constructor.
- OWLFunctionalSyntaxParserTokenManager(SimpleCharStream, int) - Constructor for class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Constructor.
- OWLGenericTools - Class in openllet.owlapi
-
The main difference between OWLTools and OWLGenericTools is the usage of static resources by OWLTools.
- OWLGenericTools(OWLGroup, File) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGenericTools(OWLGroup, InputStream) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGenericTools(OWLGroup, String, boolean) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGenericTools(OWLGroup, IRI, boolean) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGenericTools(OWLGroup, IRI, double) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGenericTools(OWLGroup, IRI, double, boolean) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGenericTools(OWLGroup, OWLOntologyID) - Constructor for class openllet.owlapi.OWLGenericTools
-
Load the ontology ontologyId into the good manager or create it if it doesn't previously exist.
- OWLGenericTools(OWLGroup, OWLOntologyID, boolean) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGenericTools(OWLGroup, OWLOntologyManager, File) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGenericTools(OWLGroup, OWLOntologyManager, OWLOntology) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGenericTools(OWLGroup, OWLOntology, boolean) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGenericTools(OWLGroup, OWLOntology, OWLOntologyManager, Map<String, String>) - Constructor for class openllet.owlapi.OWLGenericTools
- OWLGroup - Interface in openllet.owlapi
- OWLHelper - Interface in openllet.owlapi
-
Functions that help management of OWL related matters.
- OWLIncrementalFlatFileStorageManagerListener - Class in openllet.owlapi
-
A listner that enable incremental storage of ontologies.
- OWLIncrementalFlatFileStorageManagerListener(File, File, OWLManagerGroup) - Constructor for class openllet.owlapi.OWLIncrementalFlatFileStorageManagerListener
- OWLManagedObject - Interface in openllet.owlapi
- OWLManagementObject - Interface in openllet.owlapi
- OWLManagerGroup - Class in openllet.owlapi
-
Group of Owl Manager, volatile and persistent.
- OWLManagerGroup() - Constructor for class openllet.owlapi.OWLManagerGroup
- OWLManagerGroup(File) - Constructor for class openllet.owlapi.OWLManagerGroup
- OWLManagerGroup(Optional<OWLOntologyManager>, Optional<OWLOntologyManager>) - Constructor for class openllet.owlapi.OWLManagerGroup
- OWLManagerGroup(OWLOntology) - Constructor for class openllet.owlapi.OWLManagerGroup
- OWLSelfTools - Class in openllet.owlapi
-
Management of ontologies that have a reference on self.
- OWLSelfTools(IRI, double) - Constructor for class openllet.owlapi.OWLSelfTools
- OWLTools - Class in openllet.owlapi
-
The main difference between OWLTools and OWLGenericTools is the usage of static resources by OWLTools from OWLUtils.
- OWLTools(File) - Constructor for class openllet.owlapi.OWLTools
- OWLTools(InputStream) - Constructor for class openllet.owlapi.OWLTools
- OWLTools(OWLGenericTools) - Constructor for class openllet.owlapi.OWLTools
- OWLTools(IRI, boolean) - Constructor for class openllet.owlapi.OWLTools
- OWLTools(IRI, double) - Constructor for class openllet.owlapi.OWLTools
- OWLTools(IRI, double, boolean) - Constructor for class openllet.owlapi.OWLTools
- OWLTools(OWLOntologyID) - Constructor for class openllet.owlapi.OWLTools
-
Load the ontology ontologyId into the good manager or create it if it doesn't previously exist.
- OWLTools(OWLOntologyID, boolean) - Constructor for class openllet.owlapi.OWLTools
- OWLTools(OWLOntologyManager, File) - Constructor for class openllet.owlapi.OWLTools
- OWLTools(OWLOntologyManager, OWLOntology) - Constructor for class openllet.owlapi.OWLTools
- OWLTools(OWLOntology, OWLOntologyManager, Map<String, String>) - Constructor for class openllet.owlapi.OWLTools
- OWLUtils - Class in openllet.owlapi
-
Deprecated.since 2.6.1
- OWLUtils() - Constructor for class openllet.owlapi.OWLUtils
-
Deprecated.
P
- parse() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- parse(String...) - Method in class openllet.owlapi.OWLAPILoader
- ParseException - Exception in openllet.owlapi.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception openllet.owlapi.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception openllet.owlapi.parser.ParseException
-
Constructor with message.
- ParseException(Token, int[][], String[]) - Constructor for exception openllet.owlapi.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- path(String[]) - Method in interface openllet.owlapi.OWLHelper
- PATTERN - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- PelletLoader - Class in openllet.owlapi
-
Copyright: Copyright (c) 2007
- PelletLoader(KnowledgeBase) - Constructor for class openllet.owlapi.PelletLoader
- PelletReasoner - Class in openllet.owlapi
- PelletReasoner(OWLOntology, BufferingMode) - Constructor for class openllet.owlapi.PelletReasoner
- PelletReasoner(OWLOntology, OWLReasonerConfiguration, BufferingMode) - Constructor for class openllet.owlapi.PelletReasoner
-
Create a reasoner for the given _ontology and configuration.
- PelletReasonerFactory - Class in openllet.owlapi
-
Deprecated.since 2.6.0, user OpenlletReasonerFactory instead
- PelletReasonerFactory() - Constructor for class openllet.owlapi.PelletReasonerFactory
-
Deprecated.
- PelletVisitor - Class in openllet.owlapi
-
Copyright: Copyright (c) 2007
- PelletVisitor(KnowledgeBase) - Constructor for class openllet.owlapi.PelletVisitor
- PN_CHARS - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- PN_CHARS_BASE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- PN_CHARS_U - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- PN_LOCAL - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- PN_PREFIX - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- PNAME_LN - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- PNAME_NS - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- POSITIVE_INTEGER - Static variable in class openllet.owlapi.XSD
- precomputeInferences(InferenceType...) - Method in class openllet.owlapi.PelletReasoner
- Prefix() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- PREFIX - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- PrefixName() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- prepareReasoner() - Method in interface openllet.owlapi.OpenlletReasoner
- prepareReasoner() - Method in class openllet.owlapi.PelletReasoner
- printAxioms(Collection<? extends OWLAxiom>) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- printOntology(OWLOntology) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- processChanges(List<? extends OWLOntologyChange>) - Method in interface openllet.owlapi.OpenlletReasoner
-
Process all the given changes in an incremental fashion.
- processChanges(List<? extends OWLOntologyChange>) - Method in class openllet.owlapi.PelletReasoner
-
Process all the given changes in an incremental fashion.
- ProgressAdapter - Class in openllet.owlapi
- ProgressAdapter(ReasonerProgressMonitor) - Constructor for class openllet.owlapi.ProgressAdapter
- propertyAssertion(OWLIndividual, OWLDataPropertyExpression, OWLLiteral) - Static method in class openllet.owlapi.OWL
- propertyAssertion(OWLIndividual, OWLObjectPropertyExpression, OWLIndividual) - Static method in class openllet.owlapi.OWL
- propertyAtom(OWLDataPropertyExpression, SWRLIArgument, SWRLDArgument) - Static method in class openllet.owlapi.SWRL
- propertyAtom(OWLObjectPropertyExpression, SWRLIArgument, SWRLIArgument) - Static method in class openllet.owlapi.SWRL
Q
- Q_NAME - Static variable in class openllet.owlapi.XSD
- QuotedString() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
R
- rand(Class<T>) - Static method in interface openllet.owlapi.IRIUtils
- rand(Class<T>, String) - Static method in interface openllet.owlapi.IRIUtils
- randId(String) - Static method in interface openllet.owlapi.IRIUtils
- randStr() - Static method in interface openllet.owlapi.IRIUtils
- range(OWLDataPropertyExpression, OWLDataRange) - Static method in class openllet.owlapi.OWL
- range(OWLObjectPropertyExpression, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- readChar() - Method in class openllet.owlapi.parser.SimpleCharStream
-
Read a character.
- reflexive(OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- ReflexiveObjectProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- REFLEXIVEOBJECTPROPERTY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- refresh() - Method in interface openllet.owlapi.OpenlletReasoner
- refresh() - Method in class openllet.owlapi.PelletReasoner
-
Clears the reasoner and reloads all the axioms in the imports closure.
- ReInit(InputStream) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Reinitialise.
- ReInit(InputStream) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Reinitialise.
- ReInit(Reader) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class openllet.owlapi.parser.SimpleCharStream
-
Reinitialise.
- ReInit(OWLFunctionalSyntaxParserTokenManager) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Reinitialise parser.
- reload() - Method in class openllet.owlapi.PelletLoader
- remove(OWLHelper) - Method in interface openllet.owlapi.OWLGroup
- removeAllAnnotations(OWLOntology) - Static method in class openllet.owlapi.OntologyUtils
-
Removes all annotations (non-logical axioms) from the ontology causing the ontology to be changed in an unreversible way.
- removeAxiom(OWLAxiom) - Method in interface openllet.owlapi.OWLManagementObject
- removeAxiom(OWLAxiom, Set<OWLOntology>, OWLOntologyManager) - Static method in class openllet.owlapi.OntologyUtils
-
Removes an axiom from all the given ontologies that contains the axiom and returns those ontologies.
- removeAxioms(Stream<OWLAxiom>) - Method in interface openllet.owlapi.OWLManagementObject
- removeAxioms(OWLOntology, Collection<? extends OWLAxiom>) - Static method in class openllet.owlapi.OntologyUtils
- removeAxioms(OWLOntology, OWLAxiom...) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- removeDataPropertyAxiom(IRI, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagementObject
-
Remove all the value of an data property that are related to an individual.
- removeDataPropertyAxiom(OWLDataProperty, OWLIndividual, OWLLiteral) - Method in interface openllet.owlapi.OWLManagementObject
-
remove axiom from the ontology
- removeDataPropertyAxiom(OWLDataProperty, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagementObject
-
Remove all the value of an data property that are related to an individual.
- removeFirstLast(String) - Method in interface openllet.owlapi.OWLHelper
- removeObjectPropertyAxiom(IRI, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagementObject
-
Remove all the target of an object property that are related to an individual.
- removeObjectPropertyAxiom(OWLObjectPropertyExpression, OWLIndividual, OWLIndividual) - Method in interface openllet.owlapi.OWLManagementObject
-
remove axiom from the ontology
- removeObjectPropertyAxiom(OWLObjectProperty, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagementObject
-
Remove all the target of an object property that are related to an individual.
- reset() - Method in class openllet.owlapi.EntailmentQueryVisitor
- reset() - Method in class openllet.owlapi.PelletVisitor
-
Reset the visitor state about created terms.
- resolvPrefix(String) - Method in interface openllet.owlapi.OWLHelper
- restrict(OWLDatatype, Set<OWLFacetRestriction>) - Static method in class openllet.owlapi.OWL
- restrict(OWLDatatype, OWLFacetRestriction...) - Static method in class openllet.owlapi.OWL
- result() - Method in class openllet.owlapi.PelletVisitor
- rule(String, boolean, Set<? extends SWRLAtom>, Set<? extends SWRLAtom>) - Static method in class openllet.owlapi.SWRL
- rule(String, Set<? extends SWRLAtom>, Set<? extends SWRLAtom>) - Static method in class openllet.owlapi.SWRL
- rule(Set<? extends SWRLAtom>, Set<? extends SWRLAtom>) - Static method in class openllet.owlapi.SWRL
- rule(IRI, boolean, Set<? extends SWRLAtom>, Set<? extends SWRLAtom>) - Static method in class openllet.owlapi.SWRL
- rule(IRI, Set<? extends SWRLAtom>, Set<? extends SWRLAtom>) - Static method in class openllet.owlapi.SWRL
S
- sameAs(Set<OWLIndividual>) - Static method in class openllet.owlapi.OWL
- sameAs(OWLIndividual, OWLIndividual) - Static method in class openllet.owlapi.OWL
- sameAs(SWRLIArgument, SWRLIArgument) - Static method in class openllet.owlapi.SWRL
- SAMEINDIVIDUAL - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- SameIndividualAtom() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- SAMEINDIVIDUALATOM - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- SameIndividuals() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- save(OWLOntology, String) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- schema(Class<T>) - Static method in class openllet.owlapi.OWL
-
Convert a java class into an owl schema for the class.
- self(OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- serializeAxioms() - Method in interface openllet.owlapi.OWLHelper
- setAddAxiom(boolean) - Method in class openllet.owlapi.PelletVisitor
- setDebugStream(PrintStream) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Set debug output.
- setFormat(OWLOntology) - Static method in interface openllet.owlapi.OWLHelper
-
Add the export format in the configuration of the provided ontology
- setIgnoreAnnotationsAndDeclarations(boolean) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- setIgnoreImports(boolean) - Method in class openllet.owlapi.OWLAPILoader
- setKB(KnowledgeBase) - Method in class openllet.owlapi.PelletLoader
- setLoadImports(boolean) - Method in class openllet.owlapi.PelletLoader
-
Deprecated.Use
PelletLoader.setProcessImports(boolean)instead - setManager(OWLOntologyManager) - Method in class openllet.owlapi.PelletLoader
- setOntologiesDirectory(File) - Method in interface openllet.owlapi.OWLGroup
- setOntologiesDirectory(File) - Method in class openllet.owlapi.OWLManagerGroup
- setPrefixes(PrefixManager) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- setProcessImports(boolean) - Method in class openllet.owlapi.PelletLoader
- setProgress(int) - Method in class openllet.owlapi.ProgressAdapter
- setProgressLength(int) - Method in class openllet.owlapi.ProgressAdapter
- setProgressMessage(String) - Method in class openllet.owlapi.ProgressAdapter
- setProgressTitle(String) - Method in class openllet.owlapi.ProgressAdapter
- setReasonerFactory(Function<OWLOntology, OWLReasoner>) - Method in class openllet.owlapi.OWLGenericTools
- setTabSize(int) - Method in class openllet.owlapi.parser.SimpleCharStream
- setUp(OWLOntology, OWLOntologyLoaderConfiguration) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- SHORT - Static variable in class openllet.owlapi.XSD
- shortTime() - Static method in interface openllet.owlapi.IRIUtils
-
We remove an huge part of the time the flow before the application first start.
- shortTime(long) - Static method in interface openllet.owlapi.IRIUtils
- signature(OWLAxiom) - Static method in class openllet.owlapi.OntologyUtils
-
Deprecated.
- SimpleCharStream - Class in openllet.owlapi.parser
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class openllet.owlapi.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class openllet.owlapi.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class openllet.owlapi.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class openllet.owlapi.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class openllet.owlapi.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class openllet.owlapi.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class openllet.owlapi.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class openllet.owlapi.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - Constructor for class openllet.owlapi.parser.SimpleCharStream
-
Constructor.
- some(OWLDataPropertyExpression, OWLDataRange) - Static method in class openllet.owlapi.OWL
- some(OWLObjectPropertyExpression, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- specialToken - Variable in class openllet.owlapi.parser.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- STATIC_LEXER_ERROR - Static variable in error openllet.owlapi.parser.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- staticFlag - Static variable in class openllet.owlapi.parser.SimpleCharStream
-
Whether parser is static.
- STRING - Static variable in class openllet.owlapi.XSD
- STRINGLITERAL - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- STRINGLITERAL_START - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- SubAnnotationPropertyOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- SUBANNOTATIONPROPERTYOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- subClassOf(OWLClassExpression, OWLClassExpression) - Static method in class openllet.owlapi.OWL
- SubClassOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- SUBCLASSOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- SubDataPropertyOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- SUBDATAPROPERTYOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- SubObjectPropertyChain() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- SUBOBJECTPROPERTYCHAIN - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- SubObjectPropertyOf() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- SUBOBJECTPROPERTYOF - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- subPropertyOf(OWLDataPropertyExpression, OWLDataPropertyExpression) - Static method in class openllet.owlapi.OWL
- subPropertyOf(OWLObjectPropertyExpression[], OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- subPropertyOf(OWLObjectPropertyExpression, OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- SwitchTo(int) - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParserTokenManager
-
Switch to specified lex state.
- SWRL - Class in openllet.owlapi
-
Copyright: Copyright (c) 2008
- SWRL() - Constructor for class openllet.owlapi.SWRL
- symmetric(OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- SymmetricObjectProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- SYMMETRICOBJECTPROPERTY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
T
- taskFinished() - Method in class openllet.owlapi.ProgressAdapter
- taskStarted() - Method in class openllet.owlapi.ProgressAdapter
- term(OWLObject) - Method in interface openllet.owlapi.OpenlletReasoner
- term(OWLObject) - Method in class openllet.owlapi.PelletLoader
- term(OWLObject) - Method in class openllet.owlapi.PelletReasoner
- Thing - Static variable in class openllet.owlapi.OWL
- TIME - Static variable in class openllet.owlapi.XSD
- toClass(IRI) - Method in interface openllet.owlapi.OWLManagementObject
- toDataProperty(IRI) - Method in interface openllet.owlapi.OWLManagementObject
- toIndividual(IRI) - Method in interface openllet.owlapi.OWLManagementObject
- token - Variable in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Current token.
- Token - Class in openllet.owlapi.parser
-
Describes the input token stream.
- Token() - Constructor for class openllet.owlapi.parser.Token
-
No-argument constructor
- Token(int) - Constructor for class openllet.owlapi.parser.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class openllet.owlapi.parser.Token
-
Constructs a new token for the specified Image and Kind.
- TOKEN - Static variable in class openllet.owlapi.XSD
- token_source - Variable in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
-
Generated Token Manager.
- tokenImage - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
Literal token values.
- tokenImage - Variable in exception openllet.owlapi.parser.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- TokenMgrError - Error in openllet.owlapi.parser
-
Token Manager Error.
- TokenMgrError() - Constructor for error openllet.owlapi.parser.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error openllet.owlapi.parser.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error openllet.owlapi.parser.TokenMgrError
-
Constructor with message and reason.
- toObjectProperty(IRI) - Method in interface openllet.owlapi.OWLManagementObject
- topDataProperty - Static variable in class openllet.owlapi.OWL
- topObjectProperty - Static variable in class openllet.owlapi.OWL
- toString() - Method in class openllet.owlapi.OpenlletReasonerFactory
- toString() - Method in class openllet.owlapi.OWLGenericTools
- toString() - Method in class openllet.owlapi.parser.Token
-
Returns the image.
- toString() - Method in class openllet.owlapi.PelletReasonerFactory
-
Deprecated.
- TOTALDIGITS - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- transitive(OWLObjectPropertyExpression) - Static method in class openllet.owlapi.OWL
- TransitiveObjectProperty() - Method in class openllet.owlapi.parser.OWLFunctionalSyntaxParser
- TRANSITIVEOBJECTPROPERTY - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- TRUE - Static variable in class openllet.owlapi.OWL
U
- unload(Set<OWLOntology>) - Method in class openllet.owlapi.PelletLoader
- UNSIGNED_INT - Static variable in class openllet.owlapi.XSD
- UNSIGNED_LONG - Static variable in class openllet.owlapi.XSD
- UNSUPPORTED_ENTAILMENT - Static variable in class openllet.owlapi.EntailmentChecker
- updateObject(IRI, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagedObject
- updateObject(OWLNamedIndividual, IRI, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagementObject
- updateObject(OWLNamedIndividual, OWLObjectProperty, OWLNamedIndividual) - Method in interface openllet.owlapi.OWLManagementObject
- updateOntology(OWLOntology, Collection<? extends OWLAxiom>, boolean) - Static method in class openllet.owlapi.OntologyUtils
- updateOntology(OWLOntology, Stream<? extends OWLAxiom>, boolean) - Static method in class openllet.owlapi.OntologyUtils
-
Update the ontology by adding or removing the given set of axioms
- updateValue(IRI, double) - Method in interface openllet.owlapi.OWLManagedObject
- updateValue(IRI, int) - Method in interface openllet.owlapi.OWLManagedObject
- updateValue(IRI, String) - Method in interface openllet.owlapi.OWLManagedObject
- updateValue(IRI, OWLLiteral) - Method in interface openllet.owlapi.OWLManagedObject
- updateValue(OWLNamedIndividual, IRI, double) - Method in interface openllet.owlapi.OWLManagementObject
- updateValue(OWLNamedIndividual, IRI, int) - Method in interface openllet.owlapi.OWLManagementObject
- updateValue(OWLNamedIndividual, IRI, String) - Method in interface openllet.owlapi.OWLManagementObject
- updateValue(OWLNamedIndividual, IRI, OWLLiteral) - Method in interface openllet.owlapi.OWLManagementObject
- updateValue(OWLNamedIndividual, OWLDataProperty, double) - Method in interface openllet.owlapi.OWLManagementObject
- updateValue(OWLNamedIndividual, OWLDataProperty, int) - Method in interface openllet.owlapi.OWLManagementObject
- updateValue(OWLNamedIndividual, OWLDataProperty, String) - Method in interface openllet.owlapi.OWLManagementObject
- updateValue(OWLNamedIndividual, OWLDataProperty, OWLLiteral) - Method in interface openllet.owlapi.OWLManagementObject
V
- value(OWLDataPropertyExpression, OWLLiteral) - Static method in class openllet.owlapi.OWL
- value(OWLObjectPropertyExpression, OWLIndividual) - Static method in class openllet.owlapi.OWL
- variable(String) - Static method in class openllet.owlapi.SWRL
- variable(IRI) - Static method in class openllet.owlapi.SWRL
- VARIABLE - Static variable in interface openllet.owlapi.parser.OWLFunctionalSyntaxParserConstants
-
RegularExpression Id.
- verify() - Method in class openllet.owlapi.PelletVisitor
- visit(IRI) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLAnnotation) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLAnnotationAssertionAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLAnnotationAssertionAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLAnnotationProperty) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLAnnotationPropertyDomainAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLAnnotationPropertyRangeAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLAnonymousIndividual) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLAsymmetricObjectPropertyAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLClass) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLClassAssertionAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLClassAssertionAxiom) - Method in class openllet.owlapi.EntailmentQueryVisitor
- visit(OWLClassAssertionAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataAllValuesFrom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataComplementOf) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataExactCardinality) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataHasValue) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataIntersectionOf) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataMaxCardinality) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataMinCardinality) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataOneOf) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataProperty) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataPropertyAssertionAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLDataPropertyAssertionAxiom) - Method in class openllet.owlapi.EntailmentQueryVisitor
- visit(OWLDataPropertyAssertionAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataPropertyDomainAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLDataPropertyDomainAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataPropertyRangeAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLDataPropertyRangeAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataSomeValuesFrom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDatatype) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDatatypeDefinitionAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLDatatypeDefinitionAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDatatypeRestriction) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDataUnionOf) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDeclarationAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLDeclarationAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDifferentIndividualsAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLDifferentIndividualsAxiom) - Method in class openllet.owlapi.EntailmentQueryVisitor
- visit(OWLDifferentIndividualsAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDisjointClassesAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLDisjointClassesAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDisjointDataPropertiesAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLDisjointDataPropertiesAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLDisjointObjectPropertiesAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLDisjointUnionAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLDisjointUnionAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLEquivalentClassesAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLEquivalentClassesAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLEquivalentDataPropertiesAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLEquivalentObjectPropertiesAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLFacetRestriction) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLFunctionalDataPropertyAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLFunctionalDataPropertyAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLFunctionalObjectPropertyAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLHasKeyAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLHasKeyAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLInverseFunctionalObjectPropertyAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLInverseObjectPropertiesAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLInverseObjectPropertiesAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLIrreflexiveObjectPropertyAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLLiteral) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLNamedIndividual) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class openllet.owlapi.EntailmentQueryVisitor
- visit(OWLNegativeDataPropertyAssertionAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class openllet.owlapi.EntailmentQueryVisitor
- visit(OWLNegativeObjectPropertyAssertionAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectAllValuesFrom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectComplementOf) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectExactCardinality) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectHasSelf) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectHasValue) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectIntersectionOf) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectInverseOf) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectMaxCardinality) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectMinCardinality) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectOneOf) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectProperty) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectPropertyAssertionAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLObjectPropertyAssertionAxiom) - Method in class openllet.owlapi.EntailmentQueryVisitor
- visit(OWLObjectPropertyAssertionAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectPropertyDomainAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLObjectPropertyDomainAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectPropertyRangeAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLObjectPropertyRangeAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectSomeValuesFrom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLObjectUnionOf) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLOntology) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLReflexiveObjectPropertyAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLSameIndividualAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLSameIndividualAxiom) - Method in class openllet.owlapi.EntailmentQueryVisitor
- visit(OWLSameIndividualAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLSubAnnotationPropertyOfAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLSubClassOfAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLSubClassOfAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLSubDataPropertyOfAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLSubDataPropertyOfAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLSubObjectPropertyOfAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLSubObjectPropertyOfAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLSubPropertyChainOfAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLSubPropertyChainOfAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLSymmetricObjectPropertyAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class openllet.owlapi.EntailmentChecker
- visit(OWLTransitiveObjectPropertyAxiom) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLBuiltInAtom) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLClassAtom) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLDataPropertyAtom) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLDataRangeAtom) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLDifferentIndividualsAtom) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLIndividualArgument) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLLiteralArgument) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLObjectPropertyAtom) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLRule) - Method in class openllet.owlapi.EntailmentChecker
- visit(SWRLRule) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLSameIndividualAtom) - Method in class openllet.owlapi.PelletVisitor
- visit(SWRLVariable) - Method in class openllet.owlapi.PelletVisitor
- visitAll(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitAnd(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitCard(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitHasValue(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitInverse(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitList(ATermList) - Method in class openllet.owlapi.ConceptConverter
- visitLiteral(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitMax(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitMin(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitNot(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitOneOf(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitOr(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitRestrictedDatatype(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitSelf(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitSome(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitTerm(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
- visitValue(ATermAppl) - Method in class openllet.owlapi.ConceptConverter
X
- XSD - Class in openllet.owlapi
-
Copyright: Copyright (c) 2008
- XSD() - Constructor for class openllet.owlapi.XSD
_
- _atomic - Static variable in interface openllet.owlapi.IRIUtils
- _caseSeparator - Static variable in interface openllet.owlapi.OWLHelper
- _debug - Static variable in interface openllet.owlapi.OWLHelper
- _delta - Static variable in interface openllet.owlapi.OWLHelper
- _entitySeparator - Static variable in interface openllet.owlapi.OWLHelper
- _factory - Static variable in class openllet.owlapi.OWL
- _fileExtention - Static variable in interface openllet.owlapi.OWLHelper
- _fileExtentionPart - Static variable in interface openllet.owlapi.OWLHelper
- _flushTimeInMinute - Static variable in class openllet.owlapi.OWLIncrementalFlatFileStorageManagerListener
- _format - Static variable in interface openllet.owlapi.OWLHelper
- _formatFactory - Static variable in interface openllet.owlapi.OWLHelper
- _innerSeparator - Static variable in interface openllet.owlapi.OWLHelper
- _lineSeparator - Static variable in class openllet.owlapi.OWLIncrementalFlatFileStorageManagerListener
- _localProtocol - Static variable in interface openllet.owlapi.OWLHelper
- _logger - Static variable in class openllet.owlapi.AxiomConverter
- _logger - Static variable in class openllet.owlapi.EntailmentChecker
- _logger - Static variable in class openllet.owlapi.PelletLoader
- _logger - Static variable in class openllet.owlapi.PelletReasoner
- _logger - Static variable in class openllet.owlapi.PelletVisitor
- _manager - Static variable in class openllet.owlapi.OWL
- _managerGroup - Static variable in class openllet.owlapi.OWL
- _ontologiesDirectory - Variable in class openllet.owlapi.OWLManagerGroup
- _persistentManager - Variable in class openllet.owlapi.OWLManagerGroup
- _prefixSeparator - Static variable in interface openllet.owlapi.OWLHelper
- _protocol - Static variable in interface openllet.owlapi.OWLHelper
- _random - Static variable in interface openllet.owlapi.IRIUtils
- _secureProtocol - Static variable in interface openllet.owlapi.OWLHelper
- _timeShift - Static variable in interface openllet.owlapi.IRIUtils
- _volatileManager - Variable in class openllet.owlapi.OWLManagerGroup
- _webSeparator - Static variable in interface openllet.owlapi.OWLHelper
All Classes All Packages