Package | Description |
---|---|
cgfca | |
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 |
---|---|
(package private) RepertoryGrid |
PathFinder.grid |
Constructor and Description |
---|
PathFinder(RepertoryGrid grid,
ArrayList<BinaryTuple> binaries,
ArrayList<Concept> targetConcepts) |
Modifier and Type | Field and Description |
---|---|
RepertoryGrid |
RGTableModel.rg |
Constructor and Description |
---|
RGTableModel(RepertoryGrid ingrid) |
Modifier and Type | Class and Description |
---|---|
class |
TrackedRepertoryGrid
Extensions to repertory grids for their use in CRAFT.
|
Modifier and Type | Method and Description |
---|---|
private static String |
RGXMLGenerator.RGAttributes(RepertoryGrid rg) |
private static String |
RGXMLGenerator.RGCell(RepertoryGrid rg,
RGCell c) |
private static String |
RGXMLGenerator.RGCells(RepertoryGrid rg) |
private static String |
RGXMLGenerator.RGElements(RepertoryGrid rg) |
static String |
RGXMLGenerator.XML(RepertoryGrid rg)
Prepares the entire grid in XML form.
|