Class SortedEnumeratorOneToOne
java.lang.Object
com.semedy.reasoner.reasoning.processes.SortedEnumeratorOneToOne
- All Implemented Interfaces:
TupleEnumerator,Closeable,AutoCloseable
- Author:
- Juergen.Angele
-
Constructor Summary
ConstructorsConstructorDescriptionSortedEnumeratorOneToOne(Index[] nullIndices, TupleEnumerator enm, int width) -
Method Summary
Modifier and TypeMethodDescriptionclones the enumeratorvoidclose()close the enumeratorget a buffer where the elements are insertedbooleanflag the end of the enumerationbooleanAre there more elements in enumeration?voidcreates the next element in the buffer
-
Constructor Details
-
SortedEnumeratorOneToOne
-
-
Method Details
-
hasMoreElements
Description copied from interface:TupleEnumeratorAre there more elements in enumeration?- Specified by:
hasMoreElementsin interfaceTupleEnumerator- Throws:
IOExceptionEDBException
-
nextElement
Description copied from interface:TupleEnumeratorcreates the next element in the buffer- Specified by:
nextElementin interfaceTupleEnumerator- Throws:
IOExceptionEDBException
-
hasFinished
Description copied from interface:TupleEnumeratorflag the end of the enumeration- Specified by:
hasFinishedin interfaceTupleEnumerator- Throws:
IOExceptionEDBException
-
getBuffer
Description copied from interface:TupleEnumeratorget a buffer where the elements are inserted- Specified by:
getBufferin interfaceTupleEnumerator- Returns:
-
close
Description copied from interface:TupleEnumeratorclose the enumerator- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceTupleEnumerator- Throws:
IOException
-
cloneEnumerator
Description copied from interface:TupleEnumeratorclones the enumerator- Specified by:
cloneEnumeratorin interfaceTupleEnumerator- Throws:
IOExceptionEDBException
-