Module net.automatalib.util
Package net.automatalib.util.ts.iterator
Class AllUndefinedInputsIterator<S,I>
- java.lang.Object
-
- net.automatalib.common.util.collection.AbstractTwoLevelIterator<S,I,TS.TransRef<S,I,?>>
-
- net.automatalib.util.ts.iterator.AllUndefinedInputsIterator<S,I>
-
- All Implemented Interfaces:
Iterator<TS.TransRef<S,I,?>>
public final class AllUndefinedInputsIterator<S,I> extends AbstractTwoLevelIterator<S,I,TS.TransRef<S,I,?>>
-
-
Constructor Summary
Constructors Constructor Description AllUndefinedInputsIterator(Iterator<? extends S> stateIt, TransitionSystem<S,I,?> ts, Iterable<? extends I> inputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TS.TransRef<S,I,Void>
combine(S l1Object, I l2Object)
protected Iterator<I>
l2Iterator(S state)
-
Methods inherited from class net.automatalib.common.util.collection.AbstractTwoLevelIterator
hasNext, next, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
l2Iterator
protected Iterator<I> l2Iterator(S state)
- Specified by:
l2Iterator
in classAbstractTwoLevelIterator<S,I,TS.TransRef<S,I,?>>
-
combine
protected TS.TransRef<S,I,Void> combine(S l1Object, I l2Object)
- Specified by:
combine
in classAbstractTwoLevelIterator<S,I,TS.TransRef<S,I,?>>
-
-