Output Simulation
Identifier:
fr.inria.aoste.ccslmodel.launcher.core.fr.inria.aoste.ccslmodel.launcher.core.outputformat
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (OutputFormat)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT OutputFormat EMPTY>
<!ATTLIST OutputFormat
id IDREF #REQUIRED
name CDATA #REQUIRED
outputTrace CDATA #IMPLIED
optionData CDATA #IMPLIED
optionUI CDATA #IMPLIED
activation CDATA #IMPLIED
>
- id - The id ( MUST don't have dot ).
- name - Public name of Output
- outputTrace - implement method getKey( ) with return id value
can be extends fr.inria.aoste.ccslmodel.launcher.extensionpoint.OutputCommon
- optionData - call in the Constructor the method setKey( String key) with key = id value
- optionUI - call in the Constructor the method setKey( String key) with key = id value
- activation -
Examples:
[Enter extension point usage example here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]
Kairos INRIA/I3S