Uses of Interface
net.ponder2.Ponder2Message

Packages that use Ponder2Message
net.ponder2   
net.ponder2.managedobject   
net.ponder2.objects   
net.ponder2.policy   
 

Uses of Ponder2Message in net.ponder2
 

Classes in net.ponder2 that implement Ponder2Message
 class P2ManagedObject
          The base class for all Managed Objects within the system.
 class P2ObjectAdaptor
          An object adaptor manages the interface between the ponder2 system and the actual managed object itself
 

Uses of Ponder2Message in net.ponder2.managedobject
 

Classes in net.ponder2.managedobject that implement Ponder2Message
 class CsvHash
          TODO Description
 class DateTime
          TODO Description
 

Uses of Ponder2Message in net.ponder2.objects
 

Classes in net.ponder2.objects that implement Ponder2Message
 class P2Array
          Holds a collection of Ponder2 objects.
 class P2Block
          Acts as a closure encompassing PonderTalk statements.
 class P2Boolean
          A boolean object.
 class P2Class
          TODO Description
 class P2Error
          Object containing error details created when an error is thrown in the code.
 class P2Hash
          Implements a dictionary that stores objects indexed by keys.
 class P2Null
          Class representing the null value.
 class P2Number
          An object used for comparing and counting
 class P2Object
          TODO Description
 class P2String
          TODO Description
 class P2XML
          This is an internal Ponder2 XML object type.
 

Uses of Ponder2Message in net.ponder2.policy
 

Classes in net.ponder2.policy that implement Ponder2Message
 class Event
          The actual notification that is sent through the system.
 



Copyright © 2008 Imperial College. All Rights Reserved.