com.dfki.peregrin.representation
Class ListBit

java.lang.Object
  |
  +--com.dfki.peregrin.representation.ListBit
All Implemented Interfaces:
PageBitInterface

public class ListBit
extends java.lang.Object
implements PageBitInterface


Constructor Summary
ListBit()
           
 
Method Summary
 void addBit(PageBitInterface bit)
           
 void addBits(java.util.Vector bits)
           
 java.lang.String contentToString()
           
 int length()
           
 java.util.Vector listBits()
           
 int tagNo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBit

public ListBit()
Method Detail

listBits

public java.util.Vector listBits()

addBit

public void addBit(PageBitInterface bit)

addBits

public void addBits(java.util.Vector bits)

contentToString

public java.lang.String contentToString()
Specified by:
contentToString in interface PageBitInterface

length

public int length()
Specified by:
length in interface PageBitInterface

tagNo

public int tagNo()
Specified by:
tagNo in interface PageBitInterface