Platforms and wrappers

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Platforms and wrappers

Feature parity between wrappers has been ensured, and similar names for the classes and methods have been used in their design. For example, the Network class is included in all wrappers. At the same time, the idioms of the specific target languages have been respected:

Network class in PySMILE has had the add_node method implemented.

Network class in jSMILE has had the addNode method implemented.

Network class in rSMILE has had the addNode method implemented.

Network class in SMILE.NET has had the AddNode method implemented.

As can be observed, the naming conventions of the different programming languages are reflected in the method names.

The remainder of this chapter describes the platform-specific details that are related to the use of SMILE Wrappers.