Class CombinedEdgeType


  • public class CombinedEdgeType
    extends java.lang.Object
    边信息
    • Constructor Summary

      Constructors 
      Constructor Description
      CombinedEdgeType​(int fromTypeIndex, int toTypeIndex)  
    • Constructor Detail

      • CombinedEdgeType

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

      • getFromTypeIndex

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object