/** * Copyright (c) 2013 United States Government as represented by the Administrator for The National Aeronautics and Space Administration. All Rights Reserved. * */ package net.certware.sacm.SACM.Argumentation; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Assertion</b></em>'. * <!-- end-user-doc --> * * * @see net.certware.sacm.SACM.Argumentation.ArgumentationPackage#getAssertion() * @model abstract="true" * @generated */ public interface Assertion extends ReasoningElement { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ String copyright = "Copyright (c) 2013 United States Government as represented by the Administrator for The National Aeronautics and Space Administration. All Rights Reserved.\n"; //$NON-NLS-1$ } // Assertion