Revision 8211 trunk/extensions/extGraph_predes/src/com/iver/cit/gvsig/graph/core/GvNode.java

View differences:

GvNode.java
64 64
	ArrayList giros = new ArrayList(); // Costes de los giros. Si existe un CGiro, miraremos su coste y lo a?adimos.
65 65
						  // Si es negativo, suponemos que es un giro prohibido.
66 66

  
67
	public GvNode() {
68
		initialize();
69
	}
70
	
67 71
	public void initialize() {
68 72
		numSoluc = AbstractNetSolver.numSolucGlobal;
69 73
		from_link = -1;

Also available in: Unified diff