|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.cmu.cs.coral.icf.plan_based.planners.pip.OperatorSelectionChoiceIterator
Represents an iterator over operator choices which are generated on the fly.
Field Summary | |
private java.util.Iterator |
ops
the operators left to be chosen |
Constructor Summary | |
OperatorSelectionChoiceIterator(java.util.Iterator ops)
Construct an iterator over operator choices based upon the given operators. |
Method Summary | |
boolean |
hasNext()
Checks if there is a next element from this iterator. |
java.lang.Object |
next()
Gets the next element from this iterator. |
void |
remove()
Removes this element from the iterator's backing store. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.Iterator ops
Constructor Detail |
public OperatorSelectionChoiceIterator(java.util.Iterator ops)
ops
- the ops to consider usingMethod Detail |
public boolean hasNext()
public java.lang.Object next()
public void remove() throws java.lang.UnsupportedOperationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |