Uses of Class
net.ponder2.objects.P2Array

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

Uses of P2Array in net.ponder2
 

Methods in net.ponder2 that return P2Array
protected  P2Array Domain.operation_collect(P2Object source, P2Block aBlock)
          Calls aBlock with name/value pairs for each entry in the domain.
 

Methods in net.ponder2 with parameters of type P2Array
protected  P2Object SelfManagedCell.executeArgs(P2Object source, P2Block aBlock, P2Array anArray)
          Executes aBlock with anArray of arguments.
protected  void EventTemplate.operation_create(P2Object source, P2Array anArray)
          creates and sends an event of this type with values from anArray.
 P2Hash EventTemplate.packageArgs(P2Array anArray)
           
 

Constructors in net.ponder2 with parameters of type P2Array
EventTemplate(P2Object myP2Object, P2Array anArray)
          creates an event template with anArray containing the argument names.
 

Uses of P2Array in net.ponder2.managedobject
 

Subclasses of P2Array in net.ponder2.managedobject
 class CsvHash
          TODO Description
 

Uses of P2Array in net.ponder2.objects
 

Methods in net.ponder2.objects that return P2Array
 P2Array P2Object.asP2Array()
          Returns itself as a Ponder2 Array
 P2Array P2Array.asP2Array()
           
protected  P2Array P2Hash.asPonder2Array()
          answers an array containing name, values, name, value ...
static P2Array P2Object.create(int... values)
           
static P2Array P2Object.create(P2Object... values)
           
static P2Array P2Object.create(java.lang.String... values)
           
protected  P2Array P2Number.op_collect(P2Object source, P2Object aBlock)
          Execute aBlock this number of times.
 P2Array P2Hash.operation_collect(P2Object source, P2Block aBlock)
          Takes a block and executes the block once for each entry in the hash.
 P2Array P2Array.operation_collect(P2Object source, P2Block aBlock)
          for each entry in the array executes aBlock with the entry given as an argument to the block.
 P2Array P2XML.xPathNodeSet(java.lang.String anXPathExpression)
          Answers an array with XML elements generated by applying anXPathExpression to the receiver
 

Methods in net.ponder2.objects with parameters of type P2Array
 void P2Array.addAll(P2Array anArray)
          adds all objects in anArray to the receiver.
 P2Object P2Block.operation_array(P2Object source, P2Array anArray)
          Executes the block with anArray of arguments.
 P2Object P2Block.operation_array(P2Object source, P2Hash vars, P2Array anArray)
          Executes the block with anArray of arguments.
 

Uses of P2Array in net.ponder2.policy
 

Constructors in net.ponder2.policy with parameters of type P2Array
Event(P2Object source, P2Object eventTemplate, P2Array values)
           
 



Copyright © 2008 Imperial College. All Rights Reserved.