Class DataPropertyCharacteristicAxiomImpl
java.lang.Object
com.github.owlcs.ontapi.owlapi.OWLObjectImpl
com.github.owlcs.ontapi.owlapi.axioms.AxiomImpl
com.github.owlcs.ontapi.owlapi.axioms.LogicalAxiomImpl
com.github.owlcs.ontapi.owlapi.axioms.PropertyAxiomImpl
com.github.owlcs.ontapi.owlapi.axioms.DataPropertyCharacteristicAxiomImpl
- All Implemented Interfaces:
Serializable,Comparable<org.semanticweb.owlapi.model.OWLObject>,org.semanticweb.owlapi.model.HasAnnotationPropertiesInSignature,org.semanticweb.owlapi.model.HasAnnotations,org.semanticweb.owlapi.model.HasAnonymousIndividuals,org.semanticweb.owlapi.model.HasClassesInSignature,org.semanticweb.owlapi.model.HasComponents,org.semanticweb.owlapi.model.HasContainsEntityInSignature,org.semanticweb.owlapi.model.HasDataPropertiesInSignature,org.semanticweb.owlapi.model.HasDatatypesInSignature,org.semanticweb.owlapi.model.HasHashIndex,org.semanticweb.owlapi.model.HasIndex,org.semanticweb.owlapi.model.HasIndividualsInSignature,org.semanticweb.owlapi.model.HasObjectPropertiesInSignature,org.semanticweb.owlapi.model.HasProperty<org.semanticweb.owlapi.model.OWLDataPropertyExpression>,org.semanticweb.owlapi.model.HasSignature,org.semanticweb.owlapi.model.IsAnonymous,org.semanticweb.owlapi.model.OWLAxiom,org.semanticweb.owlapi.model.OWLDataPropertyAxiom,org.semanticweb.owlapi.model.OWLDataPropertyCharacteristicAxiom,org.semanticweb.owlapi.model.OWLLogicalAxiom,org.semanticweb.owlapi.model.OWLObject,org.semanticweb.owlapi.model.OWLPropertyAxiom,org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom<org.semanticweb.owlapi.model.OWLDataPropertyExpression>
- Direct Known Subclasses:
FunctionalDataPropertyAxiomImpl
public abstract class DataPropertyCharacteristicAxiomImpl
extends PropertyAxiomImpl
implements org.semanticweb.owlapi.model.OWLDataPropertyCharacteristicAxiom
- See Also:
-
Field Summary
Fields inherited from class com.github.owlcs.ontapi.owlapi.axioms.AxiomImpl
annotationsFields inherited from class com.github.owlcs.ontapi.owlapi.OWLObjectImpl
DEFAULT_COMPARATOR, hashCode, NO_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionDataPropertyCharacteristicAxiomImpl(org.semanticweb.owlapi.model.OWLDataPropertyExpression property, Collection<org.semanticweb.owlapi.model.OWLAnnotation> annotations) -
Method Summary
Modifier and TypeMethodDescriptionorg.semanticweb.owlapi.model.OWLDataPropertyExpressionMethods inherited from class com.github.owlcs.ontapi.owlapi.axioms.AxiomImpl
annotations, annotationsAsList, getNNF, isAnnotatedMethods inherited from class com.github.owlcs.ontapi.owlapi.OWLObjectImpl
annotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareIterators, compareTo, containsEntityInSignature, createSet, createSet, createSortedSet, createSortedSet, dataPropertiesInSignature, datatypesInSignature, equalIterators, equals, equalStreams, forOutput, getAnnotationPropertiesInSignature, getAnnotationPropertySet, getAnonymousIndividuals, getAnonymousIndividualSet, getClassesInSignature, getClassExpressionSet, getDataPropertiesInSignature, getDataPropertySet, getDatatypeSet, getDatatypesInSignature, getIndividualsInSignature, getNamedClassSet, getNamedIndividualSet, getNestedClassExpressions, getObjectPropertiesInSignature, getObjectPropertySet, getSignature, getSignatureSet, hashCode, individualsInSignature, mergeAnnotations, nestedClassExpressions, notSame, objectPropertiesInSignature, prepareAnnotations, signature, toContentList, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.semanticweb.owlapi.model.HasAnnotationPropertiesInSignature
annotationPropertiesInSignature, getAnnotationPropertiesInSignatureMethods inherited from interface org.semanticweb.owlapi.model.HasAnnotations
annotations, annotations, annotations, annotationsAsList, getAnnotations, getAnnotationsMethods inherited from interface org.semanticweb.owlapi.model.HasAnonymousIndividuals
anonymousIndividuals, getAnonymousIndividualsMethods inherited from interface org.semanticweb.owlapi.model.HasClassesInSignature
classesInSignature, getClassesInSignatureMethods inherited from interface org.semanticweb.owlapi.model.HasContainsEntityInSignature
containsEntityInSignatureMethods inherited from interface org.semanticweb.owlapi.model.HasDataPropertiesInSignature
dataPropertiesInSignature, getDataPropertiesInSignatureMethods inherited from interface org.semanticweb.owlapi.model.HasDatatypesInSignature
datatypesInSignature, getDatatypesInSignatureMethods inherited from interface org.semanticweb.owlapi.model.HasHashIndex
hashIndexMethods inherited from interface org.semanticweb.owlapi.model.HasIndividualsInSignature
getIndividualsInSignature, individualsInSignatureMethods inherited from interface org.semanticweb.owlapi.model.HasObjectPropertiesInSignature
getObjectPropertiesInSignature, objectPropertiesInSignatureMethods inherited from interface org.semanticweb.owlapi.model.HasSignature
getSignature, signature, unsortedSignatureMethods inherited from interface org.semanticweb.owlapi.model.IsAnonymous
isAnonymous, isNamedMethods inherited from interface org.semanticweb.owlapi.model.OWLAxiom
accept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAxiomType, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isAxiom, isIndividual, isOfType, isOfType, isOfType, typeIndexMethods inherited from interface org.semanticweb.owlapi.model.OWLLogicalAxiom
isLogicalAxiomMethods inherited from interface org.semanticweb.owlapi.model.OWLObject
accept, accept, getNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isBottomEntity, isIRI, isOntology, isTopEntity, nestedClassExpressionsMethods inherited from interface org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom
components, componentsAnnotationsFirst, componentsWithoutAnnotations, initHashCode
-
Constructor Details
-
DataPropertyCharacteristicAxiomImpl
public DataPropertyCharacteristicAxiomImpl(org.semanticweb.owlapi.model.OWLDataPropertyExpression property, Collection<org.semanticweb.owlapi.model.OWLAnnotation> annotations) - Parameters:
property-OWLDataPropertyExpression, the propertyannotations- aCollectionof annotations on the axiom
-
-
Method Details
-
getProperty
public org.semanticweb.owlapi.model.OWLDataPropertyExpression getProperty()- Specified by:
getPropertyin interfaceorg.semanticweb.owlapi.model.HasProperty<org.semanticweb.owlapi.model.OWLDataPropertyExpression>
-