From f782a2dd7efc5b97098b0c638467f9f6cadc6a76 Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Tue, 28 Apr 2009 20:11:03 +0000 Subject: [PATCH] Removed pointer references in place of arrays of HRNs (strings). Also, made RegistryRecord superclass for Users/Slices/Nodes to inherit from. --- rspec/model/Registry.ecore | 85 +++++++++++++++----------------------- 1 file changed, 34 insertions(+), 51 deletions(-) diff --git a/rspec/model/Registry.ecore b/rspec/model/Registry.ecore index 9f109551..ea3c314f 100644 --- a/rspec/model/Registry.ecore +++ b/rspec/model/Registry.ecore @@ -3,12 +3,7 @@ xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Registry" nsURI="http://www.planet-lab.org/Registry" nsPrefix="Registry"> - - - - + @@ -25,18 +20,14 @@ lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> + eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> + - - - - + @@ -48,32 +39,22 @@ iD="true"/> - - + - - - - + - - - - - - - - + defaultValueLiteral=""user""/> + + + + - - - - - - - + + + + + + + + + + + + -- 2.43.0