coins.aflow
Class SetRefReprList

java.lang.Object
  extended bycoins.aflow.util.CoinsList
      extended bycoins.aflow.SetRefReprList
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List
Direct Known Subclasses:
SetRefReprListHir

public abstract class SetRefReprList
extends CoinsList

List of SetRefReprs that support SetRefReprIterator.


Nested Class Summary
 
Nested classes inherited from class coins.aflow.util.CoinsList
CoinsList.Entry, CoinsList.Itr
 
Field Summary
 Flow flow
           
(package private)  FlowResults fResults
           
 
Fields inherited from class coins.aflow.util.CoinsList
fIterators, header, modCount, size
 
Constructor Summary
protected SetRefReprList(BBlock pBBlock)
           
 
Method Summary
 BBlock getBBlock()
          Returns a BBlock object this SetRefReprList is associated with.
abstract  SetRefReprIterator setRefReprIterator()
          Returns a SubpFlow object this SetRefReprList is associated with.
abstract  SetRefReprIterator setRefReprIterator(int pIndex)
           
 
Methods inherited from class coins.aflow.util.CoinsList
add, add, addAll, addAll, addBefore, addFirst, addLast, clear, clone, coinsIterator, coinsIterator, contains, containsAll, entry, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, notifyIteratorsOfAddition, notifyIteratorsOfClearance, notifyIteratorsOfRemoval, remove, remove, remove, removeAll, removeFirst, removeLast, retainAll, set, size, subList, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

fResults

FlowResults fResults

flow

public Flow flow
Constructor Detail

SetRefReprList

protected SetRefReprList(BBlock pBBlock)
Method Detail

getBBlock

public BBlock getBBlock()
Returns a BBlock object this SetRefReprList is associated with. If this SetRefReprList is not associated with a BBlock returns null.


setRefReprIterator

public abstract SetRefReprIterator setRefReprIterator()
Returns a SubpFlow object this SetRefReprList is associated with. If this SetRefReprList is not associated with a SubpFlow returns null.


setRefReprIterator

public abstract SetRefReprIterator setRefReprIterator(int pIndex)