打开微信扫一扫,关注微信公众号
package com.husiwang.Graph; public class Arc { private int Id; //边编号 private String Name; //边信息