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).
Category - Class in org.eclipse.emf.validation.model
A constraint category, defining a hierarchical organization of constraints.
CategoryManager - Class in org.eclipse.emf.validation.model
Central point by which clients discover the available categories and constraints in the system.
CLASS_PARAMETER - Static variable in interface org.eclipse.emf.validation.service.IParameterizedConstraintDescriptor
Parameter corresponding to the "class" attribute of the <constraint> element in plugin.xml constraint declarations.
compareTo(Object) - Method in class org.eclipse.emf.validation.model.Category
 
configureEventTypes(IConfigurationElement[]) - Method in class org.eclipse.emf.validation.service.EventTypeService
Configures event types from the Eclipse configuration elements representing implementations of my extension point.
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.
constraintChanged(ConstraintChangeEvent) - Method in interface org.eclipse.emf.validation.service.IConstraintListener
Notifies me that a constraint change event has taken place.
ConstraintChangeEvent - Class in org.eclipse.emf.validation.service
Event notifying IConstraintListeners that a constraint has been changed.
ConstraintChangeEvent(IConstraintDescriptor, ConstraintChangeEventType, Category) - Constructor for class org.eclipse.emf.validation.service.ConstraintChangeEvent
Initializes me with the constraint that has changed, an event that details the change and the category associated with the event.
ConstraintChangeEvent(IConstraintDescriptor, ConstraintChangeEventType) - Constructor for class org.eclipse.emf.validation.service.ConstraintChangeEvent
Initializes me with the constraint that has changed and the event that details the change.
ConstraintChangeEventType - Class in org.eclipse.emf.validation.service
Enumeration for a constraint change event type.
ConstraintExistsException - Exception in org.eclipse.emf.validation.service
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 exception org.eclipse.emf.validation.service.ConstraintExistsException
Initializes me with a message.
ConstraintFactory - Class in org.eclipse.emf.validation.service
A constraint factory creates constraint implementations from descriptors.
ConstraintFactory() - Constructor for class org.eclipse.emf.validation.service.ConstraintFactory
Initializes me.
ConstraintParserException - Exception in org.eclipse.emf.validation.xml
A checked exception indicating failure to parse a constraint.
ConstraintParserException(String) - Constructor for exception org.eclipse.emf.validation.xml.ConstraintParserException
Initializes me with a user-friendly message but no cause.
ConstraintParserException(String, Throwable) - Constructor for exception org.eclipse.emf.validation.xml.ConstraintParserException
Initializes me with a user-friendly message and a root cause.
ConstraintRegistry - Class in org.eclipse.emf.validation.service
A centralized registry of descriptors for the constraints that are available in the validation system.
ConstraintSeverity - Class in org.eclipse.emf.validation.model
Describes the severity of failure to meet a constraint.
ConstraintsSelectionBlock - Class in org.eclipse.emf.validation.ui.preferences
Encapsulation of the control for browsing and manipulating constraints in the constraints preference page.
ConstraintsSelectionBlock() - Constructor for class org.eclipse.emf.validation.ui.preferences.ConstraintsSelectionBlock
Initializes me without a constraint filter.
ConstraintsSelectionBlock(IConstraintFilter) - Constructor for class org.eclipse.emf.validation.ui.preferences.ConstraintsSelectionBlock
Initializes me with a constraint filter.
ConstraintStatus - Class in org.eclipse.emf.validation.model
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.
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
 
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.
createComposite(Composite) - Method in class org.eclipse.emf.validation.ui.preferences.ConstraintsSelectionBlock
Creates the constraints selection composite on the given parent and filters the composite based on the provided filter.
createConstraint(IXmlConstraintDescriptor) - Method in class org.eclipse.emf.validation.service.ConstraintFactory
Deprecated. Use the ConstraintFactory.createConstraint(IConstraintDescriptor) method, instead
createConstraint(IConstraintDescriptor) - Method in class org.eclipse.emf.validation.service.ConstraintFactory
Implemented by subclasses to do the hard work of creating a constraint.
createEnvironmentFactory() - Method in class org.eclipse.emf.validation.ocl.AbstractOCLModelConstraint
Deprecated. Override the createOCLEnvironmentFactory() method, instead.
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.
createModelConstraint(IConstraintDescriptor) - Method in class org.eclipse.emf.validation.service.AbstractConstraintProvider
Creates the model constraint implementation from the descriptor.
createModelConstraintProxy(IConstraintDescriptor) - Method in class org.eclipse.emf.validation.service.AbstractConstraintProvider
Creates a contraint proxy which lazily initializes the actual constraint implementation represented by the given descriptor.
createMultiStatus(IValidationContext, Collection) - Static method in class org.eclipse.emf.validation.model.ConstraintStatus
Creates a multi-status from the specified problem statuses.
createMultiStatus(IValidationContext, String, Object[], Collection) - Static method in class org.eclipse.emf.validation.model.ConstraintStatus
Creates a multi-status from the specified problem statuses.
createOCLEnvironmentFactory() - Method in class org.eclipse.emf.validation.ocl.AbstractOCLModelConstraint
Creates an Environment Factory suitable for the parsing of the client's OCL constraints.
createStatus(IValidationContext, EObject, Collection, String, Object[]) - Static method in class org.eclipse.emf.validation.model.ConstraintStatus
Creates a status object indicating unsuccessful evaluation of the current constraint on the provided target element.
createStatus(IValidationContext, EObject, Collection, int, int, String, Object[]) - Static method in class org.eclipse.emf.validation.model.ConstraintStatus
Creates a status object indicating unsuccessful evaluation of the current constraint on the provided target element.
createStatus(IValidationContext, Collection, String, Object[]) - Static method in class org.eclipse.emf.validation.model.ConstraintStatus
Creates a status object indicating unsuccessful evaluation of the current constraint on the current target element, as indicated by the supplied validation context.
createStatus(IValidationContext, Collection, int, int, String, Object[]) - Static method in class org.eclipse.emf.validation.model.ConstraintStatus
Creates a status object indicating unsuccessful evaluation of the current constraint on the current target element, as indicated by the supplied validation context.
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.
createSuccessStatus(IValidationContext, EObject, Collection) - Static method in class org.eclipse.emf.validation.model.ConstraintStatus
Creates a status object indicating successful evaluation of the current constraint on the provided target element.

Copyright 2002, 2007 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