org.tm4j.panckoucke.util.AbstractionNodeUtils .addNode(org.tm4j.panckoucke.model.AModel model,org.tm4j.topicmap.Occurrence occurrence)

Description

Creates an AMNode in the given model, representing the given occurrence. The gestalt of the new AMNode will be AMGestaltRegistry.GESTALT_OCCURRENCE. Dependant on the kind of occurrence data (inline or resource) either the dataLoc or the data-property of the new AMNode are set.

Parameters
org.tm4j.panckoucke.model.AModel model the model to generate the AMNode in
org.tm4j.topicmap.Occurrence occurrence

Returns

AMNode

Other Resources

Related Topics