com.github.romanqed.jsm.model.Formattable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsm Show documentation
Show all versions of jsm Show documentation
A lightweight library that allows you to create fast finite state machine according to a given scheme.
The newest version!
package com.github.romanqed.jsm.model;
/**
* An interface describing an entity for which a certain format string can be obtained.
*/
public interface Formattable {
/**
* Returns format string.
*
* @return format string
*/
String format();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy