org.tm4j.topicmap.utils.BaseNameUtils .getSignature(org.tm4j.topicmap.BaseName bn)

Description

Returns the "signature" string of the base name. This string consists of the name string of the base name composed with the signature of the scope of the base name. Two BaseName objects with the same name string in the same scope will return the same signature string.

Parameters
org.tm4j.topicmap.BaseName bn The base name to compute the signature string for

Returns

The computed signature string.

Other Resources