/* Author: Jeff Dalton * Updated: Tue Apr 24 23:01:53 2001 by Jeff Dalton * Copyright: (c) 2001, AIAI, University of Edinburgh */ package ix.icore; /** * Constraints. */ public interface Constraint { public Object getType(); public Object getParameters(); }