edu.uky.rch.ept.xmlSegmentTree.element.position
Class ImagePosition

java.lang.Object
  extended byedu.uky.rch.ept.xmlSegmentTree.element.position.SimplePosition
      extended byedu.uky.rch.ept.xmlSegmentTree.element.position.ImagePosition
All Implemented Interfaces:
Comparable, Position

public class ImagePosition
extends SimplePosition


Constructor Summary
ImagePosition(int position)
           
ImagePosition(int position, boolean modifyStrings)
           
 
Method Summary
 Element begin(Element e)
          Transform an element of which this is the beginning position.
 Element end(Element e)
          Transform an element of which this is the ending position.
 
Methods inherited from class edu.uky.rch.ept.xmlSegmentTree.element.position.SimplePosition
compareTo, equals, extend, midpoint, next, pos, previous, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImagePosition

public ImagePosition(int position)

ImagePosition

public ImagePosition(int position,
                     boolean modifyStrings)
Method Detail

begin

public Element begin(Element e)
Description copied from interface: Position
Transform an element of which this is the beginning position.

Specified by:
begin in interface Position
Overrides:
begin in class SimplePosition

end

public Element end(Element e)
Description copied from interface: Position
Transform an element of which this is the ending position.

Specified by:
end in interface Position
Overrides:
end in class SimplePosition