Uses of Class
org.eclipse.emf.validation.model.Category

Packages that use Category
org.eclipse.emf.validation.model Types defining the "data model" of the EMF Validation plug-in, in most cases mapping directly to constructs in the constraintProviders extension point schema.  
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 Category in org.eclipse.emf.validation.model
 

Methods in org.eclipse.emf.validation.model that return Category
 Category CategoryManager.getDefaultCategory()
          Retrieves the default category which contains all constraints that are not explicitly categorized.
 Category CategoryManager.getCategory(java.lang.String path)
          Obtains the category that has the specified absolute path.
 Category CategoryManager.getCategory(Category parent, java.lang.String path)
          Obtains the category that has the specified path relative to the specified parent category.
 Category CategoryManager.findCategory(java.lang.String path)
          Finds the category that has the specified absolute path.
 Category CategoryManager.findCategory(Category parent, java.lang.String path)
          Finds the category that has the specified path relative to the specified parent category.
 Category Category.getParent()
          Obtains my parent category, or null if I am a top-level category.
 Category Category.getChild(java.lang.String childId)
          Obtains the child category of mine that has the specified childId.
 Category Category.getDescendent(java.lang.String descendentPath)
          Obtains the descendent category of mine that has the specified descendentPath relative to my path.
 

Methods in org.eclipse.emf.validation.model with parameters of type Category
 Category CategoryManager.getCategory(Category parent, java.lang.String path)
          Obtains the category that has the specified path relative to the specified parent category.
 Category CategoryManager.findCategory(Category parent, java.lang.String path)
          Finds the category that has the specified path relative to the specified parent category.
 void CategoryManager.removeCategory(Category category)
          Removes the specified category from the category manager.
 

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

Methods in org.eclipse.emf.validation.service with parameters of type Category
 void IConstraintDescriptor.addCategory(Category category)
          Adds a category to me.
 void IConstraintDescriptor.removeCategory(Category category)
          Removes a category from me.
 void AbstractConstraintDescriptor.addCategory(Category category)
           
 void AbstractConstraintDescriptor.removeCategory(Category category)
           
 


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