org.eclipse.ocl.uml.impl.IteratorExpImpl Maven / Gradle / Ivy
/**
*
*
* 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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy