Interface IntIdentifiable

All Known Implementing Classes:
SimpleElementOperation

public interface IntIdentifiable
  • Method Details

    • getIntRepresentation

      int getIntRepresentation()
      The integer representation of the object.
      Returns:
      The integer representation of the object.
    • getIntRepresentation

      static int getIntRepresentation(IntIdentifiable identifiable)
    • getIntRepresentation

      static int getIntRepresentation(StringIdentifiable identifiable)