org.hops.lg.pg
Class lg_util.LG_Container

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

public class lg_util.LG_Container
extends java.lang.Object

Class used to store the phrases of - concepts - attributes - lexic


Field Summary
 java.lang.String id
          name of the concept, attribute or lexic
 java.util.ArrayList phrases
          list of sentences
 
Constructor Summary
lg_util.LG_Container()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id
name of the concept, attribute or lexic


phrases

public java.util.ArrayList phrases
list of sentences

Constructor Detail

lg_util.LG_Container

public lg_util.LG_Container()
Method Detail

toString

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