org.tm4j.panckoucke.impl.abstraction .AbstractionManager

Description

ManagerClass, which serves as a single point of entry to the abstraction process.The AbstractionManager helds a number of Abstractor-Implementations and dispatches incoming abstraction requests to the appropriate abstractors

Inheritance Hierarchy

Method Summary
void addAbstractor(org.tm4j.panckoucke.abstraction.Abstractor a)
adds an Abstractor to the list of abstractors, which are managed by this AbstractorManager
org.tm4j.panckoucke.model.AModel generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
passes the generateModel request to an appropriate Abstractor
void removeAbstractor(org.tm4j.panckoucke.abstraction.Abstractor a)
removes an Abstractor from the list of abstractors, which are managed by this AbstractorManager
void supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)