|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.matching.converter.MatchTuples
Contains the tuples representing all the configured match fields of a SystemObject/SBR (i.e. a de-normalized 'flattened' object tree represented as an array of arrays). Additionaly it contains easily accessible meta-data describing the tuples, i.e. the matchType a column was configured as.
| Constructor Summary | |
MatchTuples()
Creates new MatchTuples |
|
MatchTuples(java.lang.String[] columnMatchTypes,
java.lang.String[] columnQualifiedNames,
EPath[] columnEPaths,
MatchColumn[] matchColumns,
java.lang.String[][] tuples)
Creates new MatchTuples |
|
| Method Summary | |
EPath[] |
columnEPaths()
The parsed ePaths of all the columns The position of the ePath in the returned array corresponds to the postion of the column in the tuples, i.e. |
java.lang.String[] |
getColumnMatchTypes()
The match types of all the columns The position of the matchType in the returned array corresponds to the postion of the column in the tuples, i.e. |
java.lang.String[] |
getColumnQualifiedNames()
The fully qualified names of all the columns The position of the qualified name in the returned array corresponds to the position of the column in the tuples, i.e. |
MatchColumn[] |
getMatchColumns()
The match column configuration of all the columns The position of the match column in the returned array corresponds to the postion of the column in the tuples, i.e. |
java.lang.String[][] |
getTuples()
The match tuples data, dimension 1 is the rows, dimension 2 is the columns: tuples[row][column] The array of arrays returned is 'rectangular', i.e. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MatchTuples()
public MatchTuples(java.lang.String[] columnMatchTypes,
java.lang.String[] columnQualifiedNames,
EPath[] columnEPaths,
MatchColumn[] matchColumns,
java.lang.String[][] tuples)
columnMatchTypes - match type of each columncolumnQualifiedNames - qualified name of each columncolumnEPaths - ePath for each each columnmatchColumns - match column definition of each columntuples - all the tuples dimension one is the 'row',
dimension 2 is the 'column'| Method Detail |
public EPath[] columnEPaths()
public java.lang.String[] getColumnMatchTypes()
public java.lang.String[] getColumnQualifiedNames()
public MatchColumn[] getMatchColumns()
public java.lang.String[][] getTuples()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.