net.sourceforge.chaperon.cocoon
Class PatternTransformer.LexicalAutomatonEntry

java.lang.Object
  extended bynet.sourceforge.chaperon.cocoon.PatternTransformer.LexicalAutomatonEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PatternTransformer

public class PatternTransformer.LexicalAutomatonEntry
extends java.lang.Object
implements java.io.Serializable

This class represent a entry in a store to cache the lexical automaton.

See Also:
Serialized Form

Constructor Summary
PatternTransformer.LexicalAutomatonEntry(LexicalAutomaton automaton, org.apache.excalibur.source.SourceValidity validity)
          Create a new entry.
 
Method Summary
 LexicalAutomaton getLexicalAutomaton()
          Return the lexical automaton.
 org.apache.excalibur.source.SourceValidity getValidity()
          Return the validity of the lexicon file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternTransformer.LexicalAutomatonEntry

public PatternTransformer.LexicalAutomatonEntry(LexicalAutomaton automaton,
                                                org.apache.excalibur.source.SourceValidity validity)
Create a new entry.

Parameters:
automaton - Lexical automaton.
validity - Validity of the lexicon file.
Method Detail

getValidity

public org.apache.excalibur.source.SourceValidity getValidity()
Return the validity of the lexicon file.

Returns:
Validity of the lexicon file.

getLexicalAutomaton

public LexicalAutomaton getLexicalAutomaton()
Return the lexical automaton.

Returns:
Lexical automaton.


Copyright ? 2003 Chaperon project. All Rights Reserved.