Module Interface IObjectCache

Package: inet.environment.contract
File: src/inet/environment/contract/IObjectCache.ned

An object cache is a data structure that is used by the physical environment to store physical objects.

IObjectCache

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Used in compound modules:

Name Type Description
PhysicalEnvironment compound module

The propagation of communication signals, the movement of communicating agents, or battery exhaustion depend on the surrounding physical environment. For example, signals can be absorbed by objects, can pass through objects, can be refracted by surfaces, can be reflected from surfaces, etc.

Properties:

Name Value Description
display i=block/table2

Source code:

//
// An object cache is a data structure that is used by the physical environment
// to store physical objects.
//
moduleinterface IObjectCache
{
    parameters:
        @display("i=block/table2");
}