Constructor and Description |
---|
JoinParentIndex(StructureDS parentStructure,
java.lang.String parentIndex)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
VariableDS |
findVariable(java.lang.String axisName)
Find the Variable of the given name in the joined table.
|
Variable |
getExtraVariable() |
StructureData |
getJoinData(Cursor cursor)
Get 'join' data to be added to the row.
|
java.lang.String |
toString() |
public JoinParentIndex(StructureDS parentStructure, java.lang.String parentIndex)
parentStructure
- get data from this StructureparentIndex
- name of member variable in leaf StructureDatapublic StructureData getJoinData(Cursor cursor)
Join
getJoinData
in interface Join
cursor
- the state of the iterationpublic VariableDS findVariable(java.lang.String axisName)
Join
findVariable
in interface Join
axisName
- find this Variablepublic Variable getExtraVariable()
getExtraVariable
in interface Join
public java.lang.String toString()
toString
in class java.lang.Object