Package | Description |
---|---|
kb |
Classes for managing CharGer or CRAFT elements as knowledge sources.
|
Modifier and Type | Method and Description |
---|---|
static ConceptManager.ConceptsToInclude |
ConceptManager.ConceptsToInclude.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConceptManager.ConceptsToInclude[] |
ConceptManager.ConceptsToInclude.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Vector |
ConceptManager.getAllConcepts(ConceptManager.ConceptsToInclude selector)
Prepares a vector of (concept label, filename, concept object ) from all
open graphs.
|
static ArrayList<BinaryTuple> |
ConceptManager.getAllRelationTuples(ConceptManager.ConceptsToInclude selector)
Prepares a list each of whose entries is a (nested) arraylist as
described in makeTableEntryArrayList.
|
static ArrayList<BinaryTuple> |
ConceptManager.getBinaryRelationTuples(ConceptManager.ConceptsToInclude selector)
Prepares a list each of whose entries is a (nested) liat as described in
makeTableEntryArrayList.
|
static ArrayList<BinaryTuple> |
ConceptManager.getBinaryRelationTuples(Graph g,
ConceptManager.ConceptsToInclude selector)
Gathers together all the binary relation tuples in a given graph.
|
static TableModel |
ConceptManager.getBinaryTupleModel(ConceptManager.ConceptsToInclude selector)
A triple is a set of concept-relation-concept tuples.
|
static JTable |
ConceptManager.getBinaryTupleTable(ConceptManager.ConceptsToInclude selector)
A triple is a set of concept-relation-concept tuples.
|
static JTable |
ConceptManager.getConceptTable(ConceptManager.ConceptsToInclude selector)
Gather all concepts according to the selector.
|
protected static ArrayList |
ConceptManager.makeTableEntryArrayList(Concept c1,
GNode rel,
Concept c2,
ConceptManager.ConceptsToInclude selector)
Constructs a single table entry from a charger concept-relation-concept
set.
|