|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExampleElement | |
---|---|
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. |
Uses of ExampleElement in de.cau.cs.kieler.kex.controller |
---|
Methods in de.cau.cs.kieler.kex.controller that return ExampleElement | |
---|---|
static ExampleElement |
ExampleElement.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExampleElement[] |
ExampleElement.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Method parameters in de.cau.cs.kieler.kex.controller with type arguments of type ExampleElement | |
---|---|
void |
ExampleManager.export(Map<ExampleElement,Object> properties)
Exports a given example. |
Uses of ExampleElement in de.cau.cs.kieler.kex.controller.util |
---|
Method parameters in de.cau.cs.kieler.kex.controller.util with type arguments of type ExampleElement | |
---|---|
static void |
ExampleExport.exportInPlugin(Map<ExampleElement,Object> properties,
PluginExampleCreator extensionCreator)
extends a plugin with a new example. |
static Example |
ExampleExport.mapToExample(Map<ExampleElement,Object> properties)
mapping of properties onto an example. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |