Uses of Interface
org.eclipse.emf.ecp.view.dynamictree.model.DomainIntermediate

Packages that use DomainIntermediate
org.eclipse.emf.ecp.view.dynamictree.model   
org.eclipse.emf.ecp.view.dynamictree.model.impl   
org.eclipse.emf.ecp.view.dynamictree.model.util   
 

Uses of DomainIntermediate in org.eclipse.emf.ecp.view.dynamictree.model
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model that return DomainIntermediate
 DomainIntermediate ModelFactory.createDomainIntermediate()
          Returns a new object of class 'Domain Intermediate'.
 DomainIntermediate DomainRoot.getIntermediate()
          Returns the value of the 'Intermediate' containment reference.
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model with parameters of type DomainIntermediate
 void DomainRoot.setIntermediate(DomainIntermediate value)
          Sets the value of the 'Intermediate' containment reference.
 

Uses of DomainIntermediate in org.eclipse.emf.ecp.view.dynamictree.model.impl
 

Classes in org.eclipse.emf.ecp.view.dynamictree.model.impl that implement DomainIntermediate
 class DomainIntermediateImpl
          An implementation of the model object 'Domain Intermediate'.
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl that return DomainIntermediate
 DomainIntermediate ModelFactoryImpl.createDomainIntermediate()
           
 DomainIntermediate DomainRootImpl.getIntermediate()
           
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.impl with parameters of type DomainIntermediate
 org.eclipse.emf.common.notify.NotificationChain DomainRootImpl.basicSetIntermediate(DomainIntermediate newIntermediate, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DomainRootImpl.setIntermediate(DomainIntermediate newIntermediate)
           
 

Uses of DomainIntermediate in org.eclipse.emf.ecp.view.dynamictree.model.util
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.util with parameters of type DomainIntermediate
 T ModelSwitch.caseDomainIntermediate(DomainIntermediate object)
          Returns the result of interpreting the object as an instance of 'Domain Intermediate'.
 boolean ModelValidator.validateDomainIntermediate(DomainIntermediate domainIntermediate, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
           
 



Copyright © 2014. All Rights Reserved.