Package | Description |
---|---|
cgfca | |
kb |
Classes for managing CharGer or CRAFT elements as knowledge sources.
|
kb.matching |
Classes to support various matching purposes.
|
Modifier and Type | Field and Description |
---|---|
(package private) ArrayList<BinaryTuple> |
PathFinder.binaries |
Modifier and Type | Method and Description |
---|---|
ArrayList<BinaryTuple> |
PathFinder.findConceptInBinaries(Concept con)
Get the list of all binaries with the concept in them.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PathFinder.addToCurrentPaths(Path path,
BinaryTuple bt,
Concept con)
Add the given path to the list of current paths, if it is not already there.
|
void |
Path.addToPath(BinaryTuple bt) |
static String |
CG_FCA.binaryToString(BinaryTuple bt)
Show the first concept and relation as a binary tuple.
|
void |
PathFinder.buildPaths(BinaryTuple bt,
Concept con)
Build all possible paths from the binary tuple to the concept.
|
void |
PathFinder.buildPaths(Path possiblePath,
BinaryTuple startingTuple,
Concept con)
Find a path from the concept-relation binary to the given concept.
|
ArrayList<Path> |
PathFinder.getCurrentPaths(BinaryTuple bt,
Concept con)
Accesses the current paths (if any) between a binary tuple and the given
concept.
|
Constructor and Description |
---|
PathFinder(RepertoryGrid grid,
ArrayList<BinaryTuple> binaries,
ArrayList<Concept> targetConcepts) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MasterBinaryTuple
A tuple for a master graph that contains additional information about how it's been matched.
|
class |
MatchedBinaryTuple
A tuple that contains additional information about how it's been matched, e.g., within a matching process.
|
Modifier and Type | Method and Description |
---|---|
abstract float |
AbstractTupleMatcher.compare(BinaryTuple masterTuple,
BinaryTuple tupleToMatch)
Perform a possible comparison between two tuples.
|
float |
BasicTupleMatcher.compare(BinaryTuple masterTuple,
BinaryTuple tupleToMatch) |