/** */ package org.archstudio.xadl3.structure_3_0; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>Connector</b></em>'. <!-- end-user-doc --> <!-- * begin-model-doc --> Connectors are the loci of communication 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#getConnector() * @model extendedMetaData="name='Connector' kind='elementOnly'" * @generated */ public interface Connector extends Brick { } // Connector