org.irisa.genouest.logol.dispatcher
Class SubSequence

java.lang.Object
  extended by org.irisa.genouest.logol.dispatcher.SubSequence

 class SubSequence
extends java.lang.Object


Field Summary
 int length
           
 int maxMatchStart
           
 java.lang.String name
           
 int offset
           
 int sequenceID
           
 int start
           
 int wholeLength
           
 
Constructor Summary
SubSequence()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

wholeLength

public int wholeLength

offset

public int offset

sequenceID

public int sequenceID

start

public int start

length

public int length

maxMatchStart

public int maxMatchStart
Constructor Detail

SubSequence

public SubSequence()