A B C D E F G H I L M N O P R S T U V W X

C

CANCEL - Static variable in class org.eclipse.emf.validation.model.ConstraintSeverity
Indicates that failure of the constraint constitutes an error condition that should cancel the validation operation (no further constraints are evaluated).
CREATE - Static variable in class org.eclipse.emf.validation.EMFEventType
A custom "Create" event, which is not implemented by EMF any longer but may be simulated by clients of the validation framework.
Category - class org.eclipse.emf.validation.model.Category.
A constraint category, defining a hierarchical organization of constraints.
CategoryManager - class org.eclipse.emf.validation.model.CategoryManager.
Central point by which clients discover the available categories and constraints in the system.
ConstraintExistsException - exception org.eclipse.emf.validation.service.ConstraintExistsException.
Constraint thrown to indicate that a constraint descriptor cannot be registered because a constraint is already registered under the same ID.
ConstraintExistsException(String) - Constructor for class org.eclipse.emf.validation.service.ConstraintExistsException
Initializes me with a message.
ConstraintFactory - class org.eclipse.emf.validation.service.ConstraintFactory.
A constraint factory creates constraint implementations from descriptors.
ConstraintFactory() - Constructor for class org.eclipse.emf.validation.service.ConstraintFactory
Initializes me.
ConstraintParserException - exception org.eclipse.emf.validation.xml.ConstraintParserException.
A checked exception indicating failure to parse a constraint.
ConstraintParserException(String) - Constructor for class org.eclipse.emf.validation.xml.ConstraintParserException
Initializes me with a user-friendly message but no cause.
ConstraintParserException(String, Throwable) - Constructor for class org.eclipse.emf.validation.xml.ConstraintParserException
Initializes me with a user-friendly message and a root cause.
ConstraintRegistry - class org.eclipse.emf.validation.service.ConstraintRegistry.
A centralized registry of descriptors for the constraints that are available in the validation system.
ConstraintSeverity - class org.eclipse.emf.validation.model.ConstraintSeverity.
Describes the severity of failure to meet a constraint.
ConstraintStatus - class org.eclipse.emf.validation.model.ConstraintStatus.
Indicates the result of evaluating a constraint on a model object.
ConstraintStatus(IModelConstraint, EObject, String, Set) - Constructor for class org.eclipse.emf.validation.model.ConstraintStatus
Initializes me as a failure of the specified constraint with a message to be displayed somehow to the user.
ConstraintStatus(IModelConstraint, EObject) - Constructor for class org.eclipse.emf.validation.model.ConstraintStatus
Initializes me as a successful execution of the specified constraint.
ConstraintStatus(IModelConstraint, EObject, int, int, String, Set) - Constructor for class org.eclipse.emf.validation.model.ConstraintStatus
Constructor that explicitly initializes all of my parts.
compareTo(Object) - Method in class org.eclipse.emf.validation.model.Category
 
configureListeners(IConfigurationElement[]) - Method in class org.eclipse.emf.validation.service.ModelValidationService
Configures my listeners from the Eclipse configuration elements representing implementations of my extension point.
configureProviders(IConfigurationElement[]) - Method in class org.eclipse.emf.validation.service.ModelValidationService
Configures my providers from the Eclipse configuration elements representing implementations of my extension point.
countElements(Collection) - Method in class org.eclipse.emf.validation.service.AbstractTraversalStrategy
Implemented by subclasses to compute the number of elements that will be validated within the scope of the specified root elements.
countElements(Collection) - Method in class org.eclipse.emf.validation.service.ITraversalStrategy.Flat
 
countElements(Collection) - Method in class org.eclipse.emf.validation.service.ITraversalStrategy.Recursive
 
createConstraint(IXmlConstraintDescriptor) - Method in class org.eclipse.emf.validation.service.ConstraintFactory
Implemented by subclasses to do the hard work of creating a constraint.
createFailureStatus(Object[]) - Method in interface org.eclipse.emf.validation.IValidationContext
Creates a status object indicating unsuccessful evaluation of the current constraint on the current target element.
createIterator(Collection) - Method in class org.eclipse.emf.validation.service.AbstractTraversalStrategy
Implemented by subclasses to return an iterator that provides all of the elements to be validated, within the scope of the specified root elements.
createIterator(Collection) - Method in class org.eclipse.emf.validation.service.ITraversalStrategy.Flat
 
createIterator(Collection) - Method in class org.eclipse.emf.validation.service.ITraversalStrategy.Recursive
 
createMarkers(IStatus) - Static method in class org.eclipse.emf.validation.marker.MarkerUtil
Creates markers with default validation marker type for all resources that had validation failures or warnings.
createMarkers(IStatus, String, IMarkerConfigurator) - Static method in class org.eclipse.emf.validation.marker.MarkerUtil
Creates markers with the provided marker type for all resources that had validation failures or warnings.
createSuccessStatus() - Method in interface org.eclipse.emf.validation.IValidationContext
Creates a status object indicating successful evaluation of the current constraint on the current target element.

Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.
A B C D E F G H I L M N O P R S T U V W X