public class CG_FCA
extends Object
| Modifier and Type | Field and Description |
|---|---|
static CG_FCA_Window |
cgFCAWindow |
| Constructor and Description |
|---|
CG_FCA() |
| Modifier and Type | Method and Description |
|---|---|
static void |
activateCGFCA()
If not already instantiated, instantiate the main window, and bring to front.
|
static String |
binaryToString(BinaryTuple bt)
Show the first concept and relation as a binary tuple.
|
static PathFinder |
generateCGFCA(Graph graph)
The primary method for implementing the CG-FCA algorithms.
|
static void |
shutdownCGFCA() |
static void |
startupCGFCA()
Instantiate the main window.
|
public static CG_FCA_Window cgFCAWindow
public static void startupCGFCA()
public static void activateCGFCA()
public static void shutdownCGFCA()
public static String binaryToString(BinaryTuple bt)
[Cat: Misha] -> (sit) would become (Cat: Misha, sit)bt - public static PathFinder generateCGFCA(Graph graph)
graph - PathFinder