001// license-header java merge-point 002// 003// Attention: generated code (by Metafacade.vsl) - do not modify! 004// 005package org.andromda.metafacades.uml; 006 007/** 008 * An interaction is a unit of behavior that focuses on the observable exchange of information 009 * between connectable elements. 010 * 011 * Metafacade interface to be used by AndroMDA cartridges. 012 */ 013public interface InteractionFacade 014 extends ModelElementFacade 015{ 016 /** 017 * Indicates the metafacade type (used for metafacade mappings). 018 * 019 * @return boolean always <code>true</code> 020 */ 021 public boolean isInteractionFacadeMetaType(); 022}