LexCheck
2011 Version

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

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

public class VerbEntry
extends java.lang.Object

This class provides a Java object for verb entry.

History:

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

Constructor Summary
VerbEntry()
          Creates a default verb entry object
 
Method Summary
 void AddCplxtran(java.lang.String cplxtran)
          Add a complex-transitive complement to the collection of complex- complements of a verb entry.
 void AddDitran(java.lang.String ditran)
          Add a ditransitive complement to the collection of ditransitive complements of a verb entry.
 void AddIntran(java.lang.String intran)
          Add an intransitive complement to the collection of intransitive complements of a verb entry.
 void AddLink(java.lang.String link)
          Add a linking complement to the collection of linking complements of a verb entry.
 void AddNominalization(java.lang.String nominalization)
          Add an nominalization to the collection of nominalizations of an verb entry.
 void AddTran(java.lang.String tran)
          Add a transitive complement to the collection of transitive complements of a verb entry.
 void AddVariant(java.lang.String variant)
          Add an inflectional variant to the collection of inflectional variants of a verb entry.
 java.util.Vector<java.lang.String> GetCplxtran()
          Get the collection of complex-transitive complements of a verb entry
 java.util.Vector<java.lang.String> GetDitran()
          Get the collection of ditransitive complements of a verb entry
 java.util.Vector<java.lang.String> GetIntran()
          Get the collection of intransitive complements of a verb entry
 java.util.Vector<java.lang.String> GetLink()
          Get the collection of linking complements of a verb entry
 java.util.Vector<java.lang.String> GetNominalization()
          Get the collection of nominalization of a verb entry
 java.lang.String GetText()
          Get the text format of the verb entry
 java.util.Vector<java.lang.String> GetTran()
          Get the collection of transitive complements of a verb entry
 java.util.Vector<java.lang.String> GetVariants()
          Get the collection of inflectional variants of a verb entry
 java.lang.String GetXml()
          Get the xml format of the verb entry
 void SetCplxtran(java.util.Vector<java.lang.String> cplxtran)
          Set the collection of complex-transitive complement of a verb entry
 void SetDitran(java.util.Vector<java.lang.String> ditran)
          Set the collection of ditransitive complement of a verb entry
 void SetIntran(java.util.Vector<java.lang.String> intran)
          Set the collection of intransitive complement of a verb entry
 void SetLink(java.util.Vector<java.lang.String> link)
          Set the collection of linking complement of a verb entry
 void SetNominalization(java.util.Vector<java.lang.String> nominalization)
          Set the collection of nominalizations of a verb entry
 void SetTran(java.util.Vector<java.lang.String> tran)
          Set the collection of transitive complement of a verb entry
 void SetVariants(java.util.Vector<java.lang.String> variants)
          Set the collection of inflectional variants of a verb entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerbEntry

public VerbEntry()
Creates a default verb entry object

Method Detail

GetVariants

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

Returns:
a Vector of inflectional variants of a verb entry.

GetIntran

public java.util.Vector<java.lang.String> GetIntran()
Get the collection of intransitive complements of a verb entry

Returns:
a Vector of intransitive complements of a verb entry.

GetTran

public java.util.Vector<java.lang.String> GetTran()
Get the collection of transitive complements of a verb entry

Returns:
a Vector of transitive complements of a verb entry.

GetDitran

public java.util.Vector<java.lang.String> GetDitran()
Get the collection of ditransitive complements of a verb entry

Returns:
a Vector of ditransitive complements of a verb entry.

GetLink

public java.util.Vector<java.lang.String> GetLink()
Get the collection of linking complements of a verb entry

Returns:
a Vector of linking complements of a verb entry.

GetCplxtran

public java.util.Vector<java.lang.String> GetCplxtran()
Get the collection of complex-transitive complements of a verb entry

Returns:
a Vector of complex-transitive complements of a verb entry.

GetNominalization

public java.util.Vector<java.lang.String> GetNominalization()
Get the collection of nominalization of a verb entry

Returns:
a Vector of nominalization of a verb entry.

AddVariant

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

Parameters:
variant - inflectional variant to be added.

SetVariants

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

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

AddIntran

public void AddIntran(java.lang.String intran)
Add an intransitive complement to the collection of intransitive complements of a verb entry.

Parameters:
intran - the intransitive complement to be added.

AddTran

public void AddTran(java.lang.String tran)
Add a transitive complement to the collection of transitive complements of a verb entry.

Parameters:
tran - the intransitive complement to be added.

AddDitran

public void AddDitran(java.lang.String ditran)
Add a ditransitive complement to the collection of ditransitive complements of a verb entry.

Parameters:
ditran - the ditransitive complement to be added.

AddLink

public void AddLink(java.lang.String link)
Add a linking complement to the collection of linking complements of a verb entry.

Parameters:
link - the linking complement to be added.

AddCplxtran

public void AddCplxtran(java.lang.String cplxtran)
Add a complex-transitive complement to the collection of complex- complements of a verb entry.

Parameters:
cplxtran - the complex-transitive complement to be added.

SetIntran

public void SetIntran(java.util.Vector<java.lang.String> intran)
Set the collection of intransitive complement of a verb entry

Parameters:
intran - a Vector of intransitive complement to be set.

SetTran

public void SetTran(java.util.Vector<java.lang.String> tran)
Set the collection of transitive complement of a verb entry

Parameters:
tran - a Vector of transitive complement to be set.

SetDitran

public void SetDitran(java.util.Vector<java.lang.String> ditran)
Set the collection of ditransitive complement of a verb entry

Parameters:
ditran - a Vector of ditransitive complement to be set.

SetLink

public void SetLink(java.util.Vector<java.lang.String> link)
Set the collection of linking complement of a verb entry

Parameters:
link - a Vector of linking complement to be set.

SetCplxtran

public void SetCplxtran(java.util.Vector<java.lang.String> cplxtran)
Set the collection of complex-transitive complement of a verb entry

Parameters:
cplxtran - a Vector of complex-transitive complement to be set.

AddNominalization

public void AddNominalization(java.lang.String nominalization)
Add an nominalization to the collection of nominalizations of an verb entry.

Parameters:
nominalization - nominalization String to be added into Vector.

SetNominalization

public void SetNominalization(java.util.Vector<java.lang.String> nominalization)
Set the collection of nominalizations of a verb entry

Parameters:
nominalization - Vector of nominalization to be set.

GetText

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

Returns:
text format of the verb entry

GetXml

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

Returns:
xml format of the verb entry

LexCheck
2011 Version

Submit a bug or feature

Copyright © 2011 National Library of Medicine