oracle.clex.tools.addin.activitymodel.generator.jdev
Class ServiceActivityModelTraverser

oracle.clex.tools.addin.activitymodel.generator.jdev.ServiceActivityModelTraverser

public class ServiceActivityModelTraverser


Constructor Summary
ServiceActivityModelTraverser()
           
 
Method Summary
 void traverse(oracle.ide.addin.Context ideContext, java.util.Properties options, oracle.bm.diagrammer.Diagram diagram, oracle.bm.genframework.ui.GenerationUI generationUI)
          Traverse the activity model and notify detectors of the elements found on it.
 

Constructor Detail

ServiceActivityModelTraverser

public ServiceActivityModelTraverser()
Method Detail

traverse

public void traverse(oracle.ide.addin.Context ideContext,
                     java.util.Properties options,
                     oracle.bm.diagrammer.Diagram diagram,
                     oracle.bm.genframework.ui.GenerationUI generationUI)
              throws oracle.bm.genframework.common.ModelerGeneratorException,
                     oracle.bm.data.UnresolvedElementException
Traverse the activity model and notify detectors of the elements found on it.
Parameters:
ideContext - IDE context from which the generator was invoked.
options - Generator options for this traversal.
diagram - Diagram to traverse.
generationUI - Generator UI used to display information to the user.
Throws:
ModelerGeneratorException - if any errors were encountered in the activity model.


Copyright © 2003 ORACLE Corp. All Rights Reserved.