Uses of Interface
org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDeltaVisitor

Packages that use CDOFeatureDeltaVisitor
org.eclipse.emf.cdo.common.revision.delta Common concepts for dealing with revision deltas and feature deltas. 
org.eclipse.emf.cdo.spi.common.revision Common service provider interfaces and useful base implementations for dealing with revisions and deltas. 
 

Uses of CDOFeatureDeltaVisitor in org.eclipse.emf.cdo.common.revision.delta
 

Methods in org.eclipse.emf.cdo.common.revision.delta with parameters of type CDOFeatureDeltaVisitor
 void CDOFeatureDelta.accept(CDOFeatureDeltaVisitor visitor)
           
 void CDORevisionDelta.accept(CDOFeatureDeltaVisitor visitor)
           
 void CDORevisionDelta.accept(CDOFeatureDeltaVisitor visitor, Predicate<EStructuralFeature> filter)
           
 

Uses of CDOFeatureDeltaVisitor in org.eclipse.emf.cdo.spi.common.revision
 

Classes in org.eclipse.emf.cdo.spi.common.revision that implement CDOFeatureDeltaVisitor
 class CDOFeatureDeltaVisitorImpl
          If the meaning of this type isn't clear, there really should be more of a description here...
 class CDORevisionMerger
          If the meaning of this type isn't clear, there really should be more of a description here...
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.