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.
|
Modifier and Type | Method and Description |
---|---|
int |
DefaultSemanticLabel.compareTo(DefaultSemanticLabel other)
Takes a label and compares that label to this one.
|
boolean |
DefaultSemanticLabel.equals(DefaultSemanticLabel other)
Determines is this DefaultSemanticLabel is equal to the given one.
|
Modifier and Type | Method and Description |
---|---|
protected DefaultSemanticLabel |
CSVDefaultCognitiveModelLiteHandler.getLabel(java.lang.String name)
Takes a name and returns its DefaultSemanticLabel or null if there is
none.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CSVDefaultCognitiveModelLiteHandler.setLabels(java.util.HashMap<java.lang.String,DefaultSemanticLabel> labels)
Sets the label mapping.
|