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 * A computational resource upon which artifacts may be deployed for execution. Nodes can be 009 * interconnected through communication paths to define network structures. 010 * 011 * Metafacade interface to be used by AndroMDA cartridges. 012 */ 013public interface NodeFacade 014 extends ClassifierFacade 015{ 016 /** 017 * Indicates the metafacade type (used for metafacade mappings). 018 * 019 * @return boolean always <code>true</code> 020 */ 021 public boolean isNodeFacadeMetaType(); 022}