uk.ac.ic.doc.automed.matching
Class SchemaElementPairRelationship

java.lang.Object
  |
  +--uk.ac.ic.doc.automed.matching.SchemaElementPair
        |
        +--uk.ac.ic.doc.automed.matching.SchemaElementPairRelationship

public class SchemaElementPairRelationship
extends SchemaElementPair


Constructor Summary
SchemaElementPairRelationship(SchemaElement elementA, SchemaElement elementB, SemanticRelationship rel)
           
 
Method Summary
 java.lang.Object clone()
           
 SemanticRelationship getRelationship()
           
 void setRelationship(SemanticRelationship sr)
           
 java.lang.String toString()
           
 
Methods inherited from class uk.ac.ic.doc.automed.matching.SchemaElementPair
equals, getElement, getFirstElement, getSecondElement, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaElementPairRelationship

public SchemaElementPairRelationship(SchemaElement elementA,
                                     SchemaElement elementB,
                                     SemanticRelationship rel)
Method Detail

getRelationship

public SemanticRelationship getRelationship()

toString

public java.lang.String toString()
Overrides:
toString in class SchemaElementPair

setRelationship

public void setRelationship(SemanticRelationship sr)

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object