00001 // ** LICENSE BLOCK ** 00002 // 00003 // AMParentIdentifiable.h 00004 // aria 00005 // 00006 // Created by Yohan Lasorsa on 04/11/09. 00007 // Copyright 2009 INRIA, Team WAM. All rights reserved. 00008 // 00009 00010 #import "a2ml.h" 00011 #import <Foundation/Foundation.h> 00012 00013 00017 @protocol AMParentIdentifiable 00018 00022 - (UID)getParentUID; 00023 00024 @end