From: SourceForge.net <no...@so...> - 2010-01-07 13:44:56
|
Feature Requests item #2927527, was opened at 2010-01-07 13:44 Message generated for change (Tracker Item Submitted) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377771&aid=2927527&group_id=23187 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Combinatoric element qualifiers Initial Comment: I constructed some more complex element qualifiers (see my following feature request) and found it useful to construct them out of existing simple ones. I thus built - an abstract CombinatoricElementQualifier which basically just wraps a list of element qualifiers for convenience - a disjuntive element qualifier, implementing qualifier1 || qualifier2 || ... with Java semantics for || - a conjunctive element qualifier, implementing qualifier1 && qualifier2 && ... with Java semantics for && They are attached. I think others might find them or sth. similar useful (for examle, the ElementNameQualifier is frequently used in conjunction with a customized qualifier). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=377771&aid=2927527&group_id=23187 |