org.hops.lg.pg
Class lg_util.MarkType

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

public class lg_util.MarkType
extends java.lang.Object

MarkType is the type of the mark that represents a concept, attribute, lexic, patter, value of phrase


Field Summary
static char ATTRIBUTE
           
static char CONCEPT
           
static char LEXIC
           
static char PATTERN
           
static char PHRASE
           
static char VALUE
           
 
Constructor Summary
lg_util.MarkType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONCEPT

public static final char CONCEPT
See Also:
Constant Field Values

ATTRIBUTE

public static final char ATTRIBUTE
See Also:
Constant Field Values

LEXIC

public static final char LEXIC
See Also:
Constant Field Values

PATTERN

public static final char PATTERN
See Also:
Constant Field Values

VALUE

public static final char VALUE
See Also:
Constant Field Values

PHRASE

public static final char PHRASE
See Also:
Constant Field Values
Constructor Detail

lg_util.MarkType

public lg_util.MarkType()