Uses of Interface
org.eclipse.emf.cdo.common.revision.delta.CDOFeatureDeltaVisitor
Packages that use CDOFeatureDeltaVisitor
Package
Description
Common concepts for dealing with revision deltas and feature deltas.
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 CDOFeatureDeltaVisitorModifier and TypeMethodDescriptionvoid
CDOFeatureDelta.accept
(CDOFeatureDeltaVisitor visitor) void
CDORevisionDelta.accept
(CDOFeatureDeltaVisitor visitor) void
CDORevisionDelta.accept
(CDOFeatureDeltaVisitor visitor, Predicate<EStructuralFeature> filter) void
CDORevisionDelta.accept
(CDOFeatureDeltaVisitor visitor, org.eclipse.net4j.util.Predicate<EStructuralFeature> filter) Deprecated. -
Uses of CDOFeatureDeltaVisitor in org.eclipse.emf.cdo.spi.common.revision
Classes in org.eclipse.emf.cdo.spi.common.revision that implement CDOFeatureDeltaVisitorModifier and TypeClassDescriptionclass
If the meaning of this type isn't clear, there really should be more of a description here...class
If the meaning of this type isn't clear, there really should be more of a description here...
CDORevisionDelta.accept(CDOFeatureDeltaVisitor, java.util.function.Predicate)
.