Package | Description |
---|---|
craft |
Classes for the Conceptual Requirements Acquisition and Formation Tool.
|
kb |
Classes for managing CharGer or CRAFT elements as knowledge sources.
|
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 |
---|---|
static TrackedRepertoryGrid |
Craft.testgrid() |
Modifier and Type | Method and Description |
---|---|
TrackedRepertoryGrid[] |
KnowledgeManager.getAllGrids() |
Modifier and Type | Field and Description |
---|---|
TrackedRepertoryGrid |
RGDisplayWindow.grid
The repertory grid being managed by this window.
|
protected TrackedRepertoryGrid |
RGElicitor.grid
The grid for which this elicitor will acquire entries.
|
Modifier and Type | Method and Description |
---|---|
private RGElicitor |
RGDisplayWindow.getElicitor(TrackedRepertoryGrid g,
RGTableModel m) |
protected void |
RGDisplayWindow.performActionExportAsCXT(TrackedRepertoryGrid grid,
File f) |
void |
RGDisplayWindow.setRepertoryGrid(TrackedRepertoryGrid r)
Associates a particular grid with this window.
|
Constructor and Description |
---|
RGDiadicElicitor(TrackedRepertoryGrid rg,
RGTableModel t) |
RGDisplayWindow(TrackedRepertoryGrid inrg,
RGElicitor e) |
RGElicitor(TrackedRepertoryGrid rg,
RGTableModel m)
General constructor for any elicitor.
|
RGTriadicElicitor(TrackedRepertoryGrid rg,
RGTableModel t) |
Modifier and Type | Field and Description |
---|---|
private TrackedRepertoryGrid |
RGXMLParser.grid |
Modifier and Type | Method and Description |
---|---|
TrackedRepertoryGrid |
RGXMLParser.parseXMLRepertoryGridFile(File f) |
TrackedRepertoryGrid |
RGXMLParser.parseXMLRepertoryGridFile(InputStreamReader instream,
File f) |
TrackedRepertoryGrid |
RGXMLParser.parseXMLRepertoryGridFile(String filename) |
Modifier and Type | Method and Description |
---|---|
private static String |
RGXMLGenerator.RGHeader(TrackedRepertoryGrid rg) |