Context ( antares.model.context.Context )

Antares context module.

class antares.model.context.Context

Bases: object

Represents a context object in general. It is the super class for all 11 concrete context objects.

Attributes Summary

Methods Summary

isValidProperty(propertyname) Check whether the given Property ‘propertyname’ is valid.

Attributes Documentation

Methods Documentation

isValidProperty(propertyname)

Check whether the given Property ‘propertyname’ is valid.

Parameters:propertyname (string) – the name of propname to be checked
Returns:True if valid, otherwise False.