dcutils.cards.mtg.PrettyPrintable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dcutils Show documentation
Show all versions of dcutils Show documentation
Contains convenience classes for: tuples, ranges, graphs, etc.
package dcutils.cards.mtg;
/**
* Defers methods which mtg card implementors must define.
* @author dca
*/
public interface PrettyPrintable {
/** The deferred string representation of an mtg card.
*/
public String prettyPrint();
} // END interface PrettyPrintable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy