- 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()
-
- 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 02, 2015
-
-
Helena Jank authored
+ added parameter true to new Attribute() calls + added hasSynonym/s() to attribute
-
- 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
-
- May 21, 2015
-
-
Tobias Moebert authored
# updated the JSDoc comments to match the new programming style
-
Tobias Moebert authored
-
- May 05, 2015
-
-
Tobias Moebert authored
-
- Apr 24, 2015
-
-
Tobias Moebert authored
-
- Apr 23, 2015
-
-
Tobias Moebert authored
# merged AttributeTypeList and AttributeValueList into AttributeList
-