|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiitb.con.ds.RelationElement
public class RelationElement
RelationElement represents the left entity id, relation id, and right entity id tuple of the relation.
Field Summary | |
---|---|
short |
cluterId
|
int |
leftId
Left entity id |
int |
relId
Relation id |
int |
rightId
Right entity id |
Constructor Summary | |
---|---|
RelationElement()
|
|
RelationElement(int leftId,
int rightId,
int relId)
|
Method Summary | |
---|---|
int |
compareTo(RelationElement re)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short cluterId
public int leftId
public int relId
public int rightId
Constructor Detail |
---|
public RelationElement()
public RelationElement(int leftId, int rightId, int relId)
Method Detail |
---|
public int compareTo(RelationElement re)
compareTo
in interface java.lang.Comparable<RelationElement>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |