Uses of Class
com.consultoriajava.browneater.Brown

Packages that use Brown
com.consultoriajava.browneater This package provides the basic classes and interfaces needed to work with the browneater world. 
com.consultoriajava.browneater.international All the information related with software factories placed in other countries is located here. 
 

Uses of Brown in com.consultoriajava.browneater
 

Subclasses of Brown in com.consultoriajava.browneater
 class BrownedImplementation
          An instance from this class represents a Browned Implementation , it may be on any given language and may or may not work aproppiately but most times it will be internally coded as if a big Gorilla with a socket full of sand would have hit the keyboard repeatedly.
 class BrownedSpecification
          Represents a Specification browned by definition.
 

Methods in com.consultoriajava.browneater that return Brown
 Brown BrownOriginator.expandBrown(Brown inputBrown)
          Allows for the expansion of a brown.
 Brown Browner.expandBrown(Brown specification)
           
 Brown BrownOriginator.generateBrown(java.lang.String description, int size)
          This method is invoked everytime a BrownOriginator creates a Brown
 Brown Browner.generateBrown(java.lang.String description, int size)
          This method should be called when the Browner is up to generate a new Brown, the created brown will be returned to the calling method.
 

Methods in com.consultoriajava.browneater with parameters of type Brown
 void BrownDispatcher.dispatchBrown(Brown brown)
          This method takes a Brown and dispatches it somewhere else providing some peace to those originally involved with and, at the same time creating havoc somewhere else.
 void ExternalBrownResolver.eatBrown(Brown brown)
           
abstract  void BrownEater.eatBrown(Brown brown)
          Method called when a Brown is supposed to be solved and killed or at least hibernated.
 void InternalBrownResolver.eatBrown(Brown brown)
           
 Brown BrownOriginator.expandBrown(Brown inputBrown)
          Allows for the expansion of a brown.
 Brown Browner.expandBrown(Brown specification)
           
 

Uses of Brown in com.consultoriajava.browneater.international
 

Methods in com.consultoriajava.browneater.international that return Brown
 Brown TajMajalBrowner.generateBrown(BrownedSpecification specification)