Package | Description |
---|---|
gov.sandia.cognition.framework |
Provides the interfaces for the Cognitive Framework.
|
Modifier and Type | Method and Description |
---|---|
SemanticIdentifierMapEventType |
SemanticIdentifierMapEvent.getEventType()
Gets the type of the event.
|
static SemanticIdentifierMapEventType |
SemanticIdentifierMapEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SemanticIdentifierMapEventType[] |
SemanticIdentifierMapEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SemanticIdentifierMapEvent.setEventType(SemanticIdentifierMapEventType eventType)
Sets the type of the event.
|
Constructor and Description |
---|
SemanticIdentifierMapEvent(SemanticIdentifierMap map,
SemanticIdentifierMapEventType eventType,
SemanticIdentifier identifier)
Creates a new instance of CognitiveModelStateChangeEvent.
|