Class EngineAccess.LangCompMatch
Object
LanguageComponentMatch
LangCompMatch
- Enclosing class:
EngineAccess
public static final class EngineAccess.LangCompMatch
extends LanguageComponentMatch
Entry type of the list returned by
EngineAccess.findMatchingLanguageComponents(java.lang.String, boolean).- 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 TypeMethodDescriptionThe name of the matching language object / entity.The indices of the sentence words fulfilling the condition of this language object match.booleanisEntity()Returnstrueif the matching language component is an entity.booleanReturnstrueif the matching language component is a language object.Methods inherited from class LanguageComponentMatch
toString
-
Method Details
-
getLangCompName
The name of the matching language object / entity.- Since:
- 6.0.0
-
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()Returnstrueif the matching language component is a language object.- Since:
- 6.0.0
-
isEntity
public boolean isEntity()Returnstrueif the matching language component is an entity.- Since:
- 6.0.0
-