Skip to content
Snippets Groups Projects
Commit 29e72a1c authored by Tobias Moebert's avatar Tobias Moebert
Browse files

+ 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)
parent 38eccf08
No related branches found
No related tags found
Loading
Showing
with 1847 additions and 1697 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment