Environment.java

Package: environment/
File: Environment.java

  1. package environment;
  2.  
  3. import coupling.interaction.Interaction;
  4.  
  5. /**
  6.  * An Environment simulates the enaction of an intended primitive interaction
  7.  * and returns the resulting enacted primitive interaction.
  8.  */
  9. public interface Environment {
  10.  
  11. public Interaction enact(Interaction intendedInteraction);
  12.  
  13. }
  14.  

See public discussions about this page or start a new discussion by clicking on the Google+ Share button. Please type the #IDEALMOOCEnvironment hashtag in your post: