AR Context ( antares.context.ARContext)

Antares context module.

class antares.context.ARContext(container_id)

Bases: antares.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, which is a AlertReplica.

Attributes Summary

name Name of AR context.
alert_replica This is the AlertReplica which contains this ARContext.

Methods Summary

Attributes Documentation

name = 'AR'

Name of AR context.

alert_replica = None

This is the AlertReplica which contains this ARContext.

Type:AlertReplica

Methods Documentation