|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrelations.Qldr5Relation
public class Qldr5Relation
Class for determining the value of Qldr5 relations.
Field Summary | |
---|---|
static double |
CLOSE5
objects within 100 cm are considered close |
static double |
FAR5
objects further than 500 cm are considered far |
static double |
MIDDLE5
|
static double |
VERY_FAR5
objects further than 500 cm are considered far |
Constructor Summary | |
---|---|
Qldr5Relation()
|
Method Summary | |
---|---|
java.lang.String |
getValue(java.lang.String relationType,
OntologyObject object1,
OntologyObject object2)
Gets the qualitative distance between two objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static double CLOSE5
public static double MIDDLE5
public static double FAR5
public static double VERY_FAR5
Constructor Detail |
---|
public Qldr5Relation()
Method Detail |
---|
public java.lang.String getValue(java.lang.String relationType, OntologyObject object1, OntologyObject object2)
getValue
in interface RelationValue
relationType
- - the class name of the relationobject1
- - the first related objectobject2
- - the second related object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |