OSDN Git Service

Renamed Cell as TupleElement
[xerial/xerial-core.git] / src / main / java / org / xerial / lens / relation / IndexAccess.java
index d4afb0e..97da151 100644 (file)
@@ -32,7 +32,7 @@ public interface IndexAccess<NodeType>
      * @param index\r
      * @return\r
      */\r
-    Cell<NodeType> get(TupleIndex index);\r
+    TupleElement<NodeType> get(TupleIndex index);\r
 \r
     /**\r
      * If the cell at the specified index is a node, then return the node,\r
@@ -62,6 +62,6 @@ public interface IndexAccess<NodeType>
      * \r
      * @param visitor\r
      */\r
-    void accept(CellVisitor<NodeType> visitor);\r
+    void accept(TupleElementVisitor<NodeType> visitor);\r
 \r
 }\r