|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OWLHasKeyAxiom
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 15-Jan-2009
| Method Summary | |
|---|---|
OWLHasKeyAxiom |
getAxiomWithoutAnnotations()
Gets an axiom that is structurally equivalent to this axiom without annotations. |
OWLClassExpression |
getClassExpression()
Gets the class expression, instances of which, this axiom acts as the key for |
java.util.Set<OWLDataPropertyExpression> |
getDataPropertyExpressions()
Gets the set of data property expressions that make up the key. |
java.util.Set<OWLObjectPropertyExpression> |
getObjectPropertyExpressions()
Gets the set of object property expressions that make up the key. |
java.util.Set<OWLPropertyExpression> |
getPropertyExpressions()
Gets the set of property expressions that form the key |
| Methods inherited from interface org.semanticweb.owlapi.model.OWLAxiom |
|---|
accept, accept, equalsIgnoreAnnotations, getAnnotatedAxiom, getAnnotations, getAnnotations, getAxiomType, getNNF, isAnnotated, isLogicalAxiom, isOfType, isOfType |
| Methods inherited from interface org.semanticweb.owlapi.model.OWLObject |
|---|
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
OWLClassExpression getClassExpression()
java.util.Set<OWLPropertyExpression> getPropertyExpressions()
java.util.Set<OWLObjectPropertyExpression> getObjectPropertyExpressions()
getPropertyExpressions() method.
java.util.Set<OWLDataPropertyExpression> getDataPropertyExpressions()
getPropertyExpressions() method.
OWLHasKeyAxiom getAxiomWithoutAnnotations()
OWLAxiom
getAxiomWithoutAnnotations in interface OWLAxiom
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||