Python API class rl3.KMLEngine

From RL3 Wiki
Jump to: navigation, search

rl3.KMLEngine class overview

rl3.KMLEngine is a subclass of rl3.BaseEngine class.

The class possesses members enabling to:

  • create engine objects of KML type;
  • perform operations specific for engines of KML type, e.g. TBD:.

Members inherited from the base class include:

  • TBD:

constructor

def __init__(self):

Create an engine of KML type.

Returns: a new engine object

Class member functions

claim_input

def claim_input(self, input):

TBD

claim_output

def claim_output(self, output):

TBD

Functions derived from rl3.BaseEngine class

Refer to rl3.BaseEngine class documentation.