XML Architecture
Posted
by
Roflcoptr
on Stack Overflow
See other posts from Stack Overflow
or by Roflcoptr
Published on 2010-12-31T10:38:25Z
Indexed on
2010/12/31
10:53 UTC
Read the original article
Hit count: 216
For my application I have to use a undefined number of different detection strategies. A strategy is defined in the following fashion:
The AND gate can also be a OR gate. For now, I hard coded all these rules in my code. For better extensability, I'd like to define all the detection startegies respectively rules in a XML file and parse it. But I'm not really sure how I can define such a detection strategy in a XML file. Any hints how to start?
© Stack Overflow or respective owner