|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmodel.DistanceEntity.DistanceFact
public class DistanceEntity.DistanceFact
Class for storing relations added to this entity.
Field Summary | |
---|---|
private java.lang.String |
distance
the qualitative distance |
private DistanceEntity |
related
the related entity |
Constructor Summary | |
---|---|
DistanceEntity.DistanceFact(DistanceEntity related,
java.lang.String distance)
Constructs a distance fact. |
Method Summary | |
---|---|
java.lang.String |
getDistance()
Gets the qualitative distance. |
DistanceEntity |
getRelated()
Gets the related entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private DistanceEntity related
private java.lang.String distance
Constructor Detail |
---|
public DistanceEntity.DistanceFact(DistanceEntity related, java.lang.String distance)
related
- - the related entitydistance
- - the qualitative distanceMethod Detail |
---|
public DistanceEntity getRelated()
public java.lang.String getDistance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |