Package | Description |
---|---|
gov.sandia.cognition.graph |
Modifier and Type | Class and Description |
---|---|
class |
WeightedDenseMemoryGraph<NodeNameType>
Implementation for a weighted graph type
|
Modifier and Type | Method and Description |
---|---|
static DenseMemoryGraph<?> |
DenseMemoryGraph.deserialize(java.lang.String fileName)
Helper method for deserializing from a file
|
Modifier and Type | Method and Description |
---|---|
static void |
DenseMemoryGraph.serialize(java.lang.String fileName,
DenseMemoryGraph<?> graph)
Helper method for serializing the input to file.
|