de.matthias_burbach.flux
Class StrutsConfigGenerator.GeneratorMapping

java.lang.Object
  extended byde.matthias_burbach.flux.StrutsConfigGenerator.GeneratorMapping
Enclosing class:
StrutsConfigGenerator

protected class StrutsConfigGenerator.GeneratorMapping
extends java.lang.Object

Maps from a UML stereotype of a state to a generator plug-in that is registered to generate action mappings from UML states having this stereotype.


Field Summary
protected  ActionMappingGenerator generator
          A generator plug-in registered for UML states having the stereotype
protected  java.lang.String stereotype
          A UML stereotype value
 
Constructor Summary
(package private) StrutsConfigGenerator.GeneratorMapping(java.lang.String stereotype, ActionMappingGenerator generator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stereotype

protected java.lang.String stereotype
A UML stereotype value


generator

protected ActionMappingGenerator generator
A generator plug-in registered for UML states having the stereotype

Constructor Detail

StrutsConfigGenerator.GeneratorMapping

StrutsConfigGenerator.GeneratorMapping(java.lang.String stereotype,
                                       ActionMappingGenerator generator)