Class TupleEnumeratorOneToOneJoinRelation
java.lang.Object
com.semedy.reasoner.reasoning.processes.TupleEnumeratorOneToOneJoinRelation
- All Implemented Interfaces:
TupleEnumerator,Closeable,AutoCloseable
-
Constructor Summary
Constructors -
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
-
TupleEnumeratorOneToOneJoinRelation
public TupleEnumeratorOneToOneJoinRelation(OneToOneBaseRelation relation) throws IOException, EDBException - Throws:
IOExceptionEDBException
-
-
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:
IOException
-