Swarm-NG  1.1
swarmng.logdb.PKey Class Reference

Primary key of the log file database. More...

Public Member Functions

def __init__
 Create a primary key object from time, event_id and system_id respectively. More...
 

Properties

 time = property
 time field of the associated LogRecord, a floating point value representing time in AU
 
 event_id = property
 Event ID of the associated LogRecord, integer value that is usually 1. More...
 
 system_id = property
 Integer ID of the system that the associated LogRecord has a snapshot. More...
 

Detailed Description

Primary key of the log file database.

Most of methods are only for internal use and are not documented.

Definition at line 18 of file logdb.py.

Constructor & Destructor Documentation

def swarmng.logdb.PKey.__init__ (   self,
  time,
  event_id,
  system_id 
)

Property Documentation

swarmng.logdb.PKey.event_id = property
static

Event ID of the associated LogRecord, integer value that is usually 1.

Definition at line 22 of file logdb.py.

Referenced by swarmng.logdb.PKey.__init__().

swarmng.logdb.PKey.system_id = property
static

Integer ID of the system that the associated LogRecord has a snapshot.

Definition at line 24 of file logdb.py.

Referenced by swarmng.logdb.PKey.__init__().


The documentation for this class was generated from the following file: