org.tm4j.panckoucke.impl.abstraction.tolog.TologMatrixAbstractor .generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)

Description

if supportsAbstraction(tmo, ac) returns true, this methods retrieves the tolog-query from the AbstractionContext (by querying the hints for a property HINT_TOLOG_QUERY) Afterwards evaluateQuery(TopicMap, String) is called and the result is returned to the caller.

Parameters
org.tm4j.panckoucke.abstraction.AbstractionContext ac
org.tm4j.topicmap.TopicMapObject tmo

Returns

@throws UnsupportedOperationException

Other Resources

Related Topics

Has Parameters