se.unlogic.standardutils.dao.script
Class Region

java.lang.Object
  extended by se.unlogic.standardutils.dao.script.Region

public class Region
extends Object

This class represents a region (a sequence) between two symbols (sequences) in a sequence

Author:
sikstromj

Constructor Summary
Region(Symbol start, Symbol end)
           
 
Method Summary
 Integer getEnd()
           
 Integer getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Region

public Region(Symbol start,
              Symbol end)
Method Detail

getStart

public Integer getStart()

getEnd

public Integer getEnd()


Copyright © 2011. All Rights Reserved.