owltools.graph
Class OWLQuantifiedProperty
java.lang.Object
owltools.graph.OWLQuantifiedProperty
public class OWLQuantifiedProperty
- extends Object
OWLQuantifiedProperty
public OWLQuantifiedProperty(org.semanticweb.owlapi.model.OWLObjectPropertyExpression p,
OWLQuantifiedProperty.Quantifier q)
OWLQuantifiedProperty
public OWLQuantifiedProperty()
OWLQuantifiedProperty
public OWLQuantifiedProperty(OWLQuantifiedProperty.Quantifier q)
isInverseOf
public boolean isInverseOf()
setInverseOf
public void setInverseOf(boolean isInverseOf)
isInferred
public boolean isInferred()
setInferred
public void setInferred(boolean isInferred)
getProperty
public org.semanticweb.owlapi.model.OWLObjectProperty getProperty()
setProperty
public void setProperty(org.semanticweb.owlapi.model.OWLObjectProperty property)
hasProperty
public boolean hasProperty()
getQuantifier
public OWLQuantifiedProperty.Quantifier getQuantifier()
isQuantified
public boolean isQuantified()
setQuantifier
public void setQuantifier(OWLQuantifiedProperty.Quantifier quantifier)
getMinCardinality
public Integer getMinCardinality()
setMinCardinality
public void setMinCardinality(Integer minCardinality)
getMaxCardinality
public Integer getMaxCardinality()
setMaxCardinality
public void setMaxCardinality(Integer maxCardinality)
toString
public String toString()
- Overrides:
toString
in class Object
getPropertyId
public String getPropertyId()
isSubClassOf
public boolean isSubClassOf()
isInstanceOf
public boolean isInstanceOf()
isIdentity
public boolean isIdentity()
isSomeValuesFrom
public boolean isSomeValuesFrom()
isPropertyAssertion
public boolean isPropertyAssertion()
isAllValuesFrom
public boolean isAllValuesFrom()
isCardinality
public boolean isCardinality()
isHasValue
public boolean isHasValue()
equals
public boolean equals(Object e)
- Overrides:
equals
in class Object
subsumes
public boolean subsumes(OWLQuantifiedProperty other)
- true if this is equal to other. Nulls are considered to match
- Parameters:
other
-
- Returns:
Copyright © 2010-2012. All Rights Reserved.