Class SemanticTagBuilder


  • public class SemanticTagBuilder
    extends java.lang.Object
    Provides semantic tag details .
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String buildSemanticTagFromString​(java.lang.String fsn)
      Function to retrieve the Semantic Tag/hierarchy information from the FSN of the concept.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SemanticTagBuilder

        public SemanticTagBuilder()
    • Method Detail

      • buildSemanticTagFromString

        public static java.lang.String buildSemanticTagFromString​(java.lang.String fsn)
        Function to retrieve the Semantic Tag/hierarchy information from the FSN of the concept.
        Parameters:
        fsn - FSN or Fully Specified Name.
        Returns:
        the Semantic Tag/hierarchy String of the concept.