Skip to content
Snippets Groups Projects
user avatar
Tobias Moebert authored
- [AbstractList] removed counter
- [Aggregator] interpreters
- [Aggregator] addInterpreter() and getInterpreters()
- [Aggregator] getInterpretedData()
- [AttributeTypeList] getItem(_identifier)
- [AttributeValueList] getAttributeValue(_key)
- [ParameterList] getIdentifier()
- [Interpreter] - getInterpretedData()
+ [AttributeType] hasInputParameter()
+ [AttributeTypeList] removeAttributeType(_attributeType, _allOccurences)
+ [AttributeTypeList] hasAttributesWithInputParameters()
+ [AttributeTypeList] getAttributesWithInputParameters()
+ [AttributeValueList] containsAttributeType(_attributeType)
+ [AttributeValueList] getValueObjectForAttributeType(_attributeType)
+ [AttributeValueList] removeAttributeValuesWithAttributeType(_attributeType)
+ [AttributeValueList] updateValue(_attributeValue)
+ [ParameterList] hasInputParameter()
+ [Interpreter] hasOutAttributesWithInputParameters()
+ [Interpreter] getOutAttributesWithInputParameters()
# [Aggregator] uses Interpretation objects to save referenced interpreters
# [Aggregator] can handle parameters with values that change at runtime
# [AttributeType] equals(_attributeType) doesn't rely on identifier anymore
# [AttributeType] virtual public toString() -> public getIdentifier()
# [AttributeTypeList] public put(_attributeType) -> public put(_attributeType, _multipleInstances)
# [AttributeValueList] contains(_items) -> contains(_attributeValue)
# [Parameter] getIdentifier() -> toString()
# [Interpreter] callInterpreter(_dataToInterpret, _function) -> callInterpreter(_inAttributeValues, _outAttributeValues, _function)
21f656e6
History
Name Last commit Last update
..