org.tm4j.panckoucke.impl.abstraction.extended.ExtendedAbstractionUtil .retrieveTypeNode(org.tm4j.panckoucke.model.AMNode n)

Description

Looks for an incoming arc of n with gestalt INSTANCE. Returns the startNode of that arc. This method retrieves what {link: addTypingInfo(AModel, AMNode, Topic)} has built.

Parameters
org.tm4j.panckoucke.model.AMNode n The node for which the "type" should be retrieved. Please keep in mind that a node of gestalt "Topic" may have more than one types. This method will only return the first one. If you are unsure, if a given topic has more than on types, use an AMNodeIterator instead

Returns

Other Resources

Related Topics

Has Parameters