jedd.internal
Class PhysicalDomain

java.lang.Object
  extended by jedd.internal.PhysicalDomain
All Implemented Interfaces:
Order
Direct Known Subclasses:
PhysicalDomain

public abstract class PhysicalDomain
extends java.lang.Object
implements Order


Constructor Summary
PhysicalDomain()
           
 
Method Summary
 int bitAfterLast()
           
abstract  int bits()
           
 void clearPhysPos()
           
 int firstBit()
           
 int[] getBits()
           
 boolean hasBit(int bit)
           
 java.util.List listBits()
           
 java.lang.String name()
           
 void setPhysPos(int pos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhysicalDomain

public PhysicalDomain()
Method Detail

bits

public abstract int bits()

name

public java.lang.String name()

firstBit

public int firstBit()

bitAfterLast

public int bitAfterLast()

listBits

public java.util.List listBits()
Specified by:
listBits in interface Order

getBits

public int[] getBits()

clearPhysPos

public void clearPhysPos()

setPhysPos

public void setPhysPos(int pos)

hasBit

public boolean hasBit(int bit)