Project

General

Profile

« Previous | Next » 

Revision 743cdab7

Added by Leszek Koltunski 5 months ago

Next step toward separating TwistyObject metadata.

View differences:

src/main/java/org/distorted/objectlib/objects/TwistySquare2.java
336 336
    return new ObjectSignature(ObjectConstants.SQU2_3);
337 337
    }
338 338

  
339
///////////////////////////////////////////////////////////////////////////////////////////////////
340

  
341
  public String getObjectName()
342
    {
343
    return "Square-2";
344
    }
345

  
346
///////////////////////////////////////////////////////////////////////////////////////////////////
347

  
348
  public String getInventor()
349
    {
350
    return "David Litwin";
351
    }
352

  
353
///////////////////////////////////////////////////////////////////////////////////////////////////
354

  
355
  public int getYearOfInvention()
356
    {
357
    return 1995;
358
    }
359

  
360
///////////////////////////////////////////////////////////////////////////////////////////////////
361

  
362
  public float getComplexity()
363
    {
364
    return 3.30f;
365
    }
366

  
367 339
///////////////////////////////////////////////////////////////////////////////////////////////////
368 340

  
369 341
  public String[][] getTutorials()

Also available in: Unified diff