blob: 8cdb957ec3b29ee8df6d70bdfe73f1e4c04269ee [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
/**
*/
package org.eclipse.ocl.xtext.markupcs.validation;
import org.eclipse.ocl.xtext.markupcs.FigureElement;
/**
* A sample validator interface for {@link org.eclipse.ocl.xtext.markupcs.FigureRefElement}.
* 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 FigureRefElementValidator {
boolean validate();
boolean validateRef(FigureElement value);
}