|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.ttools.task.UserFindMode
public class UserFindMode
Mode for upload crossmatches corresponding to the user options. This is related to the ServiceFindMode, but not in a 1:1 fashion.
Field Summary | |
---|---|
static UserFindMode |
ALL
All matches. |
static UserFindMode |
BEST
Best match only. |
static UserFindMode |
BEST_REMOTE
Best match in local table for each remote table row. |
static UserFindMode |
EACH
One output row per local table row, best match or blank. |
static UserFindMode |
EACH_SCORE
One output row per local table row, best score only or blank. |
Method Summary | |
---|---|
static UserFindMode[] |
getInstances()
Returns a list of all the useful instances of this class. |
String |
getName()
Returns the one-word name for this mode. |
ServiceFindMode |
getServiceMode()
Returns the service mode associated with this user mode. |
String |
getSummary()
Returns a short text summary of the meaning of this mode. |
boolean |
isOneToOne()
Indicates whether this mode describes a match for which the count and sequence of the output table rows are in one to one correspondence with the input table rows. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final UserFindMode ALL
public static final UserFindMode BEST
public static final UserFindMode BEST_REMOTE
public static final UserFindMode EACH
public static final UserFindMode EACH_SCORE
Method Detail |
---|
public String getName()
public String getSummary()
public ServiceFindMode getServiceMode()
public boolean isOneToOne()
public String toString()
toString
in class Object
public static UserFindMode[] getInstances()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |