org.semanticweb.owl.util
Class OWLObjectPropertyUtil.OWLObjectPropertyExpressionPair

java.lang.Object
  extended by org.semanticweb.owl.util.OWLObjectPropertyUtil.OWLObjectPropertyExpressionPair
Enclosing class:
OWLObjectPropertyUtil

public static class OWLObjectPropertyUtil.OWLObjectPropertyExpressionPair
extends java.lang.Object


Constructor Summary
OWLObjectPropertyUtil.OWLObjectPropertyExpressionPair(OWLObjectPropertyExpression left, OWLObjectPropertyExpression right)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 OWLObjectPropertyExpression getLeft()
           
 OWLObjectPropertyExpression getRight()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWLObjectPropertyUtil.OWLObjectPropertyExpressionPair

public OWLObjectPropertyUtil.OWLObjectPropertyExpressionPair(OWLObjectPropertyExpression left,
                                                             OWLObjectPropertyExpression right)
Method Detail

getLeft

public OWLObjectPropertyExpression getLeft()

getRight

public OWLObjectPropertyExpression getRight()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object