org.tm4j.panckoucke.impl.abstraction.tolog.TologAbstractor .evaluateQuery(org.tm4j.topicmap.TopicMap tm,java.lang.String query,boolean compactSingleColumnRows)

Description

performs a Tolog-Query and returns an AbstractModel

Parameters
boolean compactSingleColumnRows if true and if the query returns a resultset with one column per row, the abstractor will generate a more compact model.
java.lang.String query a valid tolog query
org.tm4j.topicmap.TopicMap tm the topicmap to query on. must not be null

Returns

a Model which contains all values from the resultset

Other Resources