org.tm4j.panckoucke.impl.abstraction.section .SectionAbstractor

Description

The SectionAbstractor organizes characteristics of a topic in Sections and SectionGroups.
Each Section arranges their data in one or more matrices (using the org.tm4j.panckoucke.impl.abstraction.util.Matrix).
SectionGroups are a container for Sections.
The model generated by the SectionAbstractor is therefore suitable to be rendered in a little-interactive, cleanly organized environment.
The SectionAbstractor only supports the generation of an AbstractModel for Topic objects.

Inheritance Hierarchy

Method Summary
void buildModelForTopic(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.Topic topic,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
Builds a section model for a topic
org.tm4j.panckoucke.model.AModel generateModel(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
void setModelFacory(org.tm4j.panckoucke.model.AModelFactory factory)
void supportsAbstraction(org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)
Currently model-generation is supported for Topics and Associations only.