IoTPy.encapsulation_functions.map package

Submodules

IoTPy.encapsulation_functions.map.assemble module

IoTPy.encapsulation_functions.map.assemble.assemble(params)[source]

Assembles map

Parameters:

params : dict

Dict of values

Returns:

agent

Agent for map

IoTPy.encapsulation_functions.map.make_part_from_map module

IoTPy.encapsulation_functions.map.make_part_from_map.f(v)[source]
IoTPy.encapsulation_functions.map.make_part_from_map.ff(v, arg_0)[source]
IoTPy.encapsulation_functions.map.make_part_from_map.g(v, state)[source]
IoTPy.encapsulation_functions.map.make_part_from_map.h(v, state, arg_0)[source]
IoTPy.encapsulation_functions.map.make_part_from_map.make_part_from_map(params)[source]

Makes a part from the map template given its arguments.

Parameters:

template_arguments: str

A JSON string that specifies the values of the parameters of the map template. The parameters are: in: a Stream out: a Stream function: a Python function initial_state: (optional) arbitrary parameters: (optional) list of arguments of function

Returns:

The part that was made.

Module contents