Module Interface INetworkNodeVisualizer

Package: inet.visualizer.contract
File: src/inet/visualizer/contract/INetworkNodeVisualizer.ned

This module interface allows configuring different INetworkNodeVisualizer submodules from INI files. Such a visualizer creates the visual representations of network nodes.

See also: NetworkNodeCanvasVisualizer, NetworkNodeOsgVisualizer, NetworkNodeVisualizer, NetworkNodeVisualizerBase

INetworkNodeVisualizer

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
IntegratedCanvasVisualizer compound module

This module integrates all canvas visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type.

IntegratedOsgVisualizer compound module

This module integrates all osg visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type.

NetworkNodeVisualizer compound module

This module integrates canvas and osg node visualizers into a single module.

Properties:

Name Value Description
display i=block/app_s

Source code:

//
// This module interface allows configuring different ~INetworkNodeVisualizer
// submodules from INI files. Such a visualizer creates the visual representations
// of network nodes.
//
// @see ~NetworkNodeCanvasVisualizer, ~NetworkNodeOsgVisualizer, ~NetworkNodeVisualizer, ~NetworkNodeVisualizerBase
//
moduleinterface INetworkNodeVisualizer
{
    parameters:
        @display("i=block/app_s");
}