org.eclipse.emf.ecp.view.spi.model.util
Class ViewModelUtil

java.lang.Object
  extended by org.eclipse.emf.ecp.view.spi.model.util.ViewModelUtil

public final class ViewModelUtil
extends Object

This Util class provides common methods used often when working with the view model.

Since:
1.2
Author:
Eugen Neufeld

Method Summary
static void resolveDomainReferences(org.eclipse.emf.ecore.EObject renderable, org.eclipse.emf.ecore.EObject domainModelRoot)
          Resolves all VDomainModelReferences which are contained under the provided renderable using the provided domain model.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolveDomainReferences

public static void resolveDomainReferences(org.eclipse.emf.ecore.EObject renderable,
                                           org.eclipse.emf.ecore.EObject domainModelRoot)
Resolves all VDomainModelReferences which are contained under the provided renderable using the provided domain model.

Parameters:
renderable - the renderable to analyze for VDomainModelReferences
domainModelRoot - the domain model to use for resolving
Since:
1.3


Copyright © 2014. All Rights Reserved.