se.unlogic.standardutils.dao.script
Class Region

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

public class Region
extends java.lang.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
 java.lang.Integer getEnd()
           
 java.lang.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 java.lang.Integer getStart()

getEnd

public java.lang.Integer getEnd()


Copyright © 2011. All Rights Reserved.