|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.table.join.LinkGroup
Defines a group of RowLink objects. This object is just a label, containing a unique ID and a count of how many links there are in the group. It does not contain references to the constituent RowLinks themselves.
MatchStarTables.findGroups(uk.ac.starlink.table.join.LinkSet)
Constructor Summary | |
LinkGroup(int id,
int size)
Constructor. |
Method Summary | |
int |
compareTo(Object o)
|
boolean |
equals(Object o)
|
int |
getID()
Returns this group's ID. |
int |
getSize()
Returns this group's size. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LinkGroup(int id, int size)
id
- unique identifiersize
- number of objects in this groupMethod Detail |
public int getID()
public int getSize()
public boolean equals(Object o)
public int hashCode()
public int compareTo(Object o)
compareTo
in interface Comparable
public String toString()
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |