Class CombinedEdgeType


  • public class CombinedEdgeType
    extends Object
    边信息
    • Constructor Detail

      • CombinedEdgeType

        public CombinedEdgeType​(int fromTypeIndex,
                                int toTypeIndex)
    • Method Detail

      • getFromTypeIndex

        public int getFromTypeIndex()
        获取起始点类型
        Returns:
        String 起始点类型
      • getToTypeIndex

        public int getToTypeIndex()
        获取终止点类型
        Returns:
        String 终止点类型