Package | Description |
---|---|
repgrid |
Classes to provide a basic repertory grid abstraction and editing capabilities.
|
Modifier and Type | Field and Description |
---|---|
private RGElement |
RGCell.elem |
Modifier and Type | Field and Description |
---|---|
private ArrayList<RGElement> |
RepertoryGrid.elements |
Modifier and Type | Method and Description |
---|---|
RGElement |
RGCell.getElement() |
RGElement |
RepertoryGrid.getElement(String label)
Finds an element object based on its label.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<RGElement> |
RepertoryGrid.getElements()
Accesses the elements (columns) of this repertory grid.
|
Modifier and Type | Method and Description |
---|---|
void |
RepertoryGrid.deleteElement(RGElement elem)
Deletes an element (col) label and all of its associated cells froma
repertory grid.
|
RGCell |
RepertoryGrid.getCell(RGAttribute a,
RGElement e)
Find the cell associated with a given attribute (row) and element
(column) pair.
|
void |
RGCell.setElement(RGElement e) |
Constructor and Description |
---|
RGCell(RGAttribute a,
RGElement e,
RGValue v) |