ix.iview.domain
Class UIGrammar

java.lang.Object
  extended by ix.iview.domain.UIGrammar

public class UIGrammar
extends java.lang.Object

A class that holds grammar information - dummy for now.


Field Summary
 java.util.List constraintPatterns
           
 
Constructor Summary
UIGrammar()
           
 
Method Summary
 java.util.List getConstraintPatterns()
          Gets the list of allowed constraint patterns.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constraintPatterns

public java.util.List constraintPatterns
Constructor Detail

UIGrammar

public UIGrammar()
Method Detail

getConstraintPatterns

public java.util.List getConstraintPatterns()
Gets the list of allowed constraint patterns. This is fixed for now.