Package | Description |
---|---|
gov.sandia.cognition.framework.io |
Provides file format handlers for the Cognitive Framework.
|
Modifier and Type | Method and Description |
---|---|
static CognitiveModelLiteFactory |
CSVDefaultCognitiveModelLiteHandler.parseCSVToModelFactory(java.io.BufferedReader br,
boolean mutable)
Reads a default CognitiveModuleFactory from the given buffered reader and
puts it in a default CognitiveModelFactory.
|
static CognitiveModelLiteFactory |
CSVDefaultCognitiveModelLiteHandler.parseCSVToModelFactory(java.lang.String fileName,
boolean mutable)
Reads a default CognitiveModuleFactory from the given file and puts it in
a default CognitiveModelFactory.
|