Class NamedEntity


  • public class NamedEntity
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.regex.Pattern NAMED_ENTITY_PATTERN  
    • Constructor Summary

      Constructors 
      Constructor Description
      NamedEntity()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkName​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAMED_ENTITY_PATTERN

        public static final java.util.regex.Pattern NAMED_ENTITY_PATTERN
    • Constructor Detail

      • NamedEntity

        public NamedEntity()
    • Method Detail

      • checkName

        public static void checkName​(java.lang.String name)
                              throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException