blob: 99048af92f1bd60ee5f0d122df6bc788c4864292 [file] [log] [blame]
/**
*
* $Id$
*/
package ca.gc.asc_csa.apogy.addons.validation;
import ca.gc.asc_csa.apogy.common.math.Matrix4x4;
/**
* A sample validator interface for {@link ca.gc.asc_csa.apogy.addons.URLNodeGeometryPlacementAtFeatureOfInterestTool}.
* This doesn't really do anything, and it's not a real EMF artifact.
* It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
* This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.
*/
public interface URLNodeGeometryPlacementAtFeatureOfInterestToolValidator {
boolean validate();
boolean validateURL(String value);
boolean validateCadToToolTransform(Matrix4x4 value);
}