/** * Copyright (c) 2010-2011 United States Government as represented by the Administrator for The National Aeronautics and Space Administration. All Rights Reserved. * */ package net.certware.argument.cae.impl; import net.certware.argument.arm.impl.InformationElementImpl; import net.certware.argument.cae.CaePackage; import net.certware.argument.cae.Context; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Context</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class ContextImpl extends InformationElementImpl implements Context { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public static final String copyright = "Copyright (c) 2010-2011 United States Government as represented by the Administrator for The National Aeronautics and Space Administration. All Rights Reserved.\n"; //$NON-NLS-1$ /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected ContextImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return CaePackage.Literals.CONTEXT; } } //ContextImpl