Package com.graphdbapi
Class CombinedEdgeType
- java.lang.Object
-
- com.graphdbapi.CombinedEdgeType
-
public class CombinedEdgeType extends Object
边信息
-
-
Constructor Summary
Constructors Constructor Description CombinedEdgeType(int fromTypeIndex, int toTypeIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFromTypeIndex()获取起始点类型intgetToTypeIndex()获取终止点类型StringtoString()
-