org.hops.lg.pg
Class lg_util.LG_Mark

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

public class lg_util.LG_Mark
extends java.lang.Object

a mark stores the name of the mark and the type


Field Summary
 java.lang.String id
          name of the mark
 char type
          type of the mark
 
Constructor Summary
lg_util.LG_Mark()
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(lg_util.LG_Mark _m)
          compares two marks Order: minus P C A L Ph V plus
 int getTypeValue()
          return the int type value
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public java.lang.String id
name of the mark


type

public char type
type of the mark

Constructor Detail

lg_util.LG_Mark

public lg_util.LG_Mark()
Method Detail

toString

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

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(lg_util.LG_Mark _m)
compares two marks Order: minus P C A L Ph V plus


getTypeValue

public int getTypeValue()
return the int type value