org.tm4j.panckoucke.impl.abstraction.HierarchicalMolder .mold(org.tm4j.panckoucke.model.AModel model,org.tm4j.panckoucke.model.AMNode n0,org.tm4j.panckoucke.abstraction.AbstractionContext ac)

Description

Adds nodes and arcs to the given model.

What concrete elements will be added is driven by the HierarchicalClassifier that was passed to the constructor of this instance.

This method triggers the classification-process by a call to the HierarchicalClassifier#classify(Topic) classify-Method of the classifier of this instance.
As an input to the classify-method the method uses the Topic that is represented by the given Node n0.

Parameters
org.tm4j.panckoucke.abstraction.AbstractionContext ac
org.tm4j.panckoucke.model.AModel model
org.tm4j.panckoucke.model.AMNode n0

Other Resources

Related Topics