sgfe.printStackTrace();
}
}
public void restoreFromStream( InputStream iStream ) throws IOException, SGFException {
TwoPlayerGameImporter importer = new TwoPlayerGameImporter(this);
importer.restoreFromStream(iStream);
TwoPlayerMove m = (TwoPlayerMove)(getLastMove());
if (m != null) {
int value = getSearchable().worth( m, weights_.getDefaultWeights());
m.setValue(value);
}