coins.aflow
Class BBlockVectorImpl

java.lang.Object
  extended bycoins.aflow.util.BitVectorImpl
      extended bycoins.aflow.BBlockVectorImpl
All Implemented Interfaces:
BBlockVector, BitVector, java.lang.Cloneable

public class BBlockVectorImpl
extends BitVectorImpl
implements BBlockVector

BBlockVectorImpl class:


Field Summary
protected  FlowResults fResults
           
 
Fields inherited from class coins.aflow.util.BitVectorImpl
fBitLength, fLongWordLength, fShiftMax, fVectorWord
 
Constructor Summary
protected BBlockVectorImpl(SubpFlow pSubpFlow)
           
 
Method Summary
 SubpFlow getSubpFlow()
          Returns the SubpFlow object associated with this BBlockVector object.
 
Methods inherited from class coins.aflow.util.BitVectorImpl
bitVectorIterator, clone, equals, getBit, getBitLength, getVectorWord, getWordLength, hashCode, isSet, isZero, resetBit, setBit, toString, toStringDescriptive, vectorAnd, vectorCopy, vectorEqual, vectorNot, vectorOr, vectorReset, vectorSub, vectorXor
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface coins.aflow.util.BitVector
bitVectorIterator, equals, getBit, getBitLength, getVectorWord, getWordLength, isSet, isZero, resetBit, setBit, toString, toStringDescriptive, vectorAnd, vectorCopy, vectorEqual, vectorNot, vectorOr, vectorReset, vectorSub, vectorXor
 

Field Detail

fResults

protected final FlowResults fResults
Constructor Detail

BBlockVectorImpl

protected BBlockVectorImpl(SubpFlow pSubpFlow)
Method Detail

getSubpFlow

public SubpFlow getSubpFlow()
Description copied from interface: BBlockVector
Returns the SubpFlow object associated with this BBlockVector object.

Specified by:
getSubpFlow in interface BBlockVector