Uses of Interface
de.cau.cs.kieler.kwebs.servicedata.Category

Packages that use Category
de.cau.cs.kieler.kwebs Central classes needed on server and client side of the layout service. 
de.cau.cs.kieler.kwebs.servicedata
de.cau.cs.kieler.kwebs.servicedata.impl   
de.cau.cs.kieler.kwebs.servicedata.util   
 

Uses of Category in de.cau.cs.kieler.kwebs
 

Methods in de.cau.cs.kieler.kwebs with parameters of type Category
static ServiceDataConfigurationElement ServiceDataConfigurationElement.getCategoryElementFromModel(Category category)
          Returns a configuration element representing a category.
 

Uses of Category in de.cau.cs.kieler.kwebs.servicedata
 

Methods in de.cau.cs.kieler.kwebs.servicedata that return Category
 Category ServiceDataFactory.createCategory()
          Returns a new object of class 'Category'.
 Category LayoutAlgorithm.getCategory()
          Returns the value of the 'Category' reference.
 

Methods in de.cau.cs.kieler.kwebs.servicedata that return types with arguments of type Category
 EList<Category> ServiceData.getCategories()
          Returns the value of the 'Categories' containment reference list.
 

Methods in de.cau.cs.kieler.kwebs.servicedata with parameters of type Category
 void LayoutAlgorithm.setCategory(Category value)
          Sets the value of the 'Category' reference.
 

Uses of Category in de.cau.cs.kieler.kwebs.servicedata.impl
 

Classes in de.cau.cs.kieler.kwebs.servicedata.impl that implement Category
 class CategoryImpl
          An implementation of the model object 'Category'.
 

Fields in de.cau.cs.kieler.kwebs.servicedata.impl declared as Category
protected  Category LayoutAlgorithmImpl.category
          The cached value of the 'Category' reference.
 

Fields in de.cau.cs.kieler.kwebs.servicedata.impl with type parameters of type Category
protected  EList<Category> ServiceDataImpl.categories
          The cached value of the 'Categories' containment reference list.
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return Category
 Category LayoutAlgorithmImpl.basicGetCategory()
           
 Category ServiceDataFactoryImpl.createCategory()
           
 Category LayoutAlgorithmImpl.getCategory()
           
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl that return types with arguments of type Category
 EList<Category> ServiceDataImpl.getCategories()
           
 

Methods in de.cau.cs.kieler.kwebs.servicedata.impl with parameters of type Category
 void LayoutAlgorithmImpl.setCategory(Category newCategory)
           
 

Uses of Category in de.cau.cs.kieler.kwebs.servicedata.util
 

Methods in de.cau.cs.kieler.kwebs.servicedata.util with parameters of type Category
 T ServiceDataSwitch.caseCategory(Category object)
          Returns the result of interpreting the object as an instance of 'Category'.