tennsS v1.53 Reference Manual

Copyright (C) 1997 - 2002 Mike Arnold, Altjira Software, mikea@altjira.com

Go to the previous, next section, table of contents.


Objargs_Spkev

Class Objargs_Spkev derived from Netset

A collection of objects that can be bound to the underlying network and are used as the arguments to the default operator for the <func> object. The arguments passed to the func are the values returned by passing the current time to the default operator for all of the objects. The value returned by the function is weighted (by <alpha>) with the previous value (by 1 - <alpha>). The func is a referenced object and must be of type Particle. All cnset objects are valid. If <objtype> is specified, then an object of that type is created for each node and each connection in each of the cnset objects. The objects are identified relative to the corresponding node or connection by the identifier <objtag>. The objects are constructed relative to the corresponding node or connection and must be of type Owned. If <objtype> is not specified, then the existing objects referenced by <objtag> relative to each node and each connection in each of the cnset objects are used. In both cases, the objects are also referenced from the Objargs object.


Naming

func references the func obj/<n> references object <n>

Configuration

alpha=<data> weighting given to current time step (0.5) func=<ref> sets the func

Additional arguments to existing commands

bind objtype=<type> [objtag=<id>] [func=<id>] <configuration arguments for created objects> binds itself to the underlying network structure objtype=<type> type of object to create objtag=<id> the tag used to identify the object relative to the node or connection func=<id> the function that the objects are passed to

Derived Classes


Go to the previous, next section, table of contents. Document generated Mon Jun 16 02:19:05 GMT 2003