ca.quine.jcommons.transform.transforms
Class SegmentList

java.lang.Object
  |
  +--ca.quine.jcommons.transform.transforms.SegmentList

public class SegmentList
extends Object


Constructor Summary
SegmentList(SegmentList parent, int parentPosition)
           
 
Method Summary
 void addSegmentStructure(SegmentStructure segment)
           
 SegmentList getParent()
           
 int getParentPosition()
           
 Iterator getSegmentStructureIter()
           
 boolean isEmpty()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SegmentList

public SegmentList(SegmentList parent,
                   int parentPosition)
Method Detail

addSegmentStructure

public void addSegmentStructure(SegmentStructure segment)

getSegmentStructureIter

public Iterator getSegmentStructureIter()

isEmpty

public boolean isEmpty()

size

public int size()

getParent

public SegmentList getParent()

getParentPosition

public int getParentPosition()

toString

public String toString()
Overrides:
toString in class Object