org.melati.poem.prepro
Class CacheSizeTableQualifier

Package class diagram package CacheSizeTableQualifier
java.lang.Object
  extended by org.melati.poem.prepro.TableQualifier
      extended by org.melati.poem.prepro.CacheSizeTableQualifier

public class CacheSizeTableQualifier
extends TableQualifier

A TableQualifier which defines the size of the cache for a Table. If missing the cache size defaults.


Constructor Summary
CacheSizeTableQualifier(StreamTokenizer tokens)
          Constructor.
 
Method Summary
 void apply(TableDef table)
          Update the model.
 
Methods inherited from class org.melati.poem.prepro.TableQualifier
from
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheSizeTableQualifier

public CacheSizeTableQualifier(StreamTokenizer tokens)
                        throws org.melati.poem.prepro.ParsingDSDException,
                               IOException
Constructor.

Parameters:
tokens - the StreamTokenizer to get tokens from
Throws:
ParsingDSDException - if an unexpected token is encountered
IOException - if something goes wrong with the file system
Method Detail

apply

public void apply(TableDef table)
Update the model.

Specified by:
apply in class TableQualifier
Parameters:
table - the TableDef to update


Copyright © 2000-2010 PanEris. All Rights Reserved.