Package | Description |
---|---|
gov.sandia.cognition.framework |
Provides the interfaces for the Cognitive Framework.
|
gov.sandia.cognition.framework.io |
Provides file format handlers for the Cognitive Framework.
|
gov.sandia.cognition.framework.lite |
Provides a lightweight implementation of the Cognitive Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSemanticNetwork
This class contains a default implementation of a SemanticNetwork.
|
Modifier and Type | Method and Description |
---|---|
SemanticNetwork |
SemanticMemory.getNetwork()
Gets the underlying SemanticNetwork for the SemanticMemory.
|
Modifier and Type | Method and Description |
---|---|
static void |
CSVDefaultCognitiveModelLiteHandler.write(java.io.File file,
SemanticNetwork network)
Writes a SemanticNetwork to the given file using the CSV format.
|
static void |
CSVDefaultCognitiveModelLiteHandler.write(java.io.PrintWriter pw,
SemanticNetwork network)
Writes a SemanticNetwork to the given stream using the CSV format.
|
static void |
CSVDefaultCognitiveModelLiteHandler.write(java.lang.String fileName,
SemanticNetwork network)
Writes a SemanticNetwork to the given file using the CSV format.
|
Modifier and Type | Method and Description |
---|---|
SemanticNetwork |
AbstractSemanticMemoryLite.getNetwork()
Gets the semantic network underlying the semantic memory.
|
SemanticNetwork |
PatternRecognizerLite.getNetwork()
Gets the SemanticNetwork describing the structure of the pattern
recognizer.
|
SemanticNetwork |
SimplePatternRecognizer.getNetwork()
Gets the SemanticNetwork describing the structure of the pattern
recognizer.
|
Constructor and Description |
---|
SimplePatternRecognizer(SemanticNetwork network)
Creates a new instance of SimplePatternRecognizer.
|