ControllerCommand
Verb-Noun pair that forms one Prajna message. Only advance programmer that need to write additional Prajna service should use this data structure
Record Fields
Record Field | Description |
Noun
Signature: ControllerNoun
|
Noun in the Prajna message |
Verb
Signature: ControllerVerb
|
Verb in the Prajna message |
Constructors
Constructor | Description |
new(v, n)
Signature: (v:ControllerVerb * n:ControllerNoun) -> ControllerCommand
|
Construct a Command word with a verb and a noun pair |