Package | Description |
---|---|
com.graphdbapi.driver |
Modifier and Type | Method and Description |
---|---|
Iterator<Edge> |
Graph.searchEdgeProperty(String type,
List<SearchPredicate> predicates,
List<SearchOrder> orders,
int skip,
int limit)
通过类型、属性查询边
|
Iterator<Vertex> |
Graph.searchVertexProperty(String type,
List<SearchPredicate> predicates,
List<SearchOrder> orders,
int skip,
int limit)
通过类型、属性查询点
|
Copyright © 2024. All rights reserved.