Package: existence/
File: Existence.java
package existence; /** * An Existence is an Object that simulates a "stream of intelligence" when it is run step by step. * Each call to the Step() method generates an "event of intelligence" that can be traced. */ public interface Existence { /** * Perform one step of a "stream of intelligence". * @return: a string representing the "event of intelligence" that was performed. */ }
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: