public abstract class HNode extends Object
protected List<Integer>
connections
protected int
id
HNode()
List<HNode>
getConnections()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected int id
protected List<Integer> connections
public HNode()
public List<HNode> getConnections()
Copyright © 2014. All Rights Reserved.