Package com.graphdbapi.values.api
-
Interface Summary Interface Description Entity<T> 实体。Node 点实体。 点的id是唯一的。NodeType 点类型。Path 路径对象。PropertyEntity 属性实体。Relationship 边实体。每条边有一个起始点,一个终止点。 边的id是唯一的。RelationshipType 边类型。
| Interface | Description |
|---|---|
| Entity<T> |
实体。
|
| Node |
点实体。
点的id是唯一的。
|
| NodeType |
点类型。
|
| Path |
路径对象。
|
| PropertyEntity |
属性实体。
|
| Relationship |
边实体。每条边有一个起始点,一个终止点。
边的id是唯一的。
|
| RelationshipType |
边类型。
|