-
- Downloads
+ [Aggregator] didFinishInitialization()
+ [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()
Showing
- build/contactJS.js 3 additions, 9 deletionsbuild/contactJS.js
- dist/contactJS.js 1855 additions, 1746 deletionsdist/contactJS.js
- docs/AbstractList.html 93 additions, 491 deletionsdocs/AbstractList.html
- docs/AddressInterpreter.html 0 additions, 4969 deletionsdocs/AddressInterpreter.html
- docs/Aggregator.html 1122 additions, 879 deletionsdocs/Aggregator.html
- docs/AttributeType.html 263 additions, 501 deletionsdocs/AttributeType.html
- docs/AttributeTypeList.html 175 additions, 502 deletionsdocs/AttributeTypeList.html
- docs/AttributeValue.html 162 additions, 485 deletionsdocs/AttributeValue.html
- docs/AttributeValueList.html 336 additions, 495 deletionsdocs/AttributeValueList.html
- docs/Callback.html 89 additions, 582 deletionsdocs/Callback.html
- docs/CallbackList.html 93 additions, 491 deletionsdocs/CallbackList.html
- docs/Condition.html 89 additions, 673 deletionsdocs/Condition.html
- docs/ConditionList.html 93 additions, 491 deletionsdocs/ConditionList.html
- docs/ConditionMethod.html 79 additions, 478 deletionsdocs/ConditionMethod.html
- docs/Discoverer.html 310 additions, 1628 deletionsdocs/Discoverer.html
- docs/Equals.html 84 additions, 482 deletionsdocs/Equals.html
- docs/GeoLocationWidget.html 0 additions, 6294 deletionsdocs/GeoLocationWidget.html
- docs/Interpreter.html 102 additions, 572 deletionsdocs/Interpreter.html
- docs/InterpreterDescription.html 372 additions, 648 deletionsdocs/InterpreterDescription.html
- docs/InterpreterResult.html 84 additions, 623 deletionsdocs/InterpreterResult.html
Loading
Please register or sign in to comment