/** * 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.caz; import net.certware.argument.arm.InformationElement; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Assumption</b></em>'. * <!-- end-user-doc --> * * * @see net.certware.argument.caz.CazPackage#getAssumption() * @model annotation="gmf.node label='identifier' label.pattern='Assumption {0}' label.icon='true' label.placement='internal' label.readonly='false' figure='ellipse' border.style='solid' size='80,80' color='0,240,240' tool.name='Assumption Node' tool.description='Creates an assumption node on the diagram canvas' tool.small.path='icons/obj16/circle.png' tool.small.bundle='net.certware.core.ui' tool.large.path='icons/obj16/circle.png' tool.large.bundle='net.certware.core.ui'" * @generated */ public interface Assumption extends InformationElement { } // Assumption