|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.flow.BitVectorImpl
coins.flow.ExpVectorImpl
coins.flow.FlowAnalSymVectorImpl
| Field Summary |
| Fields inherited from class coins.flow.ExpVectorImpl |
fSubpFlow |
| Fields inherited from class coins.flow.BitVectorImpl |
fBitLength, fLongWordLength, fShiftMax, fVectorWord |
| Constructor Summary | |
FlowAnalSymVectorImpl(SubpFlow pSubpFlow)
Creates a new instance of SymVectorImpl |
|
| Method Summary | |
boolean |
addAll(java.util.Set pFlowAnalSyms)
Adds the FlowAnalSymVector view of the given set to this vector. |
boolean |
contains(FlowAnalSym pFlowAnalSym)
Does the set view of this vector contains the specified item? |
java.util.Set |
flowAnalSyms()
Returns the set view of this vector. |
ExpVector |
flowAnalSymToExpVector()
|
static FlowAnalSymVector |
flowAnalSymVectorFromSet(java.util.Set pFlowAnalSyms,
SubpFlow pSubpFlow)
Creates and returns a FlowAnalSymVector view of the given Set argument. |
FlowAnalSymVectorIterator |
flowAnalSymVectorIterator()
|
SubpFlow |
getSubpFlow()
Returns a SubpFlow instance associated with this vector. |
boolean |
remove(FlowAnalSym pFlowAnalSym)
Removes the given argument from the set view of this vector. |
java.lang.String |
toStringDescriptive()
Returns a possibly more descriptive string representation than toString() of this BitVector. |
java.lang.String |
toStringShort()
|
| Methods inherited from class coins.flow.ExpVectorImpl |
contains, exps, expVectorFromSet, expVectorIterator, toStringByName, toStringConcise |
| Methods inherited from class coins.flow.BitVectorImpl |
bitVectorIterator, clone, equals, getBit, getBitLength, getVectorWord, getWordLength, hashCode, isSet, isZero, resetBit, setBit, toString, 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.flow.ExpVector |
contains, exps, expVectorIterator |
| Methods inherited from interface coins.flow.BitVector |
bitVectorIterator, equals, getBit, getBitLength, getVectorWord, getWordLength, isSet, isZero, resetBit, setBit, toString, vectorAnd, vectorCopy, vectorEqual, vectorNot, vectorOr, vectorReset, vectorSub, vectorXor |
| Constructor Detail |
public FlowAnalSymVectorImpl(SubpFlow pSubpFlow)
| Method Detail |
public SubpFlow getSubpFlow()
FlowAnalSymVector
getSubpFlow in interface FlowAnalSymVectorgetSubpFlow in class ExpVectorImplpublic java.util.Set flowAnalSyms()
FlowAnalSymVector
flowAnalSyms in interface FlowAnalSymVectorpublic boolean contains(FlowAnalSym pFlowAnalSym)
FlowAnalSymVector
contains in interface FlowAnalSymVectorpublic boolean remove(FlowAnalSym pFlowAnalSym)
FlowAnalSymVector
remove in interface FlowAnalSymVector
public static FlowAnalSymVector flowAnalSymVectorFromSet(java.util.Set pFlowAnalSyms,
SubpFlow pSubpFlow)
public FlowAnalSymVectorIterator flowAnalSymVectorIterator()
flowAnalSymVectorIterator in interface FlowAnalSymVectorpublic boolean addAll(java.util.Set pFlowAnalSyms)
FlowAnalSymVector
addAll in interface FlowAnalSymVectorpublic java.lang.String toStringDescriptive()
BitVectortoString() of this BitVector.
toStringDescriptive in interface BitVectortoStringDescriptive in class ExpVectorImplpublic java.lang.String toStringShort()
toStringShort in interface FlowAnalSymVectortoStringShort in class ExpVectorImplpublic ExpVector flowAnalSymToExpVector()
flowAnalSymToExpVector in interface FlowAnalSymVector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||