Interface Described

All Known Implementing Classes:
Action, Asset, Assignment, Ending, Entity, SignedAsset, State, Turn, Variable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Described
A described object is associated with a human-readable natural language description.
Author:
Stephen G. Ware
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a human-readable natural language description of the object.
  • Method Details

    • getDescription

      String getDescription()
      Returns a human-readable natural language description of the object.
      Returns:
      a human-readable natural language description of the object