All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.ocl.uml.impl.IteratorExpImpl Maven / Gradle / Ivy

There is a newer version: 5.0.0-v20140520-1401
Show newest version
/**
 * 
 * 
 * Copyright (c) 2007, 2010 IBM Corporation, 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:
 *   IBM - Initial API and implementation
 *   Zeligsoft - Bug 207365
 * 
 * 
 *
 * $Id: IteratorExpImpl.java,v 1.8 2010/04/23 05:52:14 ewillink Exp $
 */
package org.eclipse.ocl.uml.impl;

import java.util.Map;

import org.eclipse.emf.common.util.DiagnosticChain;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.ocl.expressions.operations.IteratorExpOperations;
import org.eclipse.ocl.uml.IteratorExp;
import org.eclipse.ocl.uml.UMLPackage;
import org.eclipse.ocl.utilities.Visitor;
import org.eclipse.uml2.uml.Classifier;
import org.eclipse.uml2.uml.Parameter;

/**
 * 
 * An implementation of the model object 'Iterator Exp'.
 * 
 * 

*

* * @generated */ public class IteratorExpImpl extends LoopExpImpl implements IteratorExp { /** * * * @generated */ protected IteratorExpImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return UMLPackage.Literals.ITERATOR_EXP; } /** * * * @generated */ public boolean checkBooleanType(DiagnosticChain diagnostics, Map context) { return IteratorExpOperations.checkBooleanType(this, diagnostics, context); } /** * * * @generated */ public boolean checkCollectType(DiagnosticChain diagnostics, Map context) { return IteratorExpOperations.checkCollectType(this, diagnostics, context); } /** * * * @generated */ public boolean checkSelectRejectType(DiagnosticChain diagnostics, Map context) { return IteratorExpOperations.checkSelectRejectType(this, diagnostics, context); } /** * * * @generated */ public boolean checkBooleanBodyType(DiagnosticChain diagnostics, Map context) { return IteratorExpOperations.checkBooleanBodyType(this, diagnostics, context); } /** * * * @generated NOT */ @Override @SuppressWarnings("unchecked") public > T accept(U v) { return ((Visitor) v) .visitIteratorExp(this); } } //IteratorExpImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy