coins.flow
クラス ExpVectorImpl
java.lang.Object
|
+--coins.flow.BitVectorImpl
|
+--coins.flow.ExpVectorImpl
- すべての実装インタフェース:
- BitVector, java.lang.Cloneable, ExpVector
- 直系の既知のサブクラス:
- FlowAnalSymVectorImpl
- public class ExpVectorImpl
- extends BitVectorImpl
- implements ExpVector
ExpVectorImpl 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 |
クラス java.lang.Object から継承したメソッド |
finalize, getClass, notify, notifyAll, wait, wait, wait |
インタフェース coins.flow.BitVector から継承したメソッド |
bitVectorIterator, equals, getBit, getBitLength, getVectorWord, getWordLength, isSet, isZero, resetBit, setBit, toString, vectorAnd, vectorCopy, vectorEqual, vectorNot, vectorOr, vectorReset, vectorSub, vectorXor |
fSubpFlow
public final SubpFlow fSubpFlow
ExpVectorImpl
protected ExpVectorImpl(SubpFlow pSubpFlow)
getSubpFlow
public SubpFlow getSubpFlow()
- インタフェース
ExpVector
の記述:
- SubpFlow instance associated with this ExpVector.
- 定義:
- インタフェース
ExpVector
内の getSubpFlow
exps
public java.util.Set exps()
- インタフェース
ExpVector
の記述:
- Returns the Set of ExpIds whose corresponding bits are set
in this ExpVector.
- 定義:
- インタフェース
ExpVector
内の exps
contains
public boolean contains(ExpId pExpId)
- インタフェース
ExpVector
の記述:
- Returns true if this ExpVector's bit corresponding to
the given argument pExpId is set. Returns false otherwise.
- 定義:
- インタフェース
ExpVector
内の contains
expVectorFromSet
public static ExpVector expVectorFromSet(java.util.Set pExps,
SubpFlow pSubpFlow)
- Returns an ExpVector whose bits that are set correspond to
the elements of the given Set pExps.
toStringConcise
public java.lang.String toStringConcise()
toStringShort
public java.lang.String toStringShort()
- 定義:
- インタフェース
ExpVector
内の toStringShort
toStringByName
public java.lang.String toStringByName()
toStringDescriptive
public java.lang.String toStringDescriptive()
- インタフェース
BitVector
の記述:
- Returns a possibly more descriptive string representation than
toString()
of this BitVector
.
- 定義:
- インタフェース
BitVector
内の toStringDescriptive
- オーバーライド:
- クラス
BitVectorImpl
内の toStringDescriptive
expVectorIterator
public ExpVectorIterator expVectorIterator()
- 定義:
- インタフェース
ExpVector
内の expVectorIterator