Prajna


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 FieldDescription
Noun
Signature: ControllerNoun

Noun in the Prajna message

Verb
Signature: ControllerVerb

Verb in the Prajna message

Constructors

ConstructorDescription
new(v, n)
Signature: (v:ControllerVerb * n:ControllerNoun) -> ControllerCommand

Construct a Command word with a verb and a noun pair

Fork me on GitHub