Interface MappingRelationCursor
- All Known Implementing Classes:
MappingOpExtend.MyCursor,MappingOpExtract.MyCursor,MappingOpProject.MyCursor,MappingOpUnion.MyCursor,MappingRelationImplWithColumnLayout.MyCursor,MappingRelationImplWithoutTuples.MyCursor,MappingRelationImplWithTupleLayout.MyCursor
public interface MappingRelationCursor
-
Method Summary
Modifier and TypeMethodDescriptionvoidadvance()Returns the mapping relation over which this cursor iterates.org.apache.jena.graph.NodegetValueOfCurrentTuple(int idxOfAttribute) booleanhasNext()
-
Method Details
-
getMappingRelation
MappingRelation getMappingRelation()Returns the mapping relation over which this cursor iterates. -
getValueOfCurrentTuple
org.apache.jena.graph.Node getValueOfCurrentTuple(int idxOfAttribute) -
hasNext
boolean hasNext() -
advance
void advance()
-