oracle.clex.tools.addin.activitymodel.generator.jdev
Class SDFGenerator
oracle.clex.tools.addin.activitymodel.generator.jdev.SDFGenerator
- public class SDFGenerator
Constructor Summary |
SDFGenerator()
The Constructor Instantiates the Collector to be used |
Method Summary |
void |
generate(oracle.bm.genframework.generatable.IGeneratableStructure structure,
oracle.bm.genframework.ui.GenerationUI ui)
Retrieves the supported generatable structures and stores them in the
collector for later generation |
oracle.bm.genframework.collection.ACollector |
getCollector()
The getter for the Collector |
java.lang.Class[] |
getSupportedStructures()
Returns the Supported Structures |
void |
resetState()
Resets the Collector |
SDFGenerator
public SDFGenerator()
- The Constructor Instantiates the Collector to be used
getSupportedStructures
public java.lang.Class[] getSupportedStructures()
- Returns the Supported Structures
- Returns:
- Class[] a class array of the supported structures
generate
public void generate(oracle.bm.genframework.generatable.IGeneratableStructure structure,
oracle.bm.genframework.ui.GenerationUI ui)
throws oracle.bm.genframework.common.FrameworkException
- Retrieves the supported generatable structures and stores them in the
collector for later generation
- Parameters:
structure
- The generatable structureui
- The generation UI for writing messages
getCollector
public oracle.bm.genframework.collection.ACollector getCollector()
- The getter for the Collector
- Returns:
- ACollector the collector
resetState
public void resetState()
- Resets the Collector
Copyright © 2003 ORACLE Corp. All Rights Reserved.