Class EngineAccess.LangCompMatch

Object
LanguageComponentMatch
LangCompMatch
Enclosing class:
EngineAccess

public static final class EngineAccess.LangCompMatch extends LanguageComponentMatch
Since:
6.0.0
  • Nested Class Summary

    Nested classes/interfaces inherited from class LanguageComponentMatch

    LanguageComponentMatch.Type
  • Field Summary

    Fields inherited from class LanguageComponentMatch

    sLanguageComponentName, type, zUsedWords
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the matching language object / entity.
    The indices of the sentence words fulfilling the condition of this language object match.
    boolean
    Returns true if the matching language component is an entity.
    boolean
    Returns true if the matching language component is a language object.

    Methods inherited from class LanguageComponentMatch

    toString

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getLangCompName

      public String getLangCompName()
      The name of the matching language object / entity.
      Since:
      6.0.0
    • getUsedWords

      public SortedSet<Integer> getUsedWords()
      The indices of the sentence words fulfilling the condition of this language object match.
      Since:
      2.1.0
      See Also:
    • isLanguageObject

      public boolean isLanguageObject()
      Returns true if the matching language component is a language object.
      Since:
      6.0.0
    • isEntity

      public boolean isEntity()
      Returns true if the matching language component is an entity.
      Since:
      6.0.0