gzz.fuzzy
Interface EnfiladeAligner.Instance

Enclosing interface:
EnfiladeAligner

public static interface EnfiladeAligner.Instance

An instance of the enfilade alignment system for a particular enfilade.


Method Summary
 Enfilade1D getEnfilade(java.lang.String editedString)
          Get the enfilade corresponding to a changed string.
 java.lang.String getString()
          Get the string that the user should edit.
 

Method Detail

getString

public java.lang.String getString()
Get the string that the user should edit.


getEnfilade

public Enfilade1D getEnfilade(java.lang.String editedString)
Get the enfilade corresponding to a changed string.

Parameters:
editedString - The string edited by the user.
Returns:
A new enfilade which approximates the original enfilade with the same changes as in the string.