edu.mit.csail.sdg.alloy4
Interface Computer


public interface Computer

This defines a compute() method that takes an Object input and produces a String output.


Method Summary
 java.lang.String compute(java.lang.Object input)
          This method takes an Object input and produces a String output.
 

Method Detail

compute

java.lang.String compute(java.lang.Object input)
                         throws java.lang.Exception
This method takes an Object input and produces a String output.

Throws:
java.lang.Exception - if an error occurred during the computation.