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

+ added Interpretation class

- [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)
parent a46a9a27
Loading
Showing
with 582 additions and 811 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