Class Verb

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MutableVerb

public class Verb extends Word
A Verb is a subclass of Word that can have 1 or more VerbFrames (use cases of the verb).
See Also:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      See Also:
    • _verbFrameFlags

      private BitSet _verbFrameFlags
      A bit array of all the verb frames that are valid for this word. see VerbFrame for more explanation.
    • _cachedToString

      private transient String _cachedToString
  • Constructor Details

  • Method Details

    • getVerbFrameFlags

      public BitSet getVerbFrameFlags()
    • getVerbFrameIndicies

      public int[] getVerbFrameIndicies()
    • getVerbFrames

      public String[] getVerbFrames()
    • getVerbFramesAsString

      private String getVerbFramesAsString()
    • toString

      public String toString()
      Overrides:
      toString in class Word