/* Author: Jeff Dalton * Updated: Tue Apr 24 23:00:42 2001 by Jeff Dalton * Copyright: (c) 2001, AIAI, University of Edinburgh */ package ix.icore; /** * Controllers. */ public interface Controller { }