Class QueryResultWrappers
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.basic.QueryResultWrappers
-
public class QueryResultWrappers extends Object
INTERNAL: Collection of QueryResult wrapper classes. These MapList wrappers are being used by the TologQueryTag.
-
-
Constructor Summary
Constructors Constructor Description QueryResultWrappers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Map<String,Object>>
getWrapper(QueryResultIF result)
-
-
-
Method Detail
-
getWrapper
public static List<Map<String,Object>> getWrapper(QueryResultIF result)
-
-