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

Description

performs a Tolog-Query and returns an AbstractModel

Parameters
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

Related Topics