Revision 18253 trunk/libraries/libTopology/src/org/gvsig/topology/ITopologyRule.java

View differences:

ITopologyRule.java
50 50
package org.gvsig.topology;
51 51

  
52 52
import java.awt.geom.Rectangle2D;
53
import java.net.URL;
53 54

  
54 55
import com.iver.cit.gvsig.fmap.core.IFeature;
55 56
import com.iver.utiles.IPersistence;
......
73 74
	public String getName();
74 75
	
75 76
	/**
76
	 * Returns description of the topology rule
77
	 * Returns url of a html document with the description of the 
78
	 * topology rule.
77 79
	 * @return
78 80
	 */
79
	public String getDescription();
81
	public URL getDescription();
80 82
	 
81 83
	/**
82 84
	 *Checks if the rule's parameters 

Also available in: Unified diff