org.tromer.jie.opportunity
Class OpportunityRegistry

java.lang.Object
  |
  +--org.tromer.jie.opportunity.OpportunityRegistry

public class OpportunityRegistry
extends java.lang.Object

Holds a static dictionary class for registering transformation opportunities. New opportunities are registered by editing the source code of this class and adding the opportunity class to the private classes array.


Field Summary
static java.util.Dictionary dict
          A dictionary of registered opportunities.
 
Method Summary
(package private) static void ()
          Verify validity and initialize opps dictionary:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dict

public static final java.util.Dictionary dict
A dictionary of registered opportunities. The key is String holding the OppName, and the value is the Class object of the opportunity.
Method Detail

static void ()
Verify validity and initialize opps dictionary: