story.scheherazade.prologuer.comlex
Class COMLEXClause

java.lang.Object
  extended by story.scheherazade.prologuer.comlex.COMLEXClause

public class COMLEXClause
extends java.lang.Object

For parsing COMLEX, this object represents a clause attribute in a COMLEX entry, for example, that "freak" is associated with "out".


Constructor Summary
COMLEXClause(java.lang.String syntacticRole, java.lang.String modifierPOS, java.util.Vector modifiers)
           
 
Method Summary
 java.lang.String getModifierPOS()
           
 java.util.Vector getModifiers()
           
 java.lang.String getSyntacticRole()
           
 java.lang.StringBuffer render()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COMLEXClause

public COMLEXClause(java.lang.String syntacticRole,
                    java.lang.String modifierPOS,
                    java.util.Vector modifiers)
Method Detail

getSyntacticRole

public java.lang.String getSyntacticRole()

getModifierPOS

public java.lang.String getModifierPOS()

getModifiers

public java.util.Vector getModifiers()

render

public java.lang.StringBuffer render()


Copyright © 2011 David K. Elson. All Rights Reserved.