|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hops.lg.pg.lg_util.LG_ObjectList
public class lg_util.LG_ObjectList
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 |
---|
public java.lang.String type
public java.lang.String id
public java.util.ArrayList object_list
Constructor Detail |
---|
public lg_util.LG_ObjectList()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Set patterns()
public java.util.HashMap ReplacePatterns(java.util.HashMap patsofpats)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |