Class RuleEntryRHS

java.lang.Object
  |
  +--RuleEntryRHS
All Implemented Interfaces:
java.lang.Comparable

public class RuleEntryRHS
extends java.lang.Object
implements java.lang.Comparable


Field Summary
 java.lang.String type
           
 
Constructor Summary
RuleEntryRHS()
           
 
Method Summary
 int compareTo(java.lang.Object comparee)
           
 Table2 make(java.util.StringTokenizer cmds, Table2 features)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public java.lang.String type
Constructor Detail

RuleEntryRHS

public RuleEntryRHS()
Method Detail

make

public Table2 make(java.util.StringTokenizer cmds,
                   Table2 features)

compareTo

public int compareTo(java.lang.Object comparee)
Specified by:
compareTo in interface java.lang.Comparable