gov.nih.nlm.nls.lexCheck.Cat.Verb
Class CheckFormatVerbDitran

java.lang.Object
  extended bygov.nih.nlm.nls.lexCheck.Cat.Verb.CheckFormatVerbDitran
All Implemented Interfaces:
CheckFormat

public class CheckFormatVerbDitran
extends java.lang.Object
implements CheckFormat

This class checks format of ditransitive complements for verb.

History:

  • 01/10/03, clu, initial version

    Version:
    V-2005
    Author:
    NLM LVG Development Team

    Constructor Summary
    CheckFormatVerbDitran()
               
     
    Method Summary
     boolean IsLegalFormat(java.lang.String inCode)
              Check a line to see if it is a legal format of ditransitive complements of verb.
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Constructor Detail

    CheckFormatVerbDitran

    public CheckFormatVerbDitran()
    Method Detail

    IsLegalFormat

    public boolean IsLegalFormat(java.lang.String inCode)
    Check a line to see if it is a legal format of ditransitive complements of verb.

    Specified by:
    IsLegalFormat in interface CheckFormat
    Parameters:
    inCode - the filler of verb ditransitive complements.
    Returns:
    true or false for legal and illegal filler.