|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vertex | |
---|---|
de.sones.GraphDSClient.Objects | |
de.sones.GraphDSClient.QueryResult |
Uses of Vertex in de.sones.GraphDSClient.Objects |
---|
Constructors in de.sones.GraphDSClient.Objects with parameters of type Vertex | |
---|---|
SingleEdge(java.lang.String myName,
java.util.List<Property> myPropertyList,
Vertex myTargetVertex)
|
Uses of Vertex in de.sones.GraphDSClient.QueryResult |
---|
Methods in de.sones.GraphDSClient.QueryResult that return types with arguments of type Vertex | |
---|---|
java.util.List<Vertex> |
QueryResult.getVertexViewList()
|
Constructor parameters in de.sones.GraphDSClient.QueryResult with type arguments of type Vertex | |
---|---|
QueryResult(java.lang.String myQueryString,
java.lang.String myQueryLanguage,
ResultType myResult,
long myDuration,
java.lang.String myErrorMessage,
java.util.List<Vertex> myVertexViewList)
Contains the result of the query in a parsed form |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |