org.hops.lg.pg
Class lg_util.LG_ObjectList

java.lang.Object
  extended by org.hops.lg.pg.lg_util.LG_ObjectList
Enclosing class:
lg_util

public class lg_util.LG_ObjectList
extends java.lang.Object

Class used to store the list of Marks of patterns and rules


Field Summary
 java.lang.String id
          id of the pattern or rule
 java.util.ArrayList object_list
          list of forms
 java.lang.String type
          type of the pattern or rule
 
Constructor Summary
lg_util.LG_ObjectList()
           
 
Method Summary
 java.util.Set patterns()
          return list of forms that contains a pattern
 java.util.HashMap ReplacePatterns(java.util.HashMap patsofpats)
          search the form that contains a patter of patterns, and replaces the patter by the patterns, generating one new form for each pattern of the pattern
 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 the pattern or rule


id

public java.lang.String id
id of the pattern or rule


object_list

public java.util.ArrayList object_list
list of forms

Constructor Detail

lg_util.LG_ObjectList

public lg_util.LG_ObjectList()
Method Detail

toString

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

patterns

public java.util.Set patterns()
return list of forms that contains a pattern


ReplacePatterns

public java.util.HashMap ReplacePatterns(java.util.HashMap patsofpats)
search the form that contains a patter of patterns, and replaces the patter by the patterns, generating one new form for each pattern of the pattern