|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectProperty | |
|---|---|
| org.semanticweb.kaon2.api | |
| org.semanticweb.kaon2.api.owl.axioms | |
| org.semanticweb.kaon2.api.owl.elements | |
| Uses of ObjectProperty in org.semanticweb.kaon2.api |
|---|
| Methods in org.semanticweb.kaon2.api that return ObjectProperty | |
|---|---|
ObjectProperty |
KAON2Factory.objectProperty(java.lang.String uri)
|
| Method parameters in org.semanticweb.kaon2.api with type arguments of type ObjectProperty | |
|---|---|
EquivalentObjectProperties |
KAON2Factory.equivalentObjectProperties(java.util.Collection<ObjectProperty> objectProperties)
|
| Uses of ObjectProperty in org.semanticweb.kaon2.api.owl.axioms |
|---|
| Methods in org.semanticweb.kaon2.api.owl.axioms that return ObjectProperty | |
|---|---|
ObjectProperty |
InverseObjectProperties.getFirst()
Returns the first object property. |
ObjectProperty |
ObjectPropertyRange.getObjectProperty()
Returns the object property for which this axiom is stated. |
ObjectProperty |
ObjectPropertyMember.getObjectProperty()
Returns the object property for which this axiom is stated. |
ObjectProperty |
ObjectPropertyDomain.getObjectProperty()
Returns the object property for which this axiom is stated. |
ObjectProperty |
ObjectPropertyAttribute.getObjectProperty()
Returns the object property for which this axiom is stated. |
ObjectProperty |
InverseObjectProperties.getSecond()
Returns the second object property. |
ObjectProperty |
SubObjectPropertyOf.getSubObjectProperty()
Returns the sub-object property. |
ObjectProperty |
SubObjectPropertyOf.getSuperObjectProperty()
Returns the super-object property. |
| Methods in org.semanticweb.kaon2.api.owl.axioms that return types with arguments of type ObjectProperty | |
|---|---|
java.util.Set<ObjectProperty> |
EquivalentObjectProperties.getObjectProperties()
Returns the set of object properties that are equivalent. |
| Uses of ObjectProperty in org.semanticweb.kaon2.api.owl.elements |
|---|
| Methods in org.semanticweb.kaon2.api.owl.elements that return ObjectProperty | |
|---|---|
ObjectProperty |
ObjectSome.getObjectProperty()
Returns the object property on which the restriction is stated. |
ObjectProperty |
ObjectHasValue.getObjectProperty()
Returns the object property on which the restriction is stated. |
ObjectProperty |
ObjectCardinality.getObjectProperty()
Returns the object property. |
ObjectProperty |
ObjectAll.getObjectProperty()
Returns the object property on which the restriction is stated. |
| Methods in org.semanticweb.kaon2.api.owl.elements that return types with arguments of type ObjectProperty | |
|---|---|
java.util.Set<ObjectProperty> |
ObjectProperty.getEquivalentObjectProperties(Ontology ontology)
Returns the set of object properties which as specified as exiovalent of this property in a EquivalentObjectProperties axiom. |
java.util.Set<ObjectProperty> |
ObjectProperty.getInverseObjectProperties(Ontology ontology)
Returns the set of object properties which as specified as inverse to this property in an InverseObjectProperties axiom. |
java.util.Set<ObjectProperty> |
Description.getObjectPropertiesFrom(Ontology ontology)
Returns the set of all object properties where this description is asserted as domain in an ObjectPropertyDomain axiom. |
java.util.Set<ObjectProperty> |
Description.getObjectPropertiesTo(Ontology ontology)
Returns the set of all object properties where this description is asserted as range in an ObjectPropertyRange axiom. |
java.util.Map<ObjectProperty,java.util.Set<Individual>> |
Individual.getObjectPropertyValues(Ontology ontology)
Returns the values of object properties sorted by properties. |
java.util.Set<ObjectProperty> |
ObjectProperty.getSubObjectProperties(Ontology ontology)
Returns the set of object properties which as specified as subproperties of this property in a SubObjectPropertyOf axiom. |
java.util.Set<ObjectProperty> |
ObjectProperty.getSuperObjectProperties(Ontology ontology)
Returns the set of object properties which as specified as superproperties of this property in a SubObjectPropertyOf axiom. |
| Methods in org.semanticweb.kaon2.api.owl.elements with parameters of type ObjectProperty | |
|---|---|
Individual |
Individual.getObjectPropertyValue(Ontology ontology,
ObjectProperty objectProperty)
Returns the value of the object property for this individual. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||