Existence.java

Package: existence/
File: Existence.java

  1. package existence;
  2.  
  3. /**
  4.  * An Existence is an Object that simulates a "stream of intelligence" when it is run step by step.
  5.  * Each call to the Step() method generates an "event of intelligence" that can be traced.
  6.  */
  7. public interface Existence {
  8.  
  9. /**
  10. * Perform one step of a "stream of intelligence".
  11. * @return: a string representing the "event of intelligence" that was performed.
  12. */
  13. public String step();
  14.  
  15. }
  16.  

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