- Aug 18, 2015
-
-
Tobias Moebert authored
+ [AttributeList] added a static method to create an AttributeList from the description provided by a Widget or Interpreter - [Widget] removed obsolete elements from the attribute description # [Discoverer] updated to make use of AttributeList.fromAttributeDescription()
-
- Aug 17, 2015
-
-
Tobias Moebert authored
-
- Jul 26, 2015
-
-
mirueger authored
-
- Jul 15, 2015
-
-
mirueger authored
# updated to version without ease.js and with synonyms # [Aggregator] moved _getComponentsForUnsatisfiedAttributes() to [Discoverer] + [Discoverer] _getComponentsForUnsatisfiedAttributes() # [Discoverer] _getComponentsForUnsatisfiedAttributes() can initialize components if not already registered # [Interpreter] constructor Interpreter(discoverer, inAttributes, outAttributes) + [Interpreter] inOut # [Interpreter] _init() # [Interpreter] _initInterpreter() # [Interpreter] _initInAttributes() # [Interpreter] _initOutAttributes() # [Interpreter] _doesSatisfyTypeOf() # [Widget] constructor Widget(discoverer, outAttributes) + [Widget] inOut # [Widget] _initWidgetr() # [Widget] _initOutAttributes() # [Widget] _doesSatisfyTypeOf()
-
- Jun 23, 2015
-
-
Helena Jank authored
# adjusted console logs to print attributes more prettily # simplified translation of attributes (one direction) # corrected exception handling in discoverer-constructor-parameter-checking
-
- Jun 02, 2015
-
-
Helena Jank authored
+ added parameter true to new Attribute() calls + added hasSynonym/s() to attribute
-
- Jun 01, 2015
-
-
Helena Jank authored
+ added parameter to buildAttribute() for case differentiation: with or without synonyms # moved translation initiation into discoverer, building attributes from arrays
-
- May 28, 2015
-
-
Helena Jank authored
-
- May 27, 2015
-
-
Helena Jank authored
+ in attribute: added reciprocity of synonyms in equalsTypeOf() + in attributeList: added synonyms in clone() + in translation: added functions for checking and accessing both synonyms
-
- May 22, 2015
-
-
Helena Jank authored
# added parameters to discoverer according to adaptationsEngine's ContextDetector # some minor corrections
-
Helena Jank authored
-
- May 21, 2015
-
-
Tobias Moebert authored
# updated the JSDoc comments to match the new programming style
-
Tobias Moebert authored
-
- May 18, 2015
-
-
Helena Jank authored
# corrected discoverer: constructor and buildAttribute
-
- May 15, 2015
-
-
Helena Jank authored
+ added function buildAttribute to Discoverer # corrected stale name 'AttributeType' changing it to 'Attribute' # simplified Translation
-
- May 05, 2015
-
-
Tobias Moebert authored
-
- Apr 29, 2015
-
-
Tobias Moebert authored
-
- Apr 28, 2015
-
- Apr 27, 2015
-
-
Helena Jank authored
-
- Apr 24, 2015
-
-
Tobias Moebert authored
-
- Apr 23, 2015
-
-
Tobias Moebert authored
# merged AttributeTypeList and AttributeValueList into AttributeList
-
- Apr 09, 2015
-
-
Tobias Moebert authored
+ [Aggregator] addInterpreter() + [Aggregator] getInterpreters() + [Aggregator] getComponentUUIDs() + [Aggregator] hasComponent(uuid) + [Aggregator] doesSatisfyAttributeType(_attributeType) + [Aggregator] getComponentsForUnsatisfiedAttributeTypes(_unsatisfiedAttributes, _all, _componentTypes) + [Aggregator] didFinishSetup() + [Aggregator] queryReferencedInterpreters(_callback) + [Aggregator] queryReferencedComponents(_callback) + [AttributeType] hasParameters() + [AttributeType] toString() + [AttributeType] getIdentifier() + [AttributeTypeList] getItem(_identifier) + [AttributeTypeList] clone() + [AttributeValue] toString() + [AttributeValueList] getValueForAttributeType(_attributeType) + [Parameter] toString() + [Parameter] getIdentifier() + [ParameterList] getItemsAsJson() + [ParameterList] getIdentifier() + [WidgetDescription] doesSatisfyAttributeType(_attributeType) + [Widget] virtual didFinishInitialization(_attributeTypes) # updated unit tests to consider the changes made to the different components # updated the JSDoc comments and build an updated documentation # [AbstractList] getItem is now virtual # [Aggregator] updated the constructor and setup process so that aggregators are able to search for components to satisfy requested attributes (should be handled by the discoverer in the future) # [Aggregator] updated methods to use UUIDs instead of WidgetHandles # [Aggregator] addWidget now accepts a Widget or a UUID # [Aggregator] removeWidget now only accepts UUIDs # [Aggregator] aggregatorSetup() -> aggregatorSetup(_attributeTypes) # [Aggregator] abstract protected setAggregatorAttributeValues() -> virtual protected setAggregatorAttributeValues(_attributeTypes) # [Aggregator] abstract protected setAggregatorConstantAttributeValues() -> virtual protected setAggregatorConstantAttributeValues() # [Aggregator] abstract protected setAggregatorCallbacks() -> virtual protected setAggregatorCallbacks() # [Aggregator] interpretData(_interpreterId, _data, _function) -> interpretData(_interpreterId, _function) # [Widget] getAttributeValues() -> getAttributeValues(_attributeTypeList) - [Aggregator] initWidgetHandles() - removed WidgetHandle and WidgetHandleList (all components are solely referenced by UUID now) - [Widget] getHandle()
-
- Mar 12, 2015
-
-
Tobias Moebert authored
# [Widget] queryConstAttributes -> getConstAttributes # [Widget] getWidgetDescription -> getDescription # [Widget] setOutAttributeType -> addOutAttributeType # [Widget] setOutAttributeTypes-> addOutAttributeTypes # [Widget] getWidgetAttributeTypes -> getAttributeTypes # [Widget] queryCallbacks -> getCallbacks - [Widget] removed debugging code + [WidgetDescription] setCallbackNames + [WidgetDescription] addCallbackName + [WidgetDescription] getHandle # [Interpreter] getInterpreterDescription -> getDescription # [Aggregator] getAggregatorDescription -> getDescription + [Aggregator] queryReferenzedWidget # [Discoverer] getComponentsByAttributes(_attributeTypeList, _all) -> getComponentsByAttributes(_attributeTypeList, _all, _componentTypes) # [Discoverer] getDescriptions() -> getDescriptions(_componentTypes) # [Discoverer] getWidgetDescriptions(), getInterpreterDescriptions() & getAggregatorDescriptions() -> private
-
- Mar 09, 2015
-
-
Tobias Moebert authored
# removed the GeoLocationWidget, AddressInterpreter and TestAggregator from the build routine # made some code simplifications + added missing class "UnEqual" to the build routine ! fixed a type in the build contactJS config - removed unnecessary commas and semi-colons
-
- Mar 04, 2015
-
-
Stefanie Lemcke authored
-