Class DatabaseEntry

java.lang.Object
application.model.database.DatabaseEntry
Direct Known Subclasses:
GliderDBEntry, SSSOscillator, SSSSpaceship

public abstract class DatabaseEntry
extends java.lang.Object
An entry in a database
  • Constructor Summary

    Constructors 
    Constructor Description
    DatabaseEntry​(Pattern pattern)
    Constructs the entry with the given pattern
    DatabaseEntry​(java.lang.String entry)
    Constructs the entry with the given entry
  • Method Summary

    Modifier and Type Method Description
    abstract java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DatabaseEntry

      public DatabaseEntry​(java.lang.String entry)
      Constructs the entry with the given entry
      Parameters:
      entry - The entry
    • DatabaseEntry

      public DatabaseEntry​(Pattern pattern)
      Constructs the entry with the given pattern
      Parameters:
      pattern - The pattern
  • Method Details

    • toString

      public abstract java.lang.String toString()
      Overrides:
      toString in class java.lang.Object