Podcast
Questions and Answers
Which component requires an interfaces adapter that knows every possible version for every structure within a recording and knows how to adapt it to the target interface?
Which component requires an interfaces adapter that knows every possible version for every structure within a recording and knows how to adapt it to the target interface?
- Structure
- Target interface
- Recording
- Interfaces adapter (correct)
What is required for all RTEs to be compatible?
What is required for all RTEs to be compatible?
- Different algorithm
- Same version number (correct)
- Different structure
- Different interface
What is the purpose of the interfaces adapter?
What is the purpose of the interfaces adapter?
- To update algorithms
- To record structures
- To adapt structures (correct)
- To create versions