com.hammurapi.render.emf
Class Model

java.lang.Object
  extended by com.hammurapi.render.emf.Model

public class Model
extends java.lang.Object

Class which holds root packages of the model.

Author:
Pavel Vlasov

Constructor Summary
Model()
           
 
Method Summary
 java.util.List<org.eclipse.gmf.runtime.notation.Diagram> getDiagrams()
           
 java.util.List<org.eclipse.emf.ecore.EObject> getRootPackages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model()
Method Detail

getRootPackages

public java.util.List<org.eclipse.emf.ecore.EObject> getRootPackages()

getDiagrams

public java.util.List<org.eclipse.gmf.runtime.notation.Diagram> getDiagrams()