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.
|
Modifier and Type | Class and Description |
---|---|
class |
RGPathValue
Captures the knowledge of a path from an attribute binary tuple to a target concept element in a repertory grid.
|
Modifier and Type | Class and Description |
---|---|
class |
RGBooleanValue
Abstraction of a repertory grid cell value that represents a true/false value.
|
class |
RGIntegerValue |
class |
RGIntegerValueRange |
Modifier and Type | Field and Description |
---|---|
private RGValue |
RGCell.value |
RGValue |
RepertoryGrid.valuetype
What type is every cell in this grid?
|
Modifier and Type | Method and Description |
---|---|
RGValue |
RGIntegerValueRange.copy() |
RGValue |
RGValue.copy() |
RGValue |
RGCell.getRGValue() |
Modifier and Type | Method and Description |
---|---|
void |
RGCell.setRGValue(RGValue v)
Assigns a value object to this cell, but the object may wrap a null value.
|
void |
RepertoryGrid.setValueType(RGValue v)
Sets the value type that will be used to acquire and represent values for
this grad.
|
Constructor and Description |
---|
RepertoryGrid(String eLabel,
String rLabel,
String aLabel,
RGValue type)
Create a new, empty repertory grid, with the particular labels and value
type.
|
RGCell(RGAttribute a,
RGElement e,
RGValue v) |
Constructor and Description |
---|
TrackedRepertoryGrid(Concept c1,
GNode r,
Concept c2,
RGValue type) |
TrackedRepertoryGrid(String eLabel,
String rLabel,
String aLabel,
RGValue type)
Creates a new tracked repertory grid, with no rows or columns.
|