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 * Represents a UML Destination for incoming/outgoing messages. 9 * 10 * Metafacade interface to be used by AndroMDA cartridges. 11 */ 12 public interface Destination 13 extends NodeFacade 14 { 15 /** 16 * Indicates the metafacade type (used for metafacade mappings). 17 * 18 * @return boolean always <code>true</code> 19 */ 20 public boolean isDestinationMetaType(); 21 }