Commit a5dbd157 by Graham Wallis Committed by Madhan Neethiraj

ATLAS-2263: Update comment in TinkerpopGraphQuery.java

parent b57d16ca
...@@ -35,15 +35,15 @@ import java.util.List; ...@@ -35,15 +35,15 @@ import java.util.List;
import java.util.Set; import java.util.Set;
/** /**
* TODO!! - update comment *
* Abstract implementation of AtlasGraphQuery that is used by both Titan 0.5.4 * Abstract implementation of AtlasGraphQuery that is used by Titan 0.5.4,
* and Titan 1.0.0. * Titan 1.0.0 and JanusGraph
* <p> * <p>
* Represents a graph query as an OrConditions which consists of * Represents a graph query as an OrConditions which consists of
* 1 or more AndConditions. The query is executed by converting * 1 or more AndConditions. The query is executed by converting
* the AndConditions to native GraphQuery instances that can be executed * the AndConditions to native GraphQuery instances that can be executed
* directly against Titan. The overall result is obtained by unioning together * directly against Tinkerpop GraphDB. The overall result is obtained by
* the results from those individual GraphQueries. * unioning together the results from those individual GraphQueries.
* <p> * <p>
* Here is a pictoral view of what is going on here. Conceptually, * Here is a pictoral view of what is going on here. Conceptually,
* the query being executed can be though of as the where clause * the query being executed can be though of as the where clause
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment