Class MappingOpProject.MyCursor
java.lang.Object
se.liu.ida.hefquin.mappings.algebra.ops.MappingOpProject.MyCursor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MappingRelationCursorprotected final MappingRelationprotected final int[] -
Constructor Summary
ConstructorsConstructorDescriptionMyCursor(MappingRelation myRelation, MappingRelationCursor input, int[] schemaMapping) -
Method Summary
Modifier and TypeMethodDescriptionvoidadvance()Returns the mapping relation over which this cursor iterates.org.apache.jena.graph.NodegetValueOfCurrentTuple(int idxOfAttribute) booleanhasNext()
-
Field Details
-
myRelation
-
input
-
schemaMapping
protected final int[] schemaMapping
-
-
Constructor Details
-
MyCursor
-
-
Method Details
-
getMappingRelation
Description copied from interface:MappingRelationCursorReturns the mapping relation over which this cursor iterates.- Specified by:
getMappingRelationin interfaceMappingRelationCursor
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceMappingRelationCursor
-
advance
public void advance()- Specified by:
advancein interfaceMappingRelationCursor
-
getValueOfCurrentTuple
public org.apache.jena.graph.Node getValueOfCurrentTuple(int idxOfAttribute) - Specified by:
getValueOfCurrentTuplein interfaceMappingRelationCursor
-