story.scheherazade.prologuer
Class SelectionRestriction

java.lang.Object
  extended by story.scheherazade.prologuer.SelectionRestriction
All Implemented Interfaces:
SelectionRestrictionInterface

public class SelectionRestriction
extends java.lang.Object
implements SelectionRestrictionInterface

A VerbNet SELRESTR tag.


Constructor Summary
SelectionRestriction(java.io.File file, org.w3c.dom.Node selRestrNode)
           
 
Method Summary
 SelectionRestrictionType getType()
           
 boolean getValue()
           
 java.lang.StringBuffer render()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionRestriction

public SelectionRestriction(java.io.File file,
                            org.w3c.dom.Node selRestrNode)
                     throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getType

public SelectionRestrictionType getType()

getValue

public boolean getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

render

public java.lang.StringBuffer render()
Specified by:
render in interface SelectionRestrictionInterface


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