story.scheherazade.prologuer
Class SelectionRestrictions

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

public class SelectionRestrictions
extends java.lang.Object
implements SelectionRestrictionInterface

A VerbNet node.


Constructor Summary
SelectionRestrictions(java.io.File file, org.w3c.dom.Node selRestrsNode)
           
 
Method Summary
 SelectionRestrictionInterface get(int i)
           
 LogicOperator getOperator()
           
 java.lang.StringBuffer render()
           
 int size()
           
 boolean supports(SelectionRestrictionType type)
          Does the set support some type?
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionRestrictions

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

size

public int size()

get

public SelectionRestrictionInterface get(int i)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

getOperator

public LogicOperator getOperator()

render

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

supports

public boolean supports(SelectionRestrictionType type)
Does the set support some type?



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