org.hops.lg.pg
Class lg_util.HashIndex

java.lang.Object
  extended by org.hops.lg.pg.lg_util.HashIndex
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
lg_util

public class lg_util.HashIndex
extends java.lang.Object
implements java.lang.Comparable

this class is for indexing rules and patterns by type and name


Field Summary
 java.lang.String id
          id of patter or rule
 java.lang.String type
          type of pattern or rule
 
Constructor Summary
lg_util.HashIndex()
           
 
Method Summary
 int compareTo(java.lang.Object o)
          implementation of comparable
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public java.lang.String type
type of pattern or rule


id

public java.lang.String id
id of patter or rule

Constructor Detail

lg_util.HashIndex

public lg_util.HashIndex()
Method Detail

compareTo

public int compareTo(java.lang.Object o)
implementation of comparable

Specified by:
compareTo in interface java.lang.Comparable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object