AR Context ( antares.model.context.ARContext)

Antares context module.

class antares.model.context.ARContext(container_id)

Bases: antares.model.context.Context

Represents a AR (Alert Replica) context object which is a sub-class of Context. It contains all the properties defined under AR context.

Param:container_id(int): ID of the object that owns the context.

Attributes Summary

name Name of AR context.

Methods Summary

ARContext.assembleVector
commit(cur)
__str__()

Attributes Documentation

name = 'AR'

Name of AR context.

Methods Documentation

commit(cur)
__str__()