LexCheck
2011 Version

gov.nih.nlm.nls.lexCheck.Lib
Class AdjEntry

java.lang.Object
  extended by gov.nih.nlm.nls.lexCheck.Lib.AdjEntry

public class AdjEntry
extends java.lang.Object

This class provides a Java object class for adjective entry.

History:

Version:
V-2011
Author:
NLM Lexical System Development Team

Constructor Summary
AdjEntry()
          Creates a default adjective entry object
 
Method Summary
 void AddCompl(java.lang.String compl)
          Add an complement to the collection of inflectional variants of an adjective entry.
 void AddNominalization(java.lang.String nominalization)
          Add a nominalization to the collection of inflectional variants of an adjective entry.
 void AddPosition(java.lang.String position)
          Add a position to the collection of inflectional variants of an adjective entry.
 void AddVariant(java.lang.String variant)
          Add an inflectional variant to the collection of inflectional variants of an adjective entry.
 java.util.Vector<java.lang.String> GetCompl()
          Get the collection of complements of an adjective entry
 java.util.Vector<java.lang.String> GetNominalization()
          Get the collection of nominalizations of an adjective entry
 java.util.Vector<java.lang.String> GetPosition()
          Get the collection of positions of an adjective entry
 java.lang.String GetText()
          Get the text format of the adjective entry
 java.util.Vector<java.lang.String> GetVariants()
          Get the collection of inflectional variants of an adjective entry
 java.lang.String GetXml()
          Get the xml format of the adjective entry
 boolean IsStative()
          Get the status of stative of an adjective entry
 void SetCompl(java.util.Vector<java.lang.String> compl)
          Set the collection of complements of an adjective entry
 void SetNominalization(java.util.Vector<java.lang.String> nominalization)
          Set the collection of nominalization of an adjective entry
 void SetPosition(java.util.Vector<java.lang.String> position)
          Set the collection of position of an adjective entry
 void SetStative(boolean stative)
          Set the status of stative of an adjective entry
 void SetVariants(java.util.Vector<java.lang.String> variants)
          Set the collection of inflectional variants of an adjective entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdjEntry

public AdjEntry()
Creates a default adjective entry object

Method Detail

GetVariants

public java.util.Vector<java.lang.String> GetVariants()
Get the collection of inflectional variants of an adjective entry

Returns:
a Vector with inflectional variant elements.

GetPosition

public java.util.Vector<java.lang.String> GetPosition()
Get the collection of positions of an adjective entry

Returns:
a Vector with position elements.

GetCompl

public java.util.Vector<java.lang.String> GetCompl()
Get the collection of complements of an adjective entry

Returns:
a Vector with complement elements.

GetNominalization

public java.util.Vector<java.lang.String> GetNominalization()
Get the collection of nominalizations of an adjective entry

Returns:
a Vector with nominalization elements.

IsStative

public boolean IsStative()
Get the status of stative of an adjective entry

Returns:
true or false for the status of stative

AddVariant

public void AddVariant(java.lang.String variant)
Add an inflectional variant to the collection of inflectional variants of an adjective entry.

Parameters:
variant - an inflectional variant to be added.

SetVariants

public void SetVariants(java.util.Vector<java.lang.String> variants)
Set the collection of inflectional variants of an adjective entry

Parameters:
variants - a Vector of inflectional variants to be set.

AddPosition

public void AddPosition(java.lang.String position)
Add a position to the collection of inflectional variants of an adjective entry.

Parameters:
position - a position variant to be added.

SetPosition

public void SetPosition(java.util.Vector<java.lang.String> position)
Set the collection of position of an adjective entry

Parameters:
position - a Vector of position to be set.

AddCompl

public void AddCompl(java.lang.String compl)
Add an complement to the collection of inflectional variants of an adjective entry.

Parameters:
compl - an complement to be added.

SetCompl

public void SetCompl(java.util.Vector<java.lang.String> compl)
Set the collection of complements of an adjective entry

Parameters:
compl - a Vector of complements to be set.

AddNominalization

public void AddNominalization(java.lang.String nominalization)
Add a nominalization to the collection of inflectional variants of an adjective entry.

Parameters:
nominalization - an nominalization to be added.

SetNominalization

public void SetNominalization(java.util.Vector<java.lang.String> nominalization)
Set the collection of nominalization of an adjective entry

Parameters:
nominalization - a Vector of nominalization to be set.

SetStative

public void SetStative(boolean stative)
Set the status of stative of an adjective entry

Parameters:
stative - the status of stative to be set

GetText

public java.lang.String GetText()
Get the text format of the adjective entry

Returns:
text format of the adjective entry

GetXml

public java.lang.String GetXml()
Get the xml format of the adjective entry

Returns:
xml format of the adjective entry

LexCheck
2011 Version

Submit a bug or feature

Copyright © 2011 National Library of Medicine