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

Packages that use Example
de.cau.cs.kieler.kex.controller All classes that build the controller part of kex. 
de.cau.cs.kieler.kex.controller.util Contains util classes for export and import of examples. 
de.cau.cs.kieler.kex.model Represents model classes and the implementations of kex-backend. 
de.cau.cs.kieler.kex.model.database Classes for kex-backend database. 
de.cau.cs.kieler.kex.model.plugin Classes for kex-backend database. 
de.cau.cs.kieler.kex.ui.wizards.importing Classes that contain all elements for the kex ui import. 
 

Uses of Example in de.cau.cs.kieler.kex.controller
 

Methods in de.cau.cs.kieler.kex.controller that return Example
 Example ExampleManager.getExample(SourceType type, String exampleId)
          searches the examplepool of a source for a special example.
 

Methods in de.cau.cs.kieler.kex.controller that return types with arguments of type Example
 Map<String,Example> ExampleManager.getExamples()
          Adds all examples of a the collectors to the result map.
 

Methods in de.cau.cs.kieler.kex.controller with parameters of type Example
 List<String> ExampleManager.importExample(IPath destination, Example example, boolean checkDuplicate)
          Validates the import and imports the given example.
 

Method parameters in de.cau.cs.kieler.kex.controller with type arguments of type Example
 List<String> ExampleManager.importExamples(IPath selectedResource, List<Example> selectedExamples, boolean checkDuplicate)
          This method calls an validate and uses the ExampleImport to import examples.
 

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

Methods in de.cau.cs.kieler.kex.controller.util that return Example
static Example ExampleExport.mapToExample(Map<ExampleElement,Object> properties)
          mapping of properties onto an example.
 

Methods in de.cau.cs.kieler.kex.controller.util with parameters of type Example
static List<String> ExampleImport.importExample(IPath destination, Example example, boolean checkDuplicate)
          Imports an example.
 

Method parameters in de.cau.cs.kieler.kex.controller.util with type arguments of type Example
static List<String> ExampleImport.importExamples(IPath destination, List<Example> examples, boolean checkDuplicate)
          Imports a list of examples.
static void ExampleImport.validate(IPath selectedResource, List<Example> selectedExamples, boolean checkDuplicate)
          validates the selected examples.
 

Uses of Example in de.cau.cs.kieler.kex.model
 

Methods in de.cau.cs.kieler.kex.model that return types with arguments of type Example
abstract  Map<String,Example> ExampleCollector.getExamplePool()
          Returns the loaded examplePool.
 

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

Methods in de.cau.cs.kieler.kex.model.database that return Example
static Example DBExampleCollector.getExample(String exampleTitle)
          searches an example for a examle title.
 

Methods in de.cau.cs.kieler.kex.model.database that return types with arguments of type Example
 Map<String,Example> DBExampleCollector.getExamplePool()
           
 

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

Methods in de.cau.cs.kieler.kex.model.plugin that return Example
static Example PluginExampleCollector.getExample(String exampleId)
           
static Example PluginExampleCollector.toExample(IConfigurationElement exampleElement)
          filters out of a IConfigurationElement a Example.
 

Methods in de.cau.cs.kieler.kex.model.plugin that return types with arguments of type Example
 Map<String,Example> PluginExampleCollector.getExamplePool()
           
 

Methods in de.cau.cs.kieler.kex.model.plugin with parameters of type Example
 void PluginExampleCreator.addExtension(Node extensionKEX, File location, Example parseElement, List<Category> creatableCategories, String absOverviewPic)
          NOTE: parseElement could only be a type of Example or a example category in String representation.
 

Uses of Example in de.cau.cs.kieler.kex.ui.wizards.importing
 

Methods in de.cau.cs.kieler.kex.ui.wizards.importing that return types with arguments of type Example
 List<Example> ImportExamplePage.getCheckedExamples()
          filters checked examples from example tree.