relations
Interface RelationValue

All Known Implementing Classes:
Card4Relation, Card8Relation, CardEWRelation, CardNSRelation, EgenhoferValue, OrienRel8Relation, Qldr2Relation, Qldr3Relation, Qldr4Relation, Qldr5Relation, QldrCentroidRelation, QldrVerticesRelation, QndrcmCentroidRelation, QndrcmRelation, QndrcmVerticesRelation, RCC5Relation, RCC8Relation

public interface RelationValue

Interface for determining the value of a relation.


Method Summary
 java.lang.String getValue(java.lang.String relationType, OntologyObject object1, OntologyObject object2)
          Gets the value of the relation or returns null if the value is unknown.
 

Method Detail

getValue

java.lang.String getValue(java.lang.String relationType,
                          OntologyObject object1,
                          OntologyObject object2)
Gets the value of the relation or returns null if the value is unknown.

Parameters:
relationType - - the class name of the relation
object1 - - the first related object
object2 - - the second related object
Returns:
- the value of the relation