/** */ package net.certware.evidence.hugin.netDSL; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Node Size Attribute</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link net.certware.evidence.hugin.netDSL.NodeSizeAttribute#getWidth <em>Width</em>}</li> * <li>{@link net.certware.evidence.hugin.netDSL.NodeSizeAttribute#getHeight <em>Height</em>}</li> * </ul> * </p> * * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getNodeSizeAttribute() * @model * @generated */ public interface NodeSizeAttribute extends Attribute { /** * Returns the value of the '<em><b>Width</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Width</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Width</em>' attribute. * @see #setWidth(int) * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getNodeSizeAttribute_Width() * @model * @generated */ int getWidth(); /** * Sets the value of the '{@link net.certware.evidence.hugin.netDSL.NodeSizeAttribute#getWidth <em>Width</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Width</em>' attribute. * @see #getWidth() * @generated */ void setWidth(int value); /** * Returns the value of the '<em><b>Height</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Height</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Height</em>' attribute. * @see #setHeight(int) * @see net.certware.evidence.hugin.netDSL.NetDSLPackage#getNodeSizeAttribute_Height() * @model * @generated */ int getHeight(); /** * Sets the value of the '{@link net.certware.evidence.hugin.netDSL.NodeSizeAttribute#getHeight <em>Height</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Height</em>' attribute. * @see #getHeight() * @generated */ void setHeight(int value); } // NodeSizeAttribute