Package uk.ac.starlink.topcat.join
Class MatchOption
java.lang.Object
uk.ac.starlink.topcat.join.MatchOption
Enumeration class defining requirements on table rows for constructing
a matched table.
- Since:
- 19 Mar 2004
- Author:
- Mark Taylor (Starlink)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MatchOption
Option for including all rows, matched or unmatched.static final MatchOption
Option for default behaviour (all 2+-way matches are included).static final MatchOption
Option for including matched rows only.static final MatchOption
Option for including unmatched rows only. -
Method Summary
Modifier and TypeMethodDescriptionuk.ac.starlink.table.join.MultiJoinType
Returns the join type.toString()
Returns the human-readable description.
-
Field Details
-
MATCHED
Option for including matched rows only. -
UNMATCHED
Option for including unmatched rows only. -
ANY
Option for including all rows, matched or unmatched. -
DEFAULT
Option for default behaviour (all 2+-way matches are included).
-
-
Method Details