Package | Description |
---|---|
repgrid |
Classes to provide a basic repertory grid abstraction and editing capabilities.
|
repgrid.xml |
Classes to support reading and writing of repertory grids in XML format.
|
Modifier and Type | Method and Description |
---|---|
RGCell |
RepertoryGrid.getCell(int attnum,
int elemnum)
Find the cell at the given row,col index, considering the grid as a
simple 2-dimensional array.
|
RGCell |
RepertoryGrid.getCell(RGAttribute a,
RGElement e)
Find the cell associated with a given attribute (row) and element
(column) pair.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<RGCell> |
RepertoryGrid.getCells()
Returns the list of cells in this grid.
|
Modifier and Type | Method and Description |
---|---|
void |
RGAttribute.addCell(RGCell c)
Associate the given cell with this attribute.
|
void |
RGElement.addCell(RGCell c) |
void |
RepertoryGrid.deleteCell(RGCell c)
Detaches a cell from its associated element, attribute and the list of
cells.
|
boolean |
RGCell.equals(RGCell c) |
Modifier and Type | Method and Description |
---|---|
private static String |
RGXMLGenerator.RGCell(RepertoryGrid rg,
RGCell c) |