Class Adjective.AdjectivePosition

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Adjective

    public static final class Adjective.AdjectivePosition
    extends java.lang.Object
    implements java.io.Serializable
    Adjective positions denote a restriction on the on the syntactic position the adjective may have in relation to noun that it modifies. Adjective positions are only used through WordNet version 1.6.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AdjectivePosition​(java.lang.String label, java.lang.String key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.String getLabel()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • _cachedToString

        private transient java.lang.String _cachedToString
    • Constructor Detail

      • AdjectivePosition

        private AdjectivePosition​(java.lang.String label,
                                  java.lang.String key)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getLabel

        public java.lang.String getLabel()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object