Index

htdocs/contactJS/js/modules/abstractList.js

This module represents a List. It is an abstract Class.

htdocs/contactJS/js/modules/aggregator/aggregator.js

This module representing a Context Aggregator. It aggregates data from multiple widgets.

htdocs/contactJS/js/modules/aggregator/storage/retrievalResult.js

This module represents a RetrievalResult. It contains the data that were retrieved from the database

htdocs/contactJS/js/modules/aggregator/storage/storage.js

This module representing a Storage. The Storage handles the access to the database.

htdocs/contactJS/js/modules/attribute/attributeType.js

This module represents an AttributeType. AttributeTypes defines name, type (string, double,...) an associated parameter of an attribute.

htdocs/contactJS/js/modules/attribute/attributeTypeList.js

This module represents an AttributeTypeList. It is a subclass of AbstractList.

htdocs/contactJS/js/modules/attribute/attributeValue.js

This module represents an AttributeValue. AttributeValue extends AttributeTypes and adds the associated value.

htdocs/contactJS/js/modules/attribute/attributeValueList.js

This module represents a AttributeValueList. It is a subclass of AbstractList.

htdocs/contactJS/js/modules/attribute/parameter.js

This module represents a Parameter. Parameter specifies the Attributes to which they are associated.

htdocs/contactJS/js/modules/attribute/parameterList.js

This module represents a ParameterList. It is a subclass of AbstractList.

htdocs/contactJS/js/modules/descriptions/interpreterDescription.js

This module represents the InterpreterDescription. It describes the most important information for the communication with a specific interpreter.

htdocs/contactJS/js/modules/descriptions/widgetDescription.js

This module represents the WidgetDescription. It describes the most important information for the communication with a specific widget.

htdocs/contactJS/js/modules/discoverer/discoverer.js

This module representing a Context Discoverer.

htdocs/contactJS/js/modules/interpreter/interpreter.js

This module represents an Context Interpreter.

htdocs/contactJS/js/modules/interpreter/interpreterResult.js

This module represents a InterpreterResult.

htdocs/contactJS/js/modules/subscriber/callback.js

This module represents a Callback. Callbacks defines events for sending data to subscribers

htdocs/contactJS/js/modules/subscriber/callbackList.js

This module represents an CallbackList. It is a subclass of AbstractList.

htdocs/contactJS/js/modules/subscriber/condition/condition.js

This module represents a Condition. Condition specifies subscriptions. The associated attributes are only sent, if the condition applies.

htdocs/contactJS/js/modules/subscriber/condition/conditionList.js

This module represents a ConditionList. It is a subclass of AbstractList.

htdocs/contactJS/js/modules/subscriber/condition/conditionMethod.js

This module represents an interface for ConditionMethod.

htdocs/contactJS/js/modules/subscriber/condition/equals.js

This module represents the conditionMethod Equals.

htdocs/contactJS/js/modules/subscriber/condition/unequals.js

This module represents the conditionMethod Equals.

htdocs/contactJS/js/modules/subscriber/subscriber.js

This module represents a Subscriber.

htdocs/contactJS/js/modules/subscriber/subscriberList.js

This module represents a SubscriberList. It is a subclass of AbstractList.

htdocs/contactJS/js/modules/widget/widget.js

This module representing a Context Widget.