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 special kind of state signifying that the enclosing region is completed. If the enclosing 009 * region is directly contained in a state machine and all other regions in the state machine also 010 * are completed, then it means that the entire state machine is completed. 011 * 012 * Metafacade interface to be used by AndroMDA cartridges. 013 */ 014public interface FinalStateFacade 015 extends StateFacade 016{ 017 /** 018 * Indicates the metafacade type (used for metafacade mappings). 019 * 020 * @return boolean always <code>true</code> 021 */ 022 public boolean isFinalStateFacadeMetaType(); 023}