Package | Description |
---|---|
repgrid |
Classes to provide a basic repertory grid abstraction and editing capabilities.
|
repgrid.tracks |
Classes to extend repertory grids into Tracked Repertory Grids.
|
repgrid.xml |
Classes to support reading and writing of repertory grids in XML format.
|
Modifier and Type | Field and Description |
---|---|
private RGAttribute |
RGCell.attr |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<RGAttribute> |
RepertoryGrid.attributes |
Modifier and Type | Method and Description |
---|---|
RGAttribute |
RGCell.getAttribute() |
RGAttribute |
RepertoryGrid.getAttribute(String label)
Finds an attribute object based on its label.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<RGAttribute> |
RepertoryGrid.getAttributes()
Accesses the attributes (rows) of this repertory grid.
|
Modifier and Type | Method and Description |
---|---|
void |
RepertoryGrid.deleteAttribute(RGAttribute attr)
Deletes an attribute (row) 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.setAttribute(RGAttribute a) |
Constructor and Description |
---|
RGCell(RGAttribute a,
RGElement e,
RGValue v) |
Modifier and Type | Class and Description |
---|---|
class |
TrackedAttribute
Abstraction of a tracked attribute, with links to Wordnet.
|
Modifier and Type | Method and Description |
---|---|
void |
TrackedRepertoryGrid.replaceAttribute(RGAttribute oldattr,
RGAttribute newattr)
Substitutes a new RGAttribute (or a subclass) for the current attribute.
|
Constructor and Description |
---|
TrackedAttribute(RGAttribute attr)
Create a new tracked attribute, copying the label and cells
from the original RGAttribute.
|
Modifier and Type | Field and Description |
---|---|
(package private) RGAttribute |
RGXMLParser.currentAttribute |