/** * 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>Justification</b></em>'. * <!-- end-user-doc --> * * * @see net.certware.argument.caz.CazPackage#getJustification() * @model annotation="gmf.node label='identifier' label.pattern='Justification {0}' label.icon='true' label.placement='internal' label.readonly='false' figure='rounded' border.style='solid' size='100,60' color='250,250,250' tool.name='Justification Node' tool.description='Creates a justification node on the diagram canvas' tool.small.path='icons/obj16/rounded-rectangle.png' tool.small.bundle='net.certware.core.ui' tool.large.path='icons/obj16/rounded-rectangle.png' tool.large.bundle='net.certware.core.ui'" * @generated */ public interface Justification extends InformationElement { } // Justification