GATE
Version 3.1-2270

gate.creole.morph
Class CompiledRules

java.lang.Object
  extended by gate.creole.morph.CompiledRules

public class CompiledRules
extends Object

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
CompiledRules()
           
 
Method Summary
 boolean add(String pattern, String function, String category)
           
 MyPattern getNext()
           
 boolean hasNext()
           
 void resetPointer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompiledRules

public CompiledRules()
Method Detail

add

public boolean add(String pattern,
                   String function,
                   String category)

hasNext

public boolean hasNext()

getNext

public MyPattern getNext()

resetPointer

public void resetPointer()

GATE
Version 3.1-2270