/** */ package org.archstudio.xadl3.structure_3_0; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>Component</b></em>'. <!-- end-user-doc --> <!-- * begin-model-doc --> Components are the loci of computation in an architecture. They inherit all the properties of a * Brick: ID, name, interfaces, and optional substructure. <!-- end-model-doc --> * * @see org.archstudio.xadl3.structure_3_0.Structure_3_0Package#getComponent() * @model extendedMetaData="name='Component' kind='elementOnly'" * @generated */ public interface Component extends Brick { } // Component