All Packages  This Package  Class Hierarchy  Class Search  Index

Interface aima.cs.machine.intMachine

Interface for machines whose input and output are integers.


public interface  intMachine
     extends aima.cs.machine.Machine
{
          // Methods 1
     public abstract int step(int);
}



Methods


step

   public abstract int step(int input) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4