org.tm4j.topicmap.utils
Class BaseNameUtils

java.lang.Object
  extended byorg.tm4j.topicmap.utils.BaseNameUtils

public class BaseNameUtils
extends java.lang.Object


Constructor Summary
BaseNameUtils()
           
 
Method Summary
static java.lang.String getSignature(BaseName bn)
          Returns the "signature" string of the base name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseNameUtils

public BaseNameUtils()
Method Detail

getSignature

public static java.lang.String getSignature(BaseName bn)
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:
bn - The base name to compute the signature string for
Returns:
The computed signature string.
See Also:
ScopeUtils.getSignature(Set)