org.ocopomo.annotation.gate.parser
Class LinkAnnotation

java.lang.Object
  extended by org.ocopomo.annotation.gate.parser.Annotation
      extended by org.ocopomo.annotation.gate.parser.LinkAnnotation

public class LinkAnnotation
extends Annotation


Field Summary
 int lengthAnnotationLog
           
 java.lang.String logFileName
           
 int offsetAnnotationLog
           
 
Fields inherited from class org.ocopomo.annotation.gate.parser.Annotation
endNode, id, startNode
 
Constructor Summary
LinkAnnotation(java.lang.String startNode, java.lang.String endNode, java.lang.String id, int offsetAnnotationLog, int lengthAnnotationLog, java.lang.String logFileName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

offsetAnnotationLog

public int offsetAnnotationLog

lengthAnnotationLog

public int lengthAnnotationLog

logFileName

public java.lang.String logFileName
Constructor Detail

LinkAnnotation

public LinkAnnotation(java.lang.String startNode,
                      java.lang.String endNode,
                      java.lang.String id,
                      int offsetAnnotationLog,
                      int lengthAnnotationLog,
                      java.lang.String logFileName)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Annotation

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Annotation

toString

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