Uses of Class
de.cau.cs.kieler.kex.model.ExampleCollector

Packages that use ExampleCollector
de.cau.cs.kieler.kex.controller.util Contains util classes for export and import of examples. 
de.cau.cs.kieler.kex.model.database Classes for kex-backend database. 
de.cau.cs.kieler.kex.model.plugin Classes for kex-backend database. 
 

Uses of ExampleCollector in de.cau.cs.kieler.kex.controller.util
 

Methods in de.cau.cs.kieler.kex.controller.util with parameters of type ExampleCollector
static void ExampleExport.checkDuplicate(String exampleTitle, ExampleCollector... collectors)
          checks the collectors for given exampleTitle.
static void ExampleExport.validate(Map<ExampleElement,Object> map, ExampleCollector... collectors)
          Method for validating given map elements.
 

Uses of ExampleCollector in de.cau.cs.kieler.kex.model.database
 

Subclasses of ExampleCollector in de.cau.cs.kieler.kex.model.database
 class DBExampleCollector
          this is an example for extending KEX with online examples.
 

Uses of ExampleCollector in de.cau.cs.kieler.kex.model.plugin
 

Subclasses of ExampleCollector in de.cau.cs.kieler.kex.model.plugin
 class PluginExampleCollector
          Contains all methods to collect example of plugin projects.