org.eclipse.ocl.uml.internal.operations.ExpressionInOCLOperations Maven / Gradle / Ivy
/**
*
*
* Copyright (c) 2008 Zeligsoft Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Zeligsoft - Initial API and implementation
*
*
*
* $Id: ExpressionInOCLOperations.java,v 1.1 2008/11/24 00:24:12 cdamus Exp $
*/
package org.eclipse.ocl.uml.internal.operations;
import org.eclipse.ocl.uml.ExpressionInOCL;
import org.eclipse.ocl.utilities.Visitor;
import org.eclipse.uml2.uml.internal.operations.OpaqueExpressionOperations;
/**
*
* A static utility class that provides operations related to 'Expression In OCL' model objects.
* @since 2.0
*
*
*
* The following operations are supported:
*
* - {@link org.eclipse.ocl.utilities.Visitable#accept(org.eclipse.ocl.utilities.Visitor) Accept}
*
*
*
* @generated
*/
@SuppressWarnings("restriction")
public class ExpressionInOCLOperations
extends OpaqueExpressionOperations {
/**
*
*
* @generated
*/
protected ExpressionInOCLOperations() {
super();
}
/**
*
*
* @generated NOT
*/
public static > T accept(
ExpressionInOCL expressionInOCL, U v) {
throw new UnsupportedOperationException();
}
} // ExpressionInOCLOperations
© 2015 - 2025 Weber Informatics LLC | Privacy Policy