P2Array
Holds a collection of Ponder2 objects. An array may be returned from sending a message to an object or ir may be created in PonderTalk with the
#( obj1 obj2 obj3)syntax.
P2Hash
Implements a dictionary that stores objects indexed by keys. The keys are string types.
P2String
TODO Description
ObligationPolicy
an obligation policy that performs Event, Condition, Action rules for the SMC
AuthorisationPolicy
This is a space holder for an Authorisation Policy, there is no support for it at present
P2Block
Acts as a closure encompassing PonderTalk statements. Any variables used by the statements within the block are untouched once the block is created. Blocks may have arguments that are handed in when they are executed. When a block is executed it returns returns the value of the last statement executed within the block. c.f. function calls.
P2Boolean
A boolean object.
P2Number
An object used for comparing and counting
P2XML
TODO Description