Uses of Class
org.eclipse.emf.validation.service.AbstractTraversalStrategy

Packages that use AbstractTraversalStrategy
org.eclipse.emf.validation.service The semi-public (internal-public) package defining the API for invocation of the validation engine and for the implementation of constraint providers. 
 

Uses of AbstractTraversalStrategy in org.eclipse.emf.validation.service
 

Subclasses of AbstractTraversalStrategy in org.eclipse.emf.validation.service
static class ITraversalStrategy.Flat
          An implementation of the ITraversalStrategy interface that is non-recursive: it simply iterates the root elements.
static class ITraversalStrategy.Recursive
          An implementation of the ITraversalStrategy interface that is recursive: it iterates over the content trees of the roots, according to the basic EMF EObject.eAllContents() tree-iterator.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.