Package | Description |
---|---|
charger |
The top level package for the editor.
|
charger.cgx |
Classes for reading and writing CharGer graphs in XML format.
|
charger.gloss |
Classes associated with glossary information.
|
charger.gloss.wn |
Support for the glossary abstractions as derived from WordNet.
|
charger.obj |
Classes for the graph objects themselves.
|
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.tracks |
Classes to extend repertory grids into Tracked Repertory Grids.
|
Modifier and Type | Method and Description |
---|---|
private void |
EditFrame.refreshDescriptorPanel(AbstractTypeDescriptor[] something) |
Modifier and Type | Method and Description |
---|---|
private static String |
CGXGenerator.descriptorXMLTag(AbstractTypeDescriptor info,
String indent) |
Modifier and Type | Class and Description |
---|---|
class |
GenericTypeDescriptor
Encapsulation of a user-defined ("free-form") type descriptor.
|
Modifier and Type | Method and Description |
---|---|
static AbstractTypeDescriptor |
AbstractTypeDescriptor.getInstanceFromXML(org.xml.sax.Attributes attrs)
Parses the XML parms that go along with the tag in getTagName().
|
static AbstractTypeDescriptor |
GenericTypeDescriptor.getInstanceFromXML(org.xml.sax.Attributes attrs)
Parses the XML parms that go along with the tag in getTagName().
|
static AbstractTypeDescriptor |
GenericTypeDescriptor.getInstanceFromXMLDOM(org.w3c.dom.Element elem) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractTypeDescriptor.equals(AbstractTypeDescriptor d)
Compares two type descriptors for equality.
|
Modifier and Type | Class and Description |
---|---|
class |
WordnetTypeDescriptor
Encapsulates a wordnet synonym set (synset) for the purposes of keeping track
in CharGer.
|
Modifier and Type | Method and Description |
---|---|
static AbstractTypeDescriptor |
WordnetTypeDescriptor.getInstanceFromXML(org.xml.sax.Attributes attrs)
Parses the XML parms corresponding to a
<wordnet> tag. |
static AbstractTypeDescriptor |
WordnetTypeDescriptor.getInstanceFromXMLDOM(org.w3c.dom.Element elem) |
AbstractTypeDescriptor |
WordnetManager.queryForSense(String word,
AbstractTypeDescriptor initialOption,
boolean tryGeneric)
Invokes queryForSense on a word, with no phrase.
|
AbstractTypeDescriptor |
WordnetManager.queryForSense(String word,
boolean tryGeneric)
Invokes queryForSense on a word, with no phrase and no default.
|
AbstractTypeDescriptor |
WordnetManager.queryForSense(String word,
String phrase,
AbstractTypeDescriptor initialOption,
boolean tryGeneric)
Interactively query a user to choose a synset for a given word.
|
AbstractTypeDescriptor |
WordnetManager.queryForSense(String word,
String phrase,
boolean tryGeneric)
Invokes queryForSense on a word in a phrase.
|
Modifier and Type | Method and Description |
---|---|
boolean |
WordnetManager.attachDescriptor(AbstractTypeDescriptor[] ds,
GNode gn)
Associates a set of descriptors with a particular object.
|
boolean |
WordnetManager.attachDescriptor(AbstractTypeDescriptor descr,
GNode gn)
Associates a descriptor with a particular object.
|
GenericTypeDescriptor |
WordnetManager.chooseGenericSense(String word,
String phrase,
AbstractTypeDescriptor initialOption) |
static JTable |
WNUtil.getDescriptorTable(AbstractTypeDescriptor[] descriptors)
Builds a JTable showing a list of type descriptors.
|
private static Vector |
WNUtil.getDescriptorVector(int sequence,
AbstractTypeDescriptor d) |
AbstractTypeDescriptor |
WordnetManager.queryForSense(String word,
AbstractTypeDescriptor initialOption,
boolean tryGeneric)
Invokes queryForSense on a word, with no phrase.
|
AbstractTypeDescriptor |
WordnetManager.queryForSense(String word,
String phrase,
AbstractTypeDescriptor initialOption,
boolean tryGeneric)
Interactively query a user to choose a synset for a given word.
|
Modifier and Type | Method and Description |
---|---|
AbstractTypeDescriptor[] |
Graph.findTypeDescriptors(String term)
Look for descriptors for the given term in the knowledge source, however
it may be remembered.
|
AbstractTypeDescriptor[] |
Graph.getAllTypeDescriptors()
Get all the type descriptors known to this knowledge source.
|
AbstractTypeDescriptor |
GNode.getTypeDescriptor()
Convenience method to return the first type descriptor.
|
AbstractTypeDescriptor[] |
GNode.getTypeDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
GNode.setTypeDescriptor(AbstractTypeDescriptor o)
Sets the first type descriptor of this node.
|
void |
GNode.setTypeDescriptors(AbstractTypeDescriptor[] ds) |
Modifier and Type | Field and Description |
---|---|
private AbstractTypeDescriptor |
SenseQueryDialog.initial |
private AbstractTypeDescriptor |
SenseQueryDialog.result |
Modifier and Type | Method and Description |
---|---|
AbstractTypeDescriptor |
SenseQueryDialog.getTypeDescriptor()
Get the result of the dialog's querying.
|
Constructor and Description |
---|
SenseQueryDialog(Frame frame,
String w,
String p,
AbstractTypeDescriptor defaultDescriptor,
boolean tryGeneric)
Sets up and runs the querying for a sense.
|
Modifier and Type | Method and Description |
---|---|
static AbstractTypeDescriptor |
ConceptManager.findLongestTermAlreadyDefined(ArrayList wordlist,
int startWord)
Starting with the word at the startWord position, find the longest term
that has a definition somewhere in the set of repertory grids.
|
AbstractTypeDescriptor[] |
KnowledgeManager.findTypeDescriptor(String term,
boolean includeDuplicates)
Get all the type descriptors from any known knowledge sources that
correspond to a term.
|
AbstractTypeDescriptor[] |
KnowledgeSource.findTypeDescriptors(String term)
Look for the given type descriptor in the knowledge source, however it may be represented.
|
AbstractTypeDescriptor[] |
KnowledgeSource.getAllTypeDescriptors()
Get all the type descriptors known to this knowledge source.
|
static AbstractTypeDescriptor[] |
ConceptManager.getSensesFromPhrase(String phrase,
WordnetManager wnmgr)
Try to establish senses for the attribute phrase for a given row of the
repertory grid table.
|
static AbstractTypeDescriptor[] |
KnowledgeManager.removeDuplicateDescriptors(AbstractTypeDescriptor[] ts) |
Modifier and Type | Method and Description |
---|---|
static AbstractTypeDescriptor[] |
KnowledgeManager.removeDuplicateDescriptors(AbstractTypeDescriptor[] ts) |
Modifier and Type | Method and Description |
---|---|
private void |
RGDisplayWindow.assignDescriptor(String _term,
AbstractTypeDescriptor _descr,
int _row) |
Modifier and Type | Method and Description |
---|---|
AbstractTypeDescriptor[] |
TrackedRepertoryGrid.findTypeDescriptors(String term) |
AbstractTypeDescriptor[] |
TrackedRepertoryGrid.getAllTypeDescriptors()
Get all the type descriptors known to this knowledge source.
|
AbstractTypeDescriptor |
TrackedAttribute.getTypeDescriptor(String term)
Get the type descriptor associated with the given term
|
AbstractTypeDescriptor[] |
TrackedAttribute.getTypeDescriptors()
Get all the type descriptors associated with this attribute's phrase label.
|
Modifier and Type | Method and Description |
---|---|
void |
TrackedAttribute.setTypeDescriptor(String term,
AbstractTypeDescriptor descr)
Associates the given descriptor with the given term.
|