coins.aflow
Class PointVectorImpl

java.lang.Object
  extended bycoins.aflow.util.BitVectorImpl
      extended bycoins.aflow.PointVectorImpl
All Implemented Interfaces:
BitVector, java.lang.Cloneable, PointVector
Direct Known Subclasses:
DefVectorImpl

public class PointVectorImpl
extends BitVectorImpl
implements PointVector

PointVectorImpl class:


Field Summary
 FlowResults fResults
           
(package private)  SubpFlow fSubpFlow
           
 
Fields inherited from class coins.aflow.util.BitVectorImpl
fBitLength, fLongWordLength, fShiftMax, fVectorWord
 
Constructor Summary
protected PointVectorImpl()
          PointVectorImpl: Constructor for creating PointVector.
protected PointVectorImpl(SubpFlow pSubpFlow)
           
 
Method Summary
 SubpFlow getSubpFlow()
          Returns a SubpFlow object this PointVector is associated with.
 
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

public FlowResults fResults

fSubpFlow

SubpFlow fSubpFlow
Constructor Detail

PointVectorImpl

protected PointVectorImpl()
PointVectorImpl: Constructor for creating PointVector. Before invoking PointVectorImpl, PointVectorImpl.setVectorLength should be called with the same FlowRoot parameter.


PointVectorImpl

protected PointVectorImpl(SubpFlow pSubpFlow)
Method Detail

getSubpFlow

public SubpFlow getSubpFlow()
Returns a SubpFlow object this PointVector is associated with.

Specified by:
getSubpFlow in interface PointVector