Uses of Interface
org.eclipse.emf.ecp.view.spi.model.VDiagnostic

Packages that use VDiagnostic
org.eclipse.emf.ecp.view.internal.validation   
org.eclipse.emf.ecp.view.spi.model   
org.eclipse.emf.ecp.view.spi.model.impl   
org.eclipse.emf.ecp.view.spi.model.util   
 

Uses of VDiagnostic in org.eclipse.emf.ecp.view.internal.validation
 

Methods in org.eclipse.emf.ecp.view.internal.validation that return VDiagnostic
static VDiagnostic VDiagnosticHelper.clean(VDiagnostic value)
          Analysis a VDiagnostic and merges all Diagnostic pointing to the same EObject.
 

Methods in org.eclipse.emf.ecp.view.internal.validation with parameters of type VDiagnostic
static VDiagnostic VDiagnosticHelper.clean(VDiagnostic value)
          Analysis a VDiagnostic and merges all Diagnostic pointing to the same EObject.
static boolean VDiagnosticHelper.isEqual(VDiagnostic vDiagnostic1, VDiagnostic vDiagnostic2)
          Compares two VDiagnostics with each other.
 

Uses of VDiagnostic in org.eclipse.emf.ecp.view.spi.model
 

Methods in org.eclipse.emf.ecp.view.spi.model that return VDiagnostic
 VDiagnostic VViewFactory.createDiagnostic()
          Returns a new object of class 'Diagnostic'.
 VDiagnostic VElement.getDiagnostic()
          Returns the value of the 'Diagnostic' containment reference.
 

Methods in org.eclipse.emf.ecp.view.spi.model with parameters of type VDiagnostic
 void VElement.setDiagnostic(VDiagnostic value)
          Sets the value of the 'Diagnostic' containment reference.
 

Uses of VDiagnostic in org.eclipse.emf.ecp.view.spi.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.model.impl that implement VDiagnostic
 class VDiagnosticImpl
          An implementation of the model object 'VDiagnostic'.
 

Methods in org.eclipse.emf.ecp.view.spi.model.impl that return VDiagnostic
 VDiagnostic VViewFactoryImpl.createDiagnostic()
           
 VDiagnostic VElementImpl.getDiagnostic()
           
 

Methods in org.eclipse.emf.ecp.view.spi.model.impl with parameters of type VDiagnostic
 org.eclipse.emf.common.notify.NotificationChain VElementImpl.basicSetDiagnostic(VDiagnostic newDiagnostic, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void VElementImpl.setDiagnostic(VDiagnostic newDiagnostic)
           
 

Uses of VDiagnostic in org.eclipse.emf.ecp.view.spi.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.model.util with parameters of type VDiagnostic
 T ViewSwitch.caseDiagnostic(VDiagnostic object)
          Returns the result of interpreting the object as an instance of 'Diagnostic'.
 



Copyright © 2014. All Rights Reserved.