lapis.ml
Class RelopGenerator

java.lang.Object
  extended bylapisx.enum.FilteredEnumeration
      extended bylapis.ml.RelopGenerator
All Implemented Interfaces:
Enumeration

public class RelopGenerator
extends FilteredEnumeration


Field Summary
static Debug debug
           
 
Constructor Summary
RelopGenerator(Class[] relops, Enumeration features)
           
 
Method Summary
 void transform(Object o)
           
 
Methods inherited from class lapisx.enum.FilteredEnumeration
hasMoreElements, nextElement, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public static Debug debug
Constructor Detail

RelopGenerator

public RelopGenerator(Class[] relops,
                      Enumeration features)
Method Detail

transform

public void transform(Object o)
Specified by:
transform in class FilteredEnumeration