Package org.semanticweb.owlapi.owllink.builtin.requests

Interface Summary
RequestVisitor Visitor interface for requests.
 

Class Summary
AbstractGetDisjointProperties<R extends KBResponse,P extends OWLPropertyExpression> Author: Olaf Noppens Date: 24.10.2009
AbstractKBRequest<R extends KBResponse> Author: Olaf Noppens Date: 23.10.2009
AbstractKBRequestWithIndividualProperty<R extends KBResponse,P extends OWLPropertyExpression> Author: Olaf Noppens Date: 24.10.2009
AbstractKBRequestWithOneObject<R extends KBResponse,O> Author: Olaf Noppens Date: 23.10.2009
AbstractKBRequestWithOneObjectAndBooleanValue<R extends KBResponse,O> Author: Olaf Noppens Date: 24.10.2009
AbstractKBRequestWithOneObjectAndNegativeAttribute<R extends KBResponse,O extends OWLObject> Created by IntelliJ IDEA.
AbstractKBRequestWithTwoObjects<R extends KBResponse,O> Author: Olaf Noppens Date: 23.10.2009
AbstractKBRequestWithTwoOrMoreObjects<R extends KBResponse,O> Author: Olaf Noppens Date: 23.10.2009
Classify Represents a Classify request in the OWLlink specification.
CreateKB Represents a CreateKB request in the OWLlink specification.
GetAllAnnotationProperties Represents a GetAllAnnotationProperties request in the OWLlink specification.
GetAllClasses Represents a GetAllClasses request in the OWLlink specification.
GetAllDataProperties Represents a GetAllDataProperties request in the OWLlink specification.
GetAllDatatypes Represents a GetAllDatatypes request in the OWLlink specification.
GetAllIndividuals Represents a GetAllIndividuals request in the OWLlink specification.
GetAllObjectProperties Represents a GetAllObjectProperties request in the OWLlink specification.
GetDataPropertiesBetween Represents a GetDataPropertiesBetween request in the OWLlink specification.
GetDataPropertiesOfLiteral Represents a GetDataPropertiesOfLiteral request in the OWLlink specification.
GetDataPropertiesOfSource Represents a GetDataPropertiesOfSource request in the OWLlink specification.
GetDataPropertySources Represents a GetDataPropertySources request in the OWLlink specification.
GetDataPropertyTargets Represents a GetDataPropertyTargets request in the OWLlink specification. * Author: Olaf Noppens Date: 23.10.2009
GetDescription Represents a GetDescription request in the OWLlink specification.
GetDifferentIndividuals Author: Olaf Noppens Date: 23.10.2009
GetDisjointClasses Represents a GetDisjointClasses request in the OWLlink specification.
GetDisjointDataProperties Represents a GetDisjointDataProperties request in the OWLlink specification.
GetDisjointObjectProperties Represents a GetDisjointObjectProperties request in the OWLlink specification.
GetEquivalentClasses Represents a GetEquivalentClasses request in the OWLlink specification.
GetEquivalentDataProperties Represents a GetEquivalentDataProperties request in the OWLlink specification.
GetEquivalentObjectProperties Represents a GetEquivalentObjectProperties request in the OWLlink specification.
GetFlattenedDataPropertySources Represents a GetFlattenedDataPropertySources request in the OWLlink specification.
GetFlattenedDifferentIndividuals Represents a GetFlattenedDifferentIndividuals request in the OWLlink specification.
GetFlattenedInstances Represents a GetFlattenedInstances request in the OWLlink specification.
GetFlattenedObjectPropertySources Represents a GetFlattenedObjectPropertySources request in the OWLlink specification.
GetFlattenedObjectPropertyTargets Represents a GetFlattenedObjectPropertyTargets request in the OWLlink specification.
GetFlattenedTypes Represents a GetFlattenedTypes request in the OWLlink specification.
GetInstances Represents a GetInstances request in the OWLlink specification.
GetKBLanguage Represents a GetKBLanguage request in the OWLlink specification.
GetObjectPropertiesBetween Represents a GetObjectPropertiesBetween request in the OWLlink specification.
GetObjectPropertiesOfSource Represents a GetObjectPropertiesOfSource request in the OWLlink specification.
GetObjectPropertiesOfTarget Represents a GetObjectPropertiesOfTarget request in the OWLlink specification.
GetObjectPropertySources Represents a GetObjectPropertySources request in the OWLlink specification.
GetObjectPropertyTargets Represents a GetObjectPropertyTargets request in the OWLlink specification.
GetPrefixes Represents a GetPrefixes request in the OWLlink specification.
GetSameIndividuals Represents a GetSameIndividuals request in the OWLlink specification.
GetSettings Represents a GetSettings request in the OWLlink specification.
GetSubClasses Represents a GetSubClasses request in the OWLlink specification.
GetSubClassHierarchy Represents a GetSubClassHierarchy request in the OWLlink specification.
GetSubDataProperties Represents a GetSubDataProperties request in the OWLlink specification.
GetSubDataPropertyHierarchy Represents a GetSubDataPropertyHierarchy request in the OWLlink specification.
GetSubObjectProperties Represents a GetSubObjectProperties request in the OWLlink specification.
GetSubObjectPropertyHierarchy Represents a GetSubObjectPropertyHierarchy request in the OWLlink specification.
GetSuperClasses Represents a GetSuperClasses request in the OWLlink specification.
GetSuperDataProperties Represents a GetSuperDataProperties request in the OWLlink specification.
GetSuperObjectProperties Represents a GetSuperObjectProperties request in the OWLlink specification.
GetTypes Represents a GetTypes request in the OWLlink specification.
IRIMapping Represents an IRIMapping in the OWLlink specification.
IsClassSatisfiable Represents a isClassSatisfiable request in the OWLlink specification.
IsDataPropertySatisfiable Represents a IsDataPropertySatisfiable request in the OWLlink specification.
IsEntailed Represents a IsEntailed request in the OWLlink specification.
IsEntailedDirect Represents a IsEntailedDirect request in the OWLlink specification.
IsKBConsistentlyDeclared Represents a IsKBConsistentlyDeclared request in the OWLlink specification.
IsKBSatisfiable Represents a IsKBSatisfiable request in the OWLlink specification.
IsObjectPropertySatisfiable Represents a IsObjectPropertySatisfiable request in the OWLlink specification.
LoadOntologies Represents a LoadOntologies request in the OWLlink specification.
Realize Represents a Realize request in the OWLlink specification.
ReleaseKB Represents a ReleaseKB request in the OWLlink specification.
Set Represents a Set request in the OWLlink specification.
Tell Represents a Tell request in the OWLlink specification.