+ Callable
+ Queryable + Data + Service - const.js # Attribute -> ContextInformation # AttributeList -> ContextInformationList # updated the example Widget and Interpreter # updated unit test to accommodate these changes # [Aggregator, Interpreter, Widget] doesSatisfyTypeOf(contextInformation) -> doesSatisfyKindOf(contextInformation) # [Interpreter, Widget] doesSatisfyKindOf(contextInformation) moved to Component # [Widget] Widget(discoverer, attributes) -> Widget(discoverer) # [Widget] sendToSubscriber(callback) -> _sendToSubscriber(callback) # [ContextInformation] _type -> _dataType (getter/setter accordingly) # [ContextInformation] equalsTypeOf(contextInformation) -> isKindOf(contextInformation) (_isTypeOf accordingly) # [ContextInformation] equalsValueOf(contextInformation) -> equals(contextInformation) # [ContextInformationList] putIfTypeNotContained(contextInformation) -> putIfKindNotContained(contextInformation) # [ContextInformationList] containsTypeOf(contextInformation) -> containsKindOf(contextInformation) # [ContextInformationList] containsValueOf(contextInformation) -> contains(contextInformation) # [ContextInformationList] equalsTypesIn(contextInformationList) -> isKindOf(contextInformationList) # [ContextInformationList] equalsValuesIn(contextInformationList) -> equals(contextInformationList)
Showing
- build/contactJS.js 6 additions, 6 deletionsbuild/contactJS.js
- dist/contactJS.js 999 additions, 1067 deletionsdist/contactJS.js
- docs/Attribute.html 23 additions, 23 deletionsdocs/Attribute.html
- docs/AttributeList.html 18 additions, 18 deletionsdocs/AttributeList.html
- docs/attribute_attribute.js.html 2 additions, 2 deletionsdocs/attribute_attribute.js.html
- docs/attribute_attributeList.js.html 2 additions, 2 deletionsdocs/attribute_attributeList.js.html
- examples/GeoLocationWidget.js 6 additions, 7 deletionsexamples/GeoLocationWidget.js
- examples/addressInterpreter.js 7 additions, 7 deletionsexamples/addressInterpreter.js
- js/config.js 12 additions, 12 deletionsjs/config.js
- js/modules/attribute/attributeList.js 0 additions, 352 deletionsjs/modules/attribute/attributeList.js
- js/modules/component/callable/callable.js 55 additions, 0 deletionsjs/modules/component/callable/callable.js
- js/modules/component/callable/interpreter/interpreter.js 280 additions, 0 deletionsjs/modules/component/callable/interpreter/interpreter.js
- js/modules/component/callable/interpreter/interpreterResult.js 141 additions, 0 deletions...dules/component/callable/interpreter/interpreterResult.js
- js/modules/component/callable/service/service.js 38 additions, 0 deletionsjs/modules/component/callable/service/service.js
- js/modules/component/component.js 47 additions, 27 deletionsjs/modules/component/component.js
- js/modules/component/queryable/aggregator/aggregator.js 89 additions, 90 deletionsjs/modules/component/queryable/aggregator/aggregator.js
- js/modules/component/queryable/aggregator/interpretation.js 35 additions, 0 deletionsjs/modules/component/queryable/aggregator/interpretation.js
- js/modules/component/queryable/aggregator/storage/retrievalResult.js 14 additions, 13 deletions...component/queryable/aggregator/storage/retrievalResult.js
- js/modules/component/queryable/aggregator/storage/storage.js 70 additions, 71 deletionsjs/modules/component/queryable/aggregator/storage/storage.js
- js/modules/component/queryable/queryable.js 3 additions, 0 deletionsjs/modules/component/queryable/queryable.js
Loading
Please register or sign in to comment