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 * A computational resource upon which artifacts may be deployed for execution. Nodes can be 9 * interconnected through communication paths to define network structures. 10 * 11 * Metafacade interface to be used by AndroMDA cartridges. 12 */ 13 public interface NodeFacade 14 extends ClassifierFacade 15 { 16 /** 17 * Indicates the metafacade type (used for metafacade mappings). 18 * 19 * @return boolean always <code>true</code> 20 */ 21 public boolean isNodeFacadeMetaType(); 22 }