Package ZenModel :: Module RRDDataPoint
[hide private]
[frames] | no frames]

Module RRDDataPoint

source code

RRDDataPoint

Defines attributes for how a datasource will be graphed and builds the nessesary DEF and CDEF statements for it.

$Id:$


Version:  

Classes [hide private]
  RRDDataPointError
  RRDDataPoint
Base class for all Persistent classes that have relationships.
Functions [hide private]
 
manage_addRRDDataPoint(context, id, REQUEST=None)
make a RRDDataPoint
source code
 
convertMethodParameter(value, type) source code
Variables [hide private]
  __doc__ = """RRDDataPo...
  SEPARATOR = '_'
  RELMETATYPES = ('ToOneRelationship', 'ToManyContRelationship',...
Variables Details [hide private]

__doc__

Value:
"""RRDDataPoint

Defines attributes for how a datasource will be graphed
and builds the nessesary DEF and CDEF statements for it.

$Id:$"""

RELMETATYPES

Value:
('ToOneRelationship', 'ToManyContRelationship', 'ToManyRelationship')