blob: 54fa6f1b804c2adf44dcc2fea6b86f8771dd1bc5 [file] [log] [blame]
/**
* Copyright (c) 2010, 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.pivot;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Parameter Variable</b></em>'.
* @since 1.3
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.pivot.PivotPackage#getParameterVariable()
* @generated
*/
public interface ParameterVariable extends Variable
{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
boolean validateHasNoInitializer(DiagnosticChain diagnostics, Map<Object, Object> context);
} // ParameterVariable