public class OWLQuantifiedProperty extends Object
Type | Property and Description |
---|---|
boolean |
has |
Modifier and Type | Class and Description |
---|---|
static class |
OWLQuantifiedProperty.Quantifier |
Constructor and Description |
---|
OWLQuantifiedProperty() |
OWLQuantifiedProperty(org.semanticweb.owlapi.model.OWLObjectPropertyExpression p,
OWLQuantifiedProperty.Quantifier q) |
OWLQuantifiedProperty(OWLQuantifiedProperty.Quantifier q) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getMaxCardinality() |
Integer |
getMinCardinality() |
org.semanticweb.owlapi.model.OWLObjectProperty |
getProperty() |
String |
getPropertyId() |
OWLQuantifiedProperty.Quantifier |
getQuantifier() |
int |
hashCode() |
boolean |
hasProperty() |
boolean |
isAllValuesFrom() |
boolean |
isCardinality() |
boolean |
isHasValue() |
boolean |
isIdentity() |
boolean |
isInferred() |
boolean |
isInstanceOf() |
boolean |
isInverseOf() |
boolean |
isPropertyAssertion() |
boolean |
isQuantified() |
boolean |
isSomeValuesFrom() |
boolean |
isSubClassOf() |
void |
setInferred(boolean isInferred) |
void |
setInverseOf(boolean isInverseOf) |
void |
setMaxCardinality(Integer maxCardinality) |
void |
setMinCardinality(Integer minCardinality) |
void |
setProperty(org.semanticweb.owlapi.model.OWLObjectProperty property) |
void |
setQuantifier(OWLQuantifiedProperty.Quantifier quantifier) |
boolean |
subsumes(OWLQuantifiedProperty other)
true if this is equal to other.
|
String |
toString() |
public OWLQuantifiedProperty(org.semanticweb.owlapi.model.OWLObjectPropertyExpression p, OWLQuantifiedProperty.Quantifier q)
public OWLQuantifiedProperty()
public OWLQuantifiedProperty(OWLQuantifiedProperty.Quantifier q)
public boolean isInverseOf()
public void setInverseOf(boolean isInverseOf)
public boolean isInferred()
public void setInferred(boolean isInferred)
public org.semanticweb.owlapi.model.OWLObjectProperty getProperty()
public void setProperty(org.semanticweb.owlapi.model.OWLObjectProperty property)
public boolean hasProperty()
public OWLQuantifiedProperty.Quantifier getQuantifier()
public boolean isQuantified()
public void setQuantifier(OWLQuantifiedProperty.Quantifier quantifier)
public Integer getMinCardinality()
public void setMinCardinality(Integer minCardinality)
public Integer getMaxCardinality()
public void setMaxCardinality(Integer maxCardinality)
public String getPropertyId()
public boolean isSubClassOf()
public boolean isInstanceOf()
public boolean isIdentity()
public boolean isSomeValuesFrom()
public boolean isPropertyAssertion()
public boolean isAllValuesFrom()
public boolean isCardinality()
public boolean isHasValue()
public boolean subsumes(OWLQuantifiedProperty other)
other
- Copyright © 2010–2015. All rights reserved.