org.tm4j.panckoucke.impl.abstraction.extended.ExtendedSubjectContributor .contribute(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.TopicMapObject tmo,org.tm4j.panckoucke.abstraction.AbstractionContext ac)

Description

Adds the subject and all subjectIndicators of topic tmo to the model. If Topic tmo refers to a subject then the implementation adds an outgoing arc to n0 (the centernode of the model). with gestalt SUBJECT. That arc contains one endnode of gestalt SUBJECT. The node represents the subjects locator in its dataLocator-property.
If Topic tmo holds one or more subjectIndicators, the implementation adds an outgoing arct to n0 with gestalt SUBJECT_INDICATOR. Each endnode of this arc represents a subjectIndicator of tmo in its dataLocator-property.

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

Other Resources

Related Topics