1 // license-header java merge-point 2 // 3 // Attention: generated code (by Metafacade.vsl) - do not modify! 4 // 5 package org.andromda.metafacades.uml; 6 7 /** 8 * An interaction is a unit of behavior that focuses on the observable exchange of information 9 * between connectable elements. 10 * 11 * Metafacade interface to be used by AndroMDA cartridges. 12 */ 13 public interface InteractionFacade 14 extends ModelElementFacade 15 { 16 /** 17 * Indicates the metafacade type (used for metafacade mappings). 18 * 19 * @return boolean always <code>true</code> 20 */ 21 public boolean isInteractionFacadeMetaType(); 22 }