Package org.projog.core.predicate.udp
Class DynamicUserDefinedPredicateFactory.ClauseActionIterator
- java.lang.Object
-
- org.projog.core.predicate.udp.DynamicUserDefinedPredicateFactory.ClauseActionIterator
-
- All Implemented Interfaces:
java.util.Iterator<ClauseAction>
- Enclosing class:
- DynamicUserDefinedPredicateFactory
private static class DynamicUserDefinedPredicateFactory.ClauseActionIterator extends java.lang.Object implements java.util.Iterator<ClauseAction>
-
-
Field Summary
Fields Modifier and Type Field Description private DynamicUserDefinedPredicateFactory.ClauseActionMetaDatanext
-
Constructor Summary
Constructors Constructor Description ClauseActionIterator(DynamicUserDefinedPredicateFactory.ClauseActionMetaData first)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ClauseActionnext()need to call getFree on result
-
-
-
Field Detail
-
next
private DynamicUserDefinedPredicateFactory.ClauseActionMetaData next
-
-
Constructor Detail
-
ClauseActionIterator
ClauseActionIterator(DynamicUserDefinedPredicateFactory.ClauseActionMetaData first)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<ClauseAction>
-
next
public ClauseAction next()
need to call getFree on result- Specified by:
nextin interfacejava.util.Iterator<ClauseAction>
-
-