A C E G H I L N O P T V

A

AbstractElkEntityVisitor<O> - Class in org.semanticweb.elk.owl.visitors
The default visitor, does nothing
AbstractElkEntityVisitor() - Constructor for class org.semanticweb.elk.owl.visitors.AbstractElkEntityVisitor
 
accept(ElkAnnotationAxiomVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkAnnotationAxiom
Accept an ElkAnnotationAxiomVisitor.
accept(ElkAssertionAxiomVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkAssertionAxiom
Accept an ElkAssertionAxiomVisitor.
accept(ElkAxiomVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkAxiom
Accept an ElkAxiomVisitor.
accept(ElkClassAxiomVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkClassAxiom
Accept an ElkClassAxiomVisitor.
accept(ElkClassExpressionVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkClassExpression
Accept an ElkClassExpressionVisitor.
accept(ElkDataPropertyAxiomVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkDataPropertyAxiom
Accept an ElkDataPropertyAxiomVisitor.
accept(ElkDataPropertyExpressionVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkDataPropertyExpression
Accept an ElkDataPropertyExpressionVisitor.
accept(ElkDataRangeVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkDataRange
Accept an ElkDataRangeVisitor.
accept(ElkEntityVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkEntity
Accept an ElkEntityVisitor.
accept(ElkIndividualVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkIndividual
Accept an ElkIndividualVisitor.
accept(ElkLiteralVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkLiteral
Accept an ElkLiteralVisitor.
accept(ElkObjectVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObject
 
accept(ElkObjectPropertyAxiomVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectPropertyAxiom
Accept an ElkObjectPropertyAxiomVisitor.
accept(ElkObjectPropertyExpressionVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectPropertyExpression
Accept an ElkObjectPropertyExpressionVisitor.
accept(ElkSubObjectPropertyExpressionVisitor<O>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkSubObjectPropertyExpression
Accept an ElkSubObjectPropertyExpressionVisitor.
accept(ElkObjectVisitor<O>) - Method in class org.semanticweb.elk.owl.iris.ElkIri
 
accept(ElkClassExpressionVisitor<O>) - Method in enum org.semanticweb.elk.owl.predefined.PredefinedElkClass
 
accept(ElkObjectVisitor<O>) - Method in enum org.semanticweb.elk.owl.predefined.PredefinedElkClass
 
accept(ElkEntityVisitor<O>) - Method in enum org.semanticweb.elk.owl.predefined.PredefinedElkClass
 
addPrefix(ElkPrefix) - Method in interface org.semanticweb.elk.owl.iris.ElkPrefixDeclarations
Prefix declaration.
addPrefix(ElkPrefix) - Method in class org.semanticweb.elk.owl.iris.ElkPrefixDeclarationsImpl
 
append(Appendable, ElkObject) - Static method in class org.semanticweb.elk.owl.printers.OwlFunctionalStylePrinter
Printing an ELK Object through an appender.
append(Appendable, ElkObject, boolean) - Static method in class org.semanticweb.elk.owl.printers.OwlFunctionalStylePrinter
 

C

Comparators - Class in org.semanticweb.elk.owl.util
 
Comparators() - Constructor for class org.semanticweb.elk.owl.util.Comparators
 
compare(ElkIri, ElkIri) - Static method in enum org.semanticweb.elk.owl.predefined.PredefinedElkIri
Defines an ordering on IRIs starting with PredefinedElkIri.OWL_NOTHING, PredefinedElkIri.OWL_THING, followed by the remaining IRIs in alphabetical order.
compareTo(ElkIri) - Method in class org.semanticweb.elk.owl.iris.ElkAbbreviatedIri
 
compareTo(ElkIri) - Method in class org.semanticweb.elk.owl.iris.ElkIri
 
concatHashCode(String, String) - Static method in class org.semanticweb.elk.owl.iris.ElkAbbreviatedIri
Returns (a+b).hashCode() without actually concatenating the strings.

E

ELK_CLASS_COMPARATOR - Static variable in class org.semanticweb.elk.owl.util.Comparators
 
ELK_NAMED_INDIVIDUAL_COMPARATOR - Static variable in class org.semanticweb.elk.owl.util.Comparators
 
ElkAbbreviatedIri - Class in org.semanticweb.elk.owl.iris
Represents an abbreaviated IRI.
ElkAbbreviatedIri(ElkPrefix, String) - Constructor for class org.semanticweb.elk.owl.iris.ElkAbbreviatedIri
 
ElkAnnotation - Interface in org.semanticweb.elk.owl.interfaces
The basic interface for annotation objects in OWL 2 as defined in Section 10 of the specification
ElkAnnotationAssertionAxiom - Interface in org.semanticweb.elk.owl.interfaces
Annotation assertion axiom as defined in Section 10.2.1 of the specification Note that the superclass of AnnotationAssertion is AnnotationAxiom, not AssertionAxiom.
ElkAnnotationAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Annotation Axiom in the OWL 2 specification.
ElkAnnotationAxiomVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
 
ElkAnnotationProperty - Interface in org.semanticweb.elk.owl.interfaces
 
ElkAnnotationPropertyDomainAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Annotation Property Domain in the OWL 2 specification.
ElkAnnotationPropertyRangeAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Annotation Property Range in the OWL 2 specification.
ElkAnnotationSubject - Interface in org.semanticweb.elk.owl.interfaces
Either an IRI or an anonymous individual
ElkAnnotationSubjectVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor interface for ElkAnnotationSubject.
ElkAnnotationValue - Interface in org.semanticweb.elk.owl.interfaces
Either an IRI, an anonymous individial, or a literal, as defined in Section 10 of the specification.
ElkAnnotationValueVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor interface for ElkAnnotationValue.
ElkAnnotationVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor interface for ElkAnnotation.
ElkAnonymousIndividual - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Anonymous Individuals in the OWL 2 specification.
ElkAssertionAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Assertions in the OWL 2 specification.
ElkAssertionAxiomVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkAssertionAxiom.
ElkAsymmetricObjectPropertyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Asymmetric Object Property Axiom in the OWL 2 specification.
ElkAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an axiom in the OWL 2 specification.
ElkAxiomProcessor - Interface in org.semanticweb.elk.owl.visitors
Objects that can process ELK axioms
ElkAxiomVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Super interface of all visitors for ElkAxiom
ElkCardinalityRestriction<P> - Interface in org.semanticweb.elk.owl.interfaces
A generic interface on property restrictions with cardinality constraints.
ElkCardinalityRestrictionQualified<P,F> - Interface in org.semanticweb.elk.owl.interfaces
A generic interface for restrictions on properties with fillers (qualifiers) and cardinality constraints.
ElkClass - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Class in the OWL 2 specification.
ElkClassAssertionAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an class assertion axiom in the OWL 2 specification.
ElkClassAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Class Expression Axiom in the OWL 2 specification.
ElkClassAxiomVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkClassAxiom.
ElkClassExpression - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Class Expression in the OWL 2 specification.
ElkClassExpressionVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkClassExpression.
ElkDataAllValuesFrom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Universal Quantification Data Property Restriction in the OWL 2 specification.
ElkDataComplementOf - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to the complement of a data range in the OWL 2 specification.
ElkDataExactCardinality - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an exact cardinality restriction in the OWL 2 specification in the case the qualified data range is empty.
ElkDataExactCardinalityQualified - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an exact cardinality restriction in the OWL 2 specification in the case the qualified data range is not empty.
ElkDataHasValue - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Literal Value Restriction for Data Properties in the OWL 2 specification.
ElkDataIntersectionOf - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Intersection of Data Ranges in the OWL 2 specification.
ElkDataMaxCardinality - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an maximum cardinality restriction in the OWL 2 specification in the case the qualified data range is empty.
ElkDataMaxCardinalityQualified - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an maximum cardinality restriction in the OWL 2 specification in the case the qualified data range is not empty.
ElkDataMinCardinality - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an minimum cardinality restriction in the OWL 2 specification in the case the qualified data range is empty.
ElkDataMinCardinalityQualified - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an minimum cardinality restriction in the OWL 2 specification in the case the qualified data range is not empty.
ElkDataOneOf - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Enumeration of Literals in the OWL 2 specification.
ElkDataProperty - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Data Property in the OWL 2 specification.
ElkDataPropertyAssertionAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an positive data property assertion axiom in the OWL 2 specification.
ElkDataPropertyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Data Property Axiom in the OWL 2 specification.
ElkDataPropertyAxiomVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkDataPropertyAxiom.
ElkDataPropertyDomainAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Data Property Domain in the OWL 2 specification.
ElkDataPropertyExpression - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Data Property Expression in the OWL 2 specification.
ElkDataPropertyExpressionVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkDataPropertyExpression.
ElkDataPropertyListRestrictionQualified - Interface in org.semanticweb.elk.owl.interfaces
Common interface for DataSomeValuesFrom and DataAllValuesFrom restrictions which can be based on a list of data (not object) property expression.
ElkDataPropertyRangeAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Data Property Range in the OWL 2 specification.
ElkDataRange - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Data Range in the OWL 2 specification.
ElkDataRangeVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkDataRange.
ElkDataSomeValuesFrom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Existential Quantification Data Property Restriction in the OWL 2 specification.
ElkDatatype - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Datatype in the OWL 2 specification.
ElkDatatypeDefinitionAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Datatype Definitions in the OWL 2 specification.
ElkDatatypeDefinitionVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
 
ElkDatatypeRestriction - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Datatype Restrictions in the OWL 2 specification.
ElkDataUnionOf - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Union of Data Ranges in the OWL 2 specification.
ElkDeclarationAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Declaration Axiom in the OWL 2 specification.
ElkDeclarationAxiomVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkDeclarationAxiom.
ElkDifferentIndividualsAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an individual inequality axiom in the OWL 2 specification.
ElkDisjointClassesAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Disjoint Classes Axiom in the OWL 2 specification.
ElkDisjointDataPropertiesAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Disjoint Data Properties Axiom in the OWL 2 specification.
ElkDisjointObjectPropertiesAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Disjoint Object Properties Axiom in the OWL 2 specification.
ElkDisjointUnionAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Disjoint Union of Class Expressions Axiom in the OWL 2 specification.
ElkEntity - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Entity in the OWL 2 specification.
ElkEntityVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkEntity.
ElkEquivalentClassesAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Equivalent Class Axiom in the OWL 2 specification.
ElkEquivalentDataPropertiesAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Equivalent Data Properties Axiom in the OWL 2 specification.
ElkEquivalentObjectPropertiesAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Equivalent Object Properties Axiom in the OWL 2 specification.
ElkException - Exception in org.semanticweb.elk.owl.exceptions
The top level ELK exception
ElkException() - Constructor for exception org.semanticweb.elk.owl.exceptions.ElkException
 
ElkException(String) - Constructor for exception org.semanticweb.elk.owl.exceptions.ElkException
 
ElkException(String, Throwable) - Constructor for exception org.semanticweb.elk.owl.exceptions.ElkException
 
ElkException(Throwable) - Constructor for exception org.semanticweb.elk.owl.exceptions.ElkException
 
ElkFacetRestriction - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a pair of constraining facet and restriction value as used in OWL 2 Datatype Restrictions.
ElkFacetRestrictionVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor interface for ElkFacetRestriction
ElkFullIri - Class in org.semanticweb.elk.owl.iris
Represents a fully expanded IRI.
ElkFullIri(String) - Constructor for class org.semanticweb.elk.owl.iris.ElkFullIri
 
ElkFullIri(ElkPrefix, String) - Constructor for class org.semanticweb.elk.owl.iris.ElkFullIri
 
ElkFunctionalDataPropertyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Functional Data Property Axiom in the OWL 2 specification.
ElkFunctionalObjectPropertyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Functional Object Property Axiom in the OWL 2 specification.
ElkHasKeyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Keys in the OWL 2 specification.
ElkHasKeyAxiomVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkHasKeyAxiom.
ElkIndividual - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Individual in the OWL 2 specification.
ElkIndividualVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor interface for ElkIndividual.
ElkInverseFunctionalObjectPropertyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Inverse Functional Object Property Axiom in the OWL 2 specification.
ElkInverseObjectPropertiesAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Inverse Object Properties Axiom in the OWL 2 specification.
ElkIri - Class in org.semanticweb.elk.owl.iris
This class represents an IRI.
ElkIri(int) - Constructor for class org.semanticweb.elk.owl.iris.ElkIri
 
ElkIrreflexiveObjectPropertyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Irreflexive Object Property Axiom in the OWL 2 specification.
ElkLiteral - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Literal in the OWL 2 specification.
ElkLiteralVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor interface for ElkLiteral.
ElkNamedIndividual - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Named Individuals in the OWL 2 specification.
ElkNegativeDataPropertyAssertionAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an negative data property assertion axiom in the OWL 2 specification.
ElkNegativeObjectPropertyAssertionAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an negative object property assertion axiom in the OWL 2 specification.
ElkObject - Interface in org.semanticweb.elk.owl.interfaces
 
ElkObjectAllValuesFrom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Universal Quantification Object Property Restriction in the OWL 2 specification.
ElkObjectComplementOf - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to the complement of a class expression in the OWL 2 specification.
ElkObjectExactCardinality - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an exact cardinality restriction in the OWL 2 specification in the case the qualified class expression is not specified.
ElkObjectExactCardinalityQualified - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an exact cardinality restriction in the OWL 2 specification in the case the qualified class expression is specified.
ElkObjectFactory - Interface in org.semanticweb.elk.owl.interfaces
Interface that provides methods for creating instances of ElkObjects.
ElkObjectHasSelf - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Self-Restriction in the OWL 2 specification.
ElkObjectHasValue - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Individual Value Restriction for Object Properties in the OWL 2 specification.
ElkObjectIntersectionOf - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Intersection of Class Expressions in the OWL 2 specification.
ElkObjectInverseOf - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Inverse Object Property in the OWL 2 specification.
ElkObjectMaxCardinality - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an maximum cardinality restriction in the OWL 2 specification in the case the qualified class expression is not specified.
ElkObjectMaxCardinalityQualified - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an maximum cardinality restriction in the OWL 2 specification in the case the qualified class expression is specified.
ElkObjectMinCardinality - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an minimum cardinality restriction in the OWL 2 specification in the case the qualified class expression is not specified.
ElkObjectMinCardinalityQualified - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an minimum cardinality restriction in the OWL 2 specification in the case the qualified class expression is specified.
ElkObjectOneOf - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Enumeration of Individuals in the OWL 2 specification.
ElkObjectProperty - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Object Property in the OWL 2 specification.
ElkObjectPropertyAssertionAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an positive object property assertion axiom in the OWL 2 specification.
ElkObjectPropertyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Object Property Axiom in the OWL 2 specification.
ElkObjectPropertyAxiomVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkObjectPropertyAxiom.
ElkObjectPropertyChain - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an object property chains in the OWL 2 specification.
ElkObjectPropertyDomainAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Object Property Domain in the OWL 2 specification.
ElkObjectPropertyExpression - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Object Property Expression in the OWL 2 specification.
ElkObjectPropertyExpressionVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkObjectPropertyExpression.
ElkObjectPropertyRangeAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Object Property Range in the OWL 2 specification.
ElkObjectSomeValuesFrom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Existential Quantification Object Property Restriction in the OWL 2 specification.
ElkObjectUnionOf - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Union of Class Expressions in the OWL 2 specification.
ElkObjectVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkObject.
ElkPrefix - Class in org.semanticweb.elk.owl.iris
This class represents a prefix declaration.
ElkPrefix(String, ElkFullIri) - Constructor for class org.semanticweb.elk.owl.iris.ElkPrefix
 
ElkPrefixDeclarations - Interface in org.semanticweb.elk.owl.iris
 
ElkPrefixDeclarationsImpl - Class in org.semanticweb.elk.owl.iris
 
ElkPrefixDeclarationsImpl() - Constructor for class org.semanticweb.elk.owl.iris.ElkPrefixDeclarationsImpl
 
ElkPropertyAssertionAxiom<P,S,O> - Interface in org.semanticweb.elk.owl.interfaces
/** A generic interface for object and data property assertion axioms.
ElkPropertyAxiom<P> - Interface in org.semanticweb.elk.owl.interfaces
A generic interface for axioms with data properties or object properties.
ElkPropertyDomainAxiom<P,D> - Interface in org.semanticweb.elk.owl.interfaces
A generic interface for for object and data property domain axioms.
ElkPropertyRangeAxiom<P,R> - Interface in org.semanticweb.elk.owl.interfaces
A generic interface for for object and data property range axioms.
ElkPropertyRestriction<P> - Interface in org.semanticweb.elk.owl.interfaces
A generic interface for class expressions with data properties or object properties.
ElkPropertyRestrictionQualified<P,F> - Interface in org.semanticweb.elk.owl.interfaces
A generic interface for restrictions on properties with fillers (qualifiers).
ElkReflexiveObjectPropertyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Reflexive Object Property Axiom in the OWL 2 specification.
ElkRuntimeException - Exception in org.semanticweb.elk.owl.exceptions
The top level ELK runtime exception
ElkRuntimeException() - Constructor for exception org.semanticweb.elk.owl.exceptions.ElkRuntimeException
 
ElkRuntimeException(String) - Constructor for exception org.semanticweb.elk.owl.exceptions.ElkRuntimeException
 
ElkRuntimeException(String, Throwable) - Constructor for exception org.semanticweb.elk.owl.exceptions.ElkRuntimeException
 
ElkRuntimeException(Throwable) - Constructor for exception org.semanticweb.elk.owl.exceptions.ElkRuntimeException
 
ElkSameIndividualAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an individual equality axiom in the OWL 2 specification.
ElkSubAnnotationPropertyOfAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Annotation Subproperty Axiom in the OWL 2 specification.
ElkSubClassOfAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Subclass Axiom in the OWL 2 specification.
ElkSubDataPropertyOfAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Data Subproperty Axiom in the OWL 2 specification.
ElkSubObjectPropertyExpression - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an sub object property expressions in the OWL 2 specification.
ElkSubObjectPropertyExpressionVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
Visitor pattern interface for instances of ElkSubObjectPropertyExpression.
ElkSubObjectPropertyOfAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to an Object Subproperty Axiom in the OWL 2 specification.
ElkSWRLRule - Interface in org.semanticweb.elk.owl.interfaces
A dummy interface for SWRL rules.
ElkSWRLRuleVisitor<O> - Interface in org.semanticweb.elk.owl.visitors
 
ElkSymmetricObjectPropertyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Symmetric Object Property Axiom in the OWL 2 specification.
ElkTransitiveObjectPropertyAxiom - Interface in org.semanticweb.elk.owl.interfaces
Corresponds to a Transitive Object Property Axiom in the OWL 2 specification.
equals(Object) - Method in class org.semanticweb.elk.owl.iris.ElkIri
 

G

get() - Method in enum org.semanticweb.elk.owl.predefined.PredefinedElkIri
 
get() - Method in enum org.semanticweb.elk.owl.predefined.PredefinedElkPrefix
 
getAnnotation(ElkAnnotationProperty, ElkAnnotationValue) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkAnnotation
getAnnotationAssertionAxiom(ElkAnnotationProperty, ElkAnnotationSubject, ElkAnnotationValue) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkAnnotationAssertionAxiom
getAnnotationProperty(ElkIri) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkAnnotationProperty.
getAnnotationPropertyDomainAxiom(ElkAnnotationProperty, ElkIri) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkAnnotationPropertyDomainAxiom
getAnnotationPropertyRangeAxiom(ElkAnnotationProperty, ElkIri) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkAnnotationPropertyRangeAxiom
getAnonymousIndividual(String) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkAnonymousIndividual.
getAsymmetricObjectPropertyAxiom(ElkObjectPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkAsymmetricObjectPropertyAxiom.
getCardinality() - Method in interface org.semanticweb.elk.owl.interfaces.ElkCardinalityRestriction
 
getClass(ElkIri) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkClass.
getClassAssertionAxiom(ElkClassExpression, ElkIndividual) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkClassAssertionAxiom.
getClassExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkClassAssertionAxiom
Get the class expression that this axiom refers to.
getClassExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkHasKeyAxiom
 
getClassExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectComplementOf
Get the class expression that this expression refers to.
getClassExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDisjointClassesAxiom
Get the list of disjoint class expressions that this axiom refers to.
getClassExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDisjointUnionAxiom
Get the list of disjoint class expressions that this axiom refers to.
getClassExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkEquivalentClassesAxiom
Get the list of equivalent class expressions that this axiom refers to.
getClassExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectIntersectionOf
Get the list of class expressions that this expression refers to.
getClassExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectUnionOf
Get the list of class expressions that this expression refers to.
getConstrainingFacet() - Method in interface org.semanticweb.elk.owl.interfaces.ElkFacetRestriction
Get the IRI of the constraining facet.
getDataAllValuesFrom(ElkDataRange, ElkDataPropertyExpression, ElkDataPropertyExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataAllValuesFrom.
getDataAllValuesFrom(ElkDataRange, List<? extends ElkDataPropertyExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataAllValuesFrom.
getDataComplementOf(ElkDataRange) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataComplementOf.
getDataExactCardinality(ElkDataPropertyExpression, int) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataExactCardinality.
getDataExactCardinalityQualified(ElkDataPropertyExpression, int, ElkDataRange) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataExactCardinalityQualified.
getDataHasValue(ElkDataPropertyExpression, ElkLiteral) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataHasValue.
getDataIntersectionOf(ElkDataRange, ElkDataRange, ElkDataRange...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataIntersectionOf.
getDataIntersectionOf(List<? extends ElkDataRange>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataIntersectionOf.
getDataMaxCardinality(ElkDataPropertyExpression, int) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataMaxCardinality.
getDataMaxCardinalityQualified(ElkDataPropertyExpression, int, ElkDataRange) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataMaxCardinalityQualified.
getDataMinCardinality(ElkDataPropertyExpression, int) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataMinCardinality.
getDataMinCardinalityQualified(ElkDataPropertyExpression, int, ElkDataRange) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataMinCardinalityQualified.
getDataOneOf(ElkLiteral, ElkLiteral...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataOneOf.
getDataOneOf(List<? extends ElkLiteral>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataOneOf.
getDataProperty(ElkIri) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataProperty.
getDataPropertyAssertionAxiom(ElkDataPropertyExpression, ElkIndividual, ElkLiteral) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataPropertyAssertionAxiom.
getDataPropertyDomainAxiom(ElkDataPropertyExpression, ElkClassExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataPropertyDomainAxiom.
getDataPropertyExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDataPropertyListRestrictionQualified
 
getDataPropertyExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDisjointDataPropertiesAxiom
Get the list of disjoint data property expressions that this axiom refers to.
getDataPropertyExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkEquivalentDataPropertiesAxiom
Get the list of equivalent data property expressions that this axiom refers to.
getDataPropertyExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkHasKeyAxiom
 
getDataPropertyRangeAxiom(ElkDataPropertyExpression, ElkDataRange) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataPropertyRangeAxiom.
getDataRange() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDataComplementOf
Get the data range that this expression refers to.
getDataRange() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDataPropertyListRestrictionQualified
 
getDataRange() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDatatypeDefinitionAxiom
 
getDataRanges() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDataIntersectionOf
Get the list of data ranges that this expression refers to.
getDataRanges() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDataUnionOf
Get the list of data ranges that this expression refers to.
getDataSomeValuesFrom(ElkDataRange, ElkDataPropertyExpression, ElkDataPropertyExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataSomeValuesFrom
getDataSomeValuesFrom(ElkDataRange, List<? extends ElkDataPropertyExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataSomeValuesFrom
getDatatype() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDatatypeDefinitionAxiom
 
getDatatype() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDatatypeRestriction
Get the main datatype of this datatype restriction.
getDatatype() - Method in interface org.semanticweb.elk.owl.interfaces.ElkLiteral
Get the datatype of this literal.
getDatatype(ElkIri) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDatatype.
getDatatypeDefinitionAxiom(ElkDatatype, ElkDataRange) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDatatypeDefinitionAxiom
getDatatypeRdfPlainLiteral() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create the ElkDatatype for rdf:PlainLiteral}.
getDatatypeRestriction(ElkDatatype, List<ElkFacetRestriction>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDatatypeRestriction.
getDataUnionOf(ElkDataRange, ElkDataRange, ElkDataRange...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataUnionOf.
getDataUnionOf(List<? extends ElkDataRange>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDataUnionOf.
getDeclarationAxiom(ElkEntity) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDeclarationAxiom.
getDefinedClass() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDisjointUnionAxiom
Get the class that is defined to be a disjoint union.
getDifferentIndividualsAxiom(ElkIndividual, ElkIndividual, ElkIndividual...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDifferentIndividualsAxiom.
getDifferentIndividualsAxiom(List<? extends ElkIndividual>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDifferentIndividualsAxiom.
getDisjointClassesAxiom(ElkClassExpression, ElkClassExpression, ElkClassExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDisjointClassesAxiom.
getDisjointClassesAxiom(List<? extends ElkClassExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDisjointClassesAxiom.
getDisjointDataPropertiesAxiom(ElkDataPropertyExpression, ElkDataPropertyExpression, ElkDataPropertyExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDisjointDataPropertiesAxiom.
getDisjointDataPropertiesAxiom(List<? extends ElkDataPropertyExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDisjointDataPropertiesAxiom.
getDisjointObjectPropertiesAxiom(ElkObjectPropertyExpression, ElkObjectPropertyExpression, ElkObjectPropertyExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDisjointObjectPropertiesAxiom.
getDisjointObjectPropertiesAxiom(List<? extends ElkObjectPropertyExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDisjointObjectPropertiesAxiom.
getDisjointUnionAxiom(ElkClass, ElkClassExpression, ElkClassExpression, ElkClassExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDisjointUnionAxiom.
getDisjointUnionAxiom(ElkClass, List<? extends ElkClassExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkDisjointUnionAxiom.
getDomain() - Method in interface org.semanticweb.elk.owl.interfaces.ElkPropertyDomainAxiom
Get the domain of this axiom.
getEntity() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDeclarationAxiom
Get the entity that this declaration axioms refers to.
getEquivalentClassesAxiom(ElkClassExpression, ElkClassExpression, ElkClassExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkEquivalentClassesAxiom.
getEquivalentClassesAxiom(List<? extends ElkClassExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkEquivalentClassesAxiom.
getEquivalentDataPropertiesAxiom(ElkDataPropertyExpression, ElkDataPropertyExpression, ElkDataPropertyExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkEquivalentDataPropertiesAxiom.
getEquivalentDataPropertiesAxiom(List<? extends ElkDataPropertyExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkEquivalentDataPropertiesAxiom.
getEquivalentObjectPropertiesAxiom(ElkObjectPropertyExpression, ElkObjectPropertyExpression, ElkObjectPropertyExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkEquivalentObjectPropertiesAxiom.
getEquivalentObjectPropertiesAxiom(List<? extends ElkObjectPropertyExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkEquivalentObjectPropertiesAxiom.
getFacetRestriction(ElkIri, ElkLiteral) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkFacetRestriction
getFacetRestrictions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDatatypeRestriction
Get the facet restrictions of this datatype restriction.
getFiller() - Method in interface org.semanticweb.elk.owl.interfaces.ElkPropertyRestrictionQualified
Get the filler of this restriction.
getFirstObjectPropertyExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkInverseObjectPropertiesAxiom
Get the first object property that this axiom refers to.
getFullIriAsString() - Method in class org.semanticweb.elk.owl.iris.ElkAbbreviatedIri
 
getFullIriAsString() - Method in class org.semanticweb.elk.owl.iris.ElkFullIri
 
getFullIriAsString() - Method in class org.semanticweb.elk.owl.iris.ElkIri
 
getFunctionalDataPropertyAxiom(ElkDataPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkFunctionalDataPropertyAxiom.
getFunctionalObjectPropertyAxiom(ElkObjectPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkFunctionalObjectPropertyAxiom.
getHasKeyAxiom(ElkClassExpression, Set<ElkObjectPropertyExpression>, Set<ElkDataPropertyExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkHasKeyAxiom
getIndividual() - Method in interface org.semanticweb.elk.owl.interfaces.ElkClassAssertionAxiom
Get the individual that this axiom refers to.
getIndividuals() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDifferentIndividualsAxiom
Get the list of individuals that this axiom refers to.
getIndividuals() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectOneOf
Get the list of individuals that this expression refers to.
getIndividuals() - Method in interface org.semanticweb.elk.owl.interfaces.ElkSameIndividualAxiom
Get the list of individuals that this axiom refers to.
getInverseFunctionalObjectPropertyAxiom(ElkObjectPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkInverseFunctionalObjectPropertyAxiom.
getInverseObjectPropertiesAxiom(ElkObjectPropertyExpression, ElkObjectPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkInverseObjectPropertiesAxiom.
getIri() - Method in interface org.semanticweb.elk.owl.interfaces.ElkEntity
 
getIri() - Method in class org.semanticweb.elk.owl.iris.ElkPrefix
 
getIri() - Method in enum org.semanticweb.elk.owl.predefined.PredefinedElkClass
 
getIrreflexiveObjectPropertyAxiom(ElkObjectPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkIrreflexiveObjectPropertyAxiom.
getLexicalForm() - Method in interface org.semanticweb.elk.owl.interfaces.ElkLiteral
Get the lexical form of this literal.
getLiteral(String, ElkDatatype) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkLiteral.
getLiterals() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDataOneOf
Get the list of literals that this expression refers to.
getLocalName() - Method in class org.semanticweb.elk.owl.iris.ElkAbbreviatedIri
 
getName() - Method in class org.semanticweb.elk.owl.iris.ElkPrefix
 
getName(ElkObject) - Static method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
Returns the standard OWL2 name of the given ELK object.
getNamedIndividual(ElkIri) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkNamedIndividual.
getNegativeDataPropertyAssertionAxiom(ElkDataPropertyExpression, ElkIndividual, ElkLiteral) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkNegativeDataPropertyAssertionAxiom.
getNegativeObjectPropertyAssertionAxiom(ElkObjectPropertyExpression, ElkIndividual, ElkIndividual) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkNegativeObjectPropertyAssertionAxiom.
getNodeId() - Method in interface org.semanticweb.elk.owl.interfaces.ElkAnonymousIndividual
Get the nodeID of this anonymous individual.
getObject() - Method in interface org.semanticweb.elk.owl.interfaces.ElkPropertyAssertionAxiom
Get the object of this restriction.
getObjectAllValuesFrom(ElkObjectPropertyExpression, ElkClassExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectAllValuesFrom.
getObjectComplementOf(ElkClassExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectComplementOf.
getObjectExactCardinality(ElkObjectPropertyExpression, int) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectExactCardinality.
getObjectExactCardinalityQualified(ElkObjectPropertyExpression, int, ElkClassExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectExactCardinalityQualified.
getObjectHasSelf(ElkObjectPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectHasSelf.
getObjectHasValue(ElkObjectPropertyExpression, ElkIndividual) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectHasValue.
getObjectIntersectionOf(ElkClassExpression, ElkClassExpression, ElkClassExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectIntersectionOf.
getObjectIntersectionOf(List<? extends ElkClassExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectIntersectionOf.
getObjectInverseOf(ElkObjectProperty) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectInverseOf.
getObjectMaxCardinality(ElkObjectPropertyExpression, int) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectMaxCardinality.
getObjectMaxCardinalityQualified(ElkObjectPropertyExpression, int, ElkClassExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectMaxCardinalityQualified.
getObjectMinCardinality(ElkObjectPropertyExpression, int) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectMinCardinality.
getObjectMinCardinalityQualified(ElkObjectPropertyExpression, int, ElkClassExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectMinCardinalityQualified.
getObjectOneOf(ElkIndividual, ElkIndividual...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectOneOf.
getObjectOneOf(List<? extends ElkIndividual>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectOneOf.
getObjectProperty(ElkIri) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectProperty.
getObjectProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectInverseOf
Get the object property expression that this expression refers to.
getObjectPropertyAssertionAxiom(ElkObjectPropertyExpression, ElkIndividual, ElkIndividual) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectPropertyAssertionAxiom.
getObjectPropertyChain(List<? extends ElkObjectPropertyExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectPropertyChain.
getObjectPropertyDomainAxiom(ElkObjectPropertyExpression, ElkClassExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectPropertyDomainAxiom.
getObjectPropertyExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkDisjointObjectPropertiesAxiom
Get the list of disjoint object property expressions that this axiom refers to.
getObjectPropertyExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkEquivalentObjectPropertiesAxiom
Get the list of equivalent object property expressions that this axiom refers to.
getObjectPropertyExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkHasKeyAxiom
 
getObjectPropertyExpressions() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectPropertyChain
Get the list of object property expressions that this expression refers to.
getObjectPropertyRangeAxiom(ElkObjectPropertyExpression, ElkClassExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectPropertyRangeAxiom.
getObjectSomeValuesFrom(ElkObjectPropertyExpression, ElkClassExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectSomeValuesFrom.
getObjectUnionOf(ElkClassExpression, ElkClassExpression, ElkClassExpression...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectUnionOf.
getObjectUnionOf(List<? extends ElkClassExpression>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkObjectUnionOf.
getOwlBottomDataProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create the ElkDataProperty representing owl:BottomDataProperty}.
getOwlBottomObjectProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create the ElkObjectProperty representing owl:BottomObjectProperty}.
getOwlNothing() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create the ElkClass representing owl:Nothing.
getOwlThing() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create the ElkClass representing owl:Thing.
getOwlTopDataProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create the ElkDataProperty representing owl:TopDataProperty.
getOwlTopObjectProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create the ElkObjectProperty representing owl:TopObjectProperty.
getPrefix() - Method in class org.semanticweb.elk.owl.iris.ElkAbbreviatedIri
 
getPrefix(String) - Method in interface org.semanticweb.elk.owl.iris.ElkPrefixDeclarations
 
getPrefix(String) - Method in class org.semanticweb.elk.owl.iris.ElkPrefixDeclarationsImpl
 
getProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkAnnotation
 
getProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkAnnotationAssertionAxiom
 
getProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkPropertyAxiom
Get the property of this axiom.
getProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkPropertyRestriction
Get the property of this restriction.
getRange() - Method in interface org.semanticweb.elk.owl.interfaces.ElkPropertyRangeAxiom
Get the range of this axiom.
getReflexiveObjectPropertyAxiom(ElkObjectPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkReflexiveObjectPropertyAxiom.
getRestrictionValue() - Method in interface org.semanticweb.elk.owl.interfaces.ElkFacetRestriction
Get the literal used as a restriction value.
getSameIndividualAxiom(ElkIndividual, ElkIndividual, ElkIndividual...) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkSameIndividualAxiom.
getSameIndividualAxiom(List<? extends ElkIndividual>) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkSameIndividualAxiom.
getSecondObjectPropertyExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkInverseObjectPropertiesAxiom
Get the second object property that this axiom refers to.
getSubAnnotationProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkSubAnnotationPropertyOfAxiom
Get the sub annotation property of this axiom.
getSubAnnotationPropertyOfAxiom(ElkAnnotationProperty, ElkAnnotationProperty) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkSubAnnotationPropertyOfAxiom
getSubClassExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkSubClassOfAxiom
Get the sub class expression of this axiom.
getSubClassOfAxiom(ElkClassExpression, ElkClassExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkSubClassOfAxiom.
getSubDataPropertyExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkSubDataPropertyOfAxiom
Get the sub data property expression of this axiom.
getSubDataPropertyOfAxiom(ElkDataPropertyExpression, ElkDataPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkSubDataPropertyOfAxiom.
getSubject() - Method in interface org.semanticweb.elk.owl.interfaces.ElkAnnotationAssertionAxiom
 
getSubject() - Method in interface org.semanticweb.elk.owl.interfaces.ElkPropertyAssertionAxiom
Get the subject of this restriction.
getSubObjectPropertyExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkSubObjectPropertyOfAxiom
Get the sub object property expression of this axiom.
getSubObjectPropertyOfAxiom(ElkSubObjectPropertyExpression, ElkObjectPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkSubObjectPropertyOfAxiom.
getSuperAnnotationProperty() - Method in interface org.semanticweb.elk.owl.interfaces.ElkSubAnnotationPropertyOfAxiom
Get the super annotation property of this axiom.
getSuperClassExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkSubClassOfAxiom
Get the super class expression of this axiom.
getSuperDataPropertyExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkSubDataPropertyOfAxiom
Get the super data property expression of this axiom.
getSuperObjectPropertyExpression() - Method in interface org.semanticweb.elk.owl.interfaces.ElkSubObjectPropertyOfAxiom
Get the super object property expression of this axiom.
getSWRLRule() - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
No arguments since we don't have a full representation of SWRL rules
getSymmetricObjectPropertyAxiom(ElkObjectPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkSymmetricObjectPropertyAxiom.
getTransitiveObjectPropertyAxiom(ElkObjectPropertyExpression) - Method in interface org.semanticweb.elk.owl.interfaces.ElkObjectFactory
Create an ElkTransitiveObjectPropertyAxiom.
getValue() - Method in interface org.semanticweb.elk.owl.interfaces.ElkAnnotation
 
getValue() - Method in interface org.semanticweb.elk.owl.interfaces.ElkAnnotationAssertionAxiom
 

H

hashCode - Variable in class org.semanticweb.elk.owl.iris.ElkIri
 
hashCode() - Method in class org.semanticweb.elk.owl.iris.ElkIri
 

I

iri - Variable in class org.semanticweb.elk.owl.iris.ElkFullIri
 
iri - Variable in class org.semanticweb.elk.owl.iris.ElkPrefix
 

L

localName - Variable in class org.semanticweb.elk.owl.iris.ElkAbbreviatedIri
 

N

name - Variable in class org.semanticweb.elk.owl.iris.ElkPrefix
 

O

org.semanticweb.elk.owl.exceptions - package org.semanticweb.elk.owl.exceptions
 
org.semanticweb.elk.owl.interfaces - package org.semanticweb.elk.owl.interfaces
 
org.semanticweb.elk.owl.iris - package org.semanticweb.elk.owl.iris
 
org.semanticweb.elk.owl.predefined - package org.semanticweb.elk.owl.predefined
 
org.semanticweb.elk.owl.printers - package org.semanticweb.elk.owl.printers
 
org.semanticweb.elk.owl.util - package org.semanticweb.elk.owl.util
 
org.semanticweb.elk.owl.visitors - package org.semanticweb.elk.owl.visitors
 
OwlFunctionalStylePrinter - Class in org.semanticweb.elk.owl.printers
Printing ELK Objects in OWL 2 functional style syntax.
OwlFunctionalStylePrinter() - Constructor for class org.semanticweb.elk.owl.printers.OwlFunctionalStylePrinter
 
OwlObjectNameVisitor - Class in org.semanticweb.elk.owl.util
Visitor for ElkObject that returns the standard OWL2 name of each constructor.
OwlObjectNameVisitor() - Constructor for class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 

P

PredefinedElkClass - Enum in org.semanticweb.elk.owl.predefined
Corresponds to predefined classes in the OWL 2 specification, such as owl:Thing and owl:Nothing.
PredefinedElkIri - Enum in org.semanticweb.elk.owl.predefined
 
PredefinedElkPrefix - Enum in org.semanticweb.elk.owl.predefined
 
prefix - Variable in class org.semanticweb.elk.owl.iris.ElkAbbreviatedIri
 
prefixLookup - Variable in class org.semanticweb.elk.owl.iris.ElkPrefixDeclarationsImpl
 
PrintingException - Exception in org.semanticweb.elk.owl.printers
 
PrintingException() - Constructor for exception org.semanticweb.elk.owl.printers.PrintingException
 
PrintingException(String) - Constructor for exception org.semanticweb.elk.owl.printers.PrintingException
 
PrintingException(String, Throwable) - Constructor for exception org.semanticweb.elk.owl.printers.PrintingException
 
PrintingException(Throwable) - Constructor for exception org.semanticweb.elk.owl.printers.PrintingException
 

T

toString() - Method in class org.semanticweb.elk.owl.iris.ElkAbbreviatedIri
 
toString() - Method in class org.semanticweb.elk.owl.iris.ElkFullIri
 
toString(ElkObject) - Static method in class org.semanticweb.elk.owl.printers.OwlFunctionalStylePrinter
Converting an ELK Object to string.
toString(ElkObject, boolean) - Static method in class org.semanticweb.elk.owl.printers.OwlFunctionalStylePrinter
 

V

valueOf(String) - Static method in enum org.semanticweb.elk.owl.predefined.PredefinedElkClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.semanticweb.elk.owl.predefined.PredefinedElkIri
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.semanticweb.elk.owl.predefined.PredefinedElkPrefix
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.semanticweb.elk.owl.predefined.PredefinedElkClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.semanticweb.elk.owl.predefined.PredefinedElkIri
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.semanticweb.elk.owl.predefined.PredefinedElkPrefix
Returns an array containing the constants of this enum type, in the order they are declared.
visit(ElkDeclarationAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDisjointClassesAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDisjointUnionAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkEquivalentClassesAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkSubClassOfAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkAsymmetricObjectPropertyAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDisjointObjectPropertiesAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkEquivalentObjectPropertiesAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkInverseFunctionalObjectPropertyAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkInverseObjectPropertiesAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkIrreflexiveObjectPropertyAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectPropertyDomainAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectPropertyRangeAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkReflexiveObjectPropertyAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkSubObjectPropertyOfAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkSymmetricObjectPropertyAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkTransitiveObjectPropertyAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataPropertyDomainAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataPropertyRangeAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDisjointDataPropertiesAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkEquivalentDataPropertiesAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkFunctionalDataPropertyAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkSubDataPropertyOfAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDatatypeDefinitionAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkHasKeyAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkClassAssertionAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataPropertyAssertionAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDifferentIndividualsAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkNegativeDataPropertyAssertionAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkNegativeObjectPropertyAssertionAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectPropertyAssertionAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkSameIndividualAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkSubAnnotationPropertyOfAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkAnnotationPropertyDomainAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkAnnotationPropertyRangeAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkAnnotationAssertionAxiom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkClass) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectAllValuesFrom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectComplementOf) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectExactCardinality) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectExactCardinalityQualified) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectHasSelf) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectHasValue) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectIntersectionOf) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectMaxCardinality) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectMaxCardinalityQualified) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectMinCardinality) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectMinCardinalityQualified) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectOneOf) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectSomeValuesFrom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectUnionOf) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataHasValue) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataMaxCardinality) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataMaxCardinalityQualified) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataMinCardinality) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataMinCardinalityQualified) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataExactCardinality) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataExactCardinalityQualified) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataSomeValuesFrom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataAllValuesFrom) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectProperty) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectInverseOf) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkObjectPropertyChain) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataProperty) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkAnonymousIndividual) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkNamedIndividual) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataComplementOf) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataIntersectionOf) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataOneOf) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDatatypeRestriction) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDataUnionOf) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkAnnotation) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkAnnotationProperty) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkIri) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkFacetRestriction) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkDatatype) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkLiteral) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkSWRLRule) - Method in class org.semanticweb.elk.owl.util.OwlObjectNameVisitor
 
visit(ElkAnnotationProperty) - Method in class org.semanticweb.elk.owl.visitors.AbstractElkEntityVisitor
 
visit(ElkClass) - Method in class org.semanticweb.elk.owl.visitors.AbstractElkEntityVisitor
 
visit(ElkDataProperty) - Method in class org.semanticweb.elk.owl.visitors.AbstractElkEntityVisitor
 
visit(ElkDatatype) - Method in class org.semanticweb.elk.owl.visitors.AbstractElkEntityVisitor
 
visit(ElkNamedIndividual) - Method in class org.semanticweb.elk.owl.visitors.AbstractElkEntityVisitor
 
visit(ElkObjectProperty) - Method in class org.semanticweb.elk.owl.visitors.AbstractElkEntityVisitor
 
visit(ElkSubAnnotationPropertyOfAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAnnotationAxiomVisitor
 
visit(ElkAnnotationPropertyDomainAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAnnotationAxiomVisitor
 
visit(ElkAnnotationPropertyRangeAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAnnotationAxiomVisitor
 
visit(ElkAnnotationAssertionAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAnnotationAxiomVisitor
 
visit(ElkIri) - Method in interface org.semanticweb.elk.owl.visitors.ElkAnnotationSubjectVisitor
 
visit(ElkAnonymousIndividual) - Method in interface org.semanticweb.elk.owl.visitors.ElkAnnotationSubjectVisitor
 
visit(ElkIri) - Method in interface org.semanticweb.elk.owl.visitors.ElkAnnotationValueVisitor
 
visit(ElkLiteral) - Method in interface org.semanticweb.elk.owl.visitors.ElkAnnotationValueVisitor
 
visit(ElkAnonymousIndividual) - Method in interface org.semanticweb.elk.owl.visitors.ElkAnnotationValueVisitor
 
visit(ElkAnnotation) - Method in interface org.semanticweb.elk.owl.visitors.ElkAnnotationVisitor
 
visit(ElkClassAssertionAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAssertionAxiomVisitor
 
visit(ElkDataPropertyAssertionAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAssertionAxiomVisitor
 
visit(ElkDifferentIndividualsAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAssertionAxiomVisitor
 
visit(ElkNegativeDataPropertyAssertionAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAssertionAxiomVisitor
 
visit(ElkNegativeObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAssertionAxiomVisitor
 
visit(ElkObjectPropertyAssertionAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAssertionAxiomVisitor
 
visit(ElkSameIndividualAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAssertionAxiomVisitor
 
visit(ElkAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkAxiomProcessor
 
visit(ElkDisjointClassesAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassAxiomVisitor
 
visit(ElkDisjointUnionAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassAxiomVisitor
 
visit(ElkEquivalentClassesAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassAxiomVisitor
 
visit(ElkSubClassOfAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassAxiomVisitor
 
visit(ElkClass) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkDataAllValuesFrom) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkDataExactCardinality) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkDataExactCardinalityQualified) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkDataHasValue) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkDataMaxCardinality) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkDataMaxCardinalityQualified) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkDataMinCardinality) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkDataMinCardinalityQualified) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkDataSomeValuesFrom) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectAllValuesFrom) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectComplementOf) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectExactCardinality) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectExactCardinalityQualified) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectHasSelf) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectHasValue) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectIntersectionOf) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectMaxCardinality) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectMaxCardinalityQualified) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectMinCardinality) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectMinCardinalityQualified) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectOneOf) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectSomeValuesFrom) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkObjectUnionOf) - Method in interface org.semanticweb.elk.owl.visitors.ElkClassExpressionVisitor
 
visit(ElkDataPropertyDomainAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataPropertyAxiomVisitor
 
visit(ElkDataPropertyRangeAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataPropertyAxiomVisitor
 
visit(ElkDisjointDataPropertiesAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataPropertyAxiomVisitor
 
visit(ElkEquivalentDataPropertiesAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataPropertyAxiomVisitor
 
visit(ElkFunctionalDataPropertyAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataPropertyAxiomVisitor
 
visit(ElkSubDataPropertyOfAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataPropertyAxiomVisitor
 
visit(ElkDataProperty) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataPropertyExpressionVisitor
 
visit(ElkDataComplementOf) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataRangeVisitor
 
visit(ElkDataIntersectionOf) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataRangeVisitor
 
visit(ElkDataOneOf) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataRangeVisitor
 
visit(ElkDatatype) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataRangeVisitor
 
visit(ElkDatatypeRestriction) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataRangeVisitor
 
visit(ElkDataUnionOf) - Method in interface org.semanticweb.elk.owl.visitors.ElkDataRangeVisitor
 
visit(ElkDatatypeDefinitionAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkDatatypeDefinitionVisitor
 
visit(ElkDeclarationAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkDeclarationAxiomVisitor
 
visit(ElkAnnotationProperty) - Method in interface org.semanticweb.elk.owl.visitors.ElkEntityVisitor
 
visit(ElkClass) - Method in interface org.semanticweb.elk.owl.visitors.ElkEntityVisitor
 
visit(ElkDataProperty) - Method in interface org.semanticweb.elk.owl.visitors.ElkEntityVisitor
 
visit(ElkDatatype) - Method in interface org.semanticweb.elk.owl.visitors.ElkEntityVisitor
 
visit(ElkNamedIndividual) - Method in interface org.semanticweb.elk.owl.visitors.ElkEntityVisitor
 
visit(ElkObjectProperty) - Method in interface org.semanticweb.elk.owl.visitors.ElkEntityVisitor
 
visit(ElkFacetRestriction) - Method in interface org.semanticweb.elk.owl.visitors.ElkFacetRestrictionVisitor
 
visit(ElkHasKeyAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkHasKeyAxiomVisitor
 
visit(ElkAnonymousIndividual) - Method in interface org.semanticweb.elk.owl.visitors.ElkIndividualVisitor
 
visit(ElkNamedIndividual) - Method in interface org.semanticweb.elk.owl.visitors.ElkIndividualVisitor
 
visit(ElkLiteral) - Method in interface org.semanticweb.elk.owl.visitors.ElkLiteralVisitor
 
visit(ElkAsymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkDisjointObjectPropertiesAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkEquivalentObjectPropertiesAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkInverseFunctionalObjectPropertyAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkInverseObjectPropertiesAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkIrreflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkObjectPropertyDomainAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkObjectPropertyRangeAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkReflexiveObjectPropertyAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkSubObjectPropertyOfAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkSymmetricObjectPropertyAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkTransitiveObjectPropertyAxiom) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyAxiomVisitor
 
visit(ElkObjectInverseOf) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyExpressionVisitor
 
visit(ElkObjectProperty) - Method in interface org.semanticweb.elk.owl.visitors.ElkObjectPropertyExpressionVisitor
 
visit(ElkObjectPropertyChain) - Method in interface org.semanticweb.elk.owl.visitors.ElkSubObjectPropertyExpressionVisitor
 
visit(ElkSWRLRule) - Method in interface org.semanticweb.elk.owl.visitors.ElkSWRLRuleVisitor
 

A C E G H I L N O P T V

Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.