public class OWLObjectSomeValuesFromImpl extends OWLQuantifiedObjectRestrictionImpl implements org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom
NO_ANNOTATIONS, OWL_THING| Constructor and Description |
|---|
OWLObjectSomeValuesFromImpl(org.semanticweb.owlapi.model.OWLObjectPropertyExpression property,
org.semanticweb.owlapi.model.OWLClassExpression filler) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.semanticweb.owlapi.model.OWLClassExpressionVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx<O> visitor) |
void |
accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor) |
<O> O |
accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor) |
boolean |
equals(Object obj) |
org.semanticweb.owlapi.model.ClassExpressionType |
getClassExpressionType() |
boolean |
isDataRestriction() |
boolean |
isObjectRestriction() |
compareObjectOfSameTypegetFillergetProperty, isClassExpressionLiteralasConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isOWLNothing, isOWLThingcompareLists, compareSets, compareTo, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isClassExpressionLiteral, isOWLNothing, isOWLThinggetAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTopublic OWLObjectSomeValuesFromImpl(org.semanticweb.owlapi.model.OWLObjectPropertyExpression property,
org.semanticweb.owlapi.model.OWLClassExpression filler)
property - propertyfiller - fillerpublic org.semanticweb.owlapi.model.ClassExpressionType getClassExpressionType()
getClassExpressionType in interface org.semanticweb.owlapi.model.OWLClassExpressionpublic boolean equals(Object obj)
equals in class OWLQuantifiedRestrictionImpl<org.semanticweb.owlapi.model.OWLClassExpression,org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLClassExpression>public boolean isObjectRestriction()
isObjectRestriction in interface org.semanticweb.owlapi.model.OWLRestriction<org.semanticweb.owlapi.model.OWLClassExpression,org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLClassExpression>public boolean isDataRestriction()
isDataRestriction in interface org.semanticweb.owlapi.model.OWLRestriction<org.semanticweb.owlapi.model.OWLClassExpression,org.semanticweb.owlapi.model.OWLObjectPropertyExpression,org.semanticweb.owlapi.model.OWLClassExpression>public void accept(org.semanticweb.owlapi.model.OWLClassExpressionVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLClassExpressionpublic void accept(org.semanticweb.owlapi.model.OWLObjectVisitor visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectpublic <O> O accept(org.semanticweb.owlapi.model.OWLClassExpressionVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLClassExpressionpublic <O> O accept(org.semanticweb.owlapi.model.OWLObjectVisitorEx<O> visitor)
accept in interface org.semanticweb.owlapi.model.OWLObjectCopyright © 2014 The University of Manchester. All Rights Reserved.