public class OWLDatatypeDefinitionAxiomImpl extends OWLAxiomImpl implements OWLDatatypeDefinitionAxiom
| Constructor and Description |
|---|
OWLDatatypeDefinitionAxiomImpl(OWLDatatype datatype,
OWLDataRange dataRange,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
<T extends OWLAxiom> |
getAnnotatedAxiom(java.util.stream.Stream<OWLAnnotation> anns) |
OWLAxiom |
getAxiomWithoutAnnotations() |
OWLDataRange |
getDataRange() |
OWLDatatype |
getDatatype() |
annotations, getNNF, isAnnotatedannotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringaccept, accept, accept, accept, components, componentsAnnotationsFirst, componentsWithoutAnnotations, getAxiomType, hashIndexisLogicalAxiomequalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAnnotatedAxiom, getAxiomWithoutAnnotations, getAxiomWithoutAnnotations, getNNF, isAnnotated, isAnnotationAxiom, isAnonymous, isAxiom, isIndividual, isOfType, isOfType, isOfType, typeIndexgetNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isBottomEntity, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignatureannotations, annotations, annotations, getAnnotations, getAnnotationsaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic OWLDatatypeDefinitionAxiomImpl(OWLDatatype datatype, OWLDataRange dataRange, Collection<OWLAnnotation> annotations)
datatype - datatypedataRange - datarangeannotations - annotations on the axiompublic OWLAxiom getAxiomWithoutAnnotations()
getAxiomWithoutAnnotations in interface OWLAxiompublic <T extends OWLAxiom> T getAnnotatedAxiom(java.util.stream.Stream<OWLAnnotation> anns)
getAnnotatedAxiom in interface OWLAxiompublic OWLDatatype getDatatype()
getDatatype in interface OWLDatatypeDefinitionAxiompublic OWLDataRange getDataRange()
getDataRange in interface OWLDatatypeDefinitionAxiomCopyright © 2017 The University of Manchester. All Rights Reserved.