partage
Interface Instance

All Known Implementing Classes:
ComplexInstance

public interface Instance

This interface respresents a generic problem instance. It allows for creating the corresponding Choco instance and Cplex instance.

Version:
27th january 2006
Author:
Michel Lemaître

Method Summary
 java.lang.String getName()
          returns the name of the instance.
 

Method Detail

getName

java.lang.String getName()
returns the name of the instance.

Returns:
the name of the instance