Package | Description |
---|---|
cgfca |
Modifier and Type | Field and Description |
---|---|
(package private) ArrayList<Path> |
RGPathValue.paths |
Modifier and Type | Method and Description |
---|---|
Path |
Path.clone() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Path> |
PathFinder.getCurrentPaths(BinaryTuple bt,
Concept con)
Accesses the current paths (if any) between a binary tuple and the given
concept.
|
ArrayList<Path> |
RGPathValue.getPaths() |
Modifier and Type | Method and Description |
---|---|
boolean |
RGPathValue.addPath(Path path) |
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.
|
boolean |
PathFinder.belongsInInputOutputReport(Path path)
Whether a path belongs in an input-output report.
|
void |
PathFinder.buildPaths(Path possiblePath,
BinaryTuple startingTuple,
Concept con)
Find a path from the concept-relation binary to the given concept.
|
boolean |
Path.cycleSame(Path otherPath)
Determine whether this path is equivalent to the given path if they are cycles.
|
boolean |
Path.equals(Path otherPath)
Compares two paths for equality as follows.
|
boolean |
RGPathValue.isAlreadyThere(Path path) |
boolean |
PathFinder.isPathAlreadyInList(Path path,
ArrayList<Path> paths)
Test whether a path list already contains the given path.
|
void |
RGPathValue.removePath(Path path)
Safely remove the path from this cell.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PathFinder.isPathAlreadyInList(Path path,
ArrayList<Path> paths)
Test whether a path list already contains the given path.
|