org.tm4j.panckoucke.impl.abstraction.tolog.TologAbstractor .evaluateQuery(org.tm4j.panckoucke.model.AMMember member,java.lang.String query,boolean compactSingleRowColumns)

Description

performs a Tolog-Query and returns an AbstractModel

Parameters
boolean compactSingleRowColumns if true and if the query returns a resultset with one column per row, the abstractor will generate a more compact model.
org.tm4j.panckoucke.model.AMMember member the method tries to retrieve the topicmap to query on from the given member. If the member is not connected implicitly to a Topicmap (by its representedObject) the method will return null
java.lang.String query a valid tolog query

Returns

a Model which contains all values from the resultset

Other Resources