public interface OWLAnonymousClassExpression extends OWLClassExpression
OWLClass). This
interface represents class
expressions in the OWL 2 Specification.| Modifier and Type | Method and Description |
|---|---|
default boolean |
isAnonymous() |
accept, accept, asConjunctSet, asDisjunctSet, conjunctSet, containsConjunct, disjunctSet, getClassExpressionType, getComplementNNF, getNNF, getObjectComplementOf, isClassExpressionLiteral, isOWLNothing, isOWLThingaccept, accept, getNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturehashIndexcomponents, componentsAnnotationsFirst, componentsWithoutAnnotationsasOWLClass, isOWLClassdefault boolean isAnonymous()
isAnonymous in interface IsAnonymoustrue if this object is anonymous, false
otherwise. For example, class expressions are anonymous while
class entities are not (they have an IRI).Copyright © 2017 The University of Manchester. All Rights Reserved.